From 742d4d048e70431a7294594a42133d2f79b15138 Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Mon, 5 Oct 2009 15:12:38 +0000 Subject: [PATCH] Add googleurl unittest to the mac builders for the testers to run it. Add browser_test to the mac builders, doesn't pass yet, but this way it's ready to be run when it works. BUG=none TEST=none Review URL: http://codereview.chromium.org/256052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27993 0039d316-1c4b-4281-b951-d872f2087c98 --- build/all.gyp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/all.gyp b/build/all.gyp index f317727fbd610..38043bfae6ec6 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -116,8 +116,10 @@ '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', + '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', + 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, { @@ -125,6 +127,7 @@ 'type': 'none', 'dependencies': [ '../app/app.gyp:app_unittests', + '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', @@ -135,6 +138,7 @@ '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', + 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, ], # targets -- GitLab