diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 15:12:38 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 15:12:38 +0000 |
commit | 742d4d048e70431a7294594a42133d2f79b15138 (patch) | |
tree | f4490a0359c18c164b0582814957990b2d168b41 /build | |
parent | 0f54231d9c2df3a6ed07ecd97886af8d28705df5 (diff) | |
download | chromium_src-742d4d048e70431a7294594a42133d2f79b15138.zip chromium_src-742d4d048e70431a7294594a42133d2f79b15138.tar.gz chromium_src-742d4d048e70431a7294594a42133d2f79b15138.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index f317727..38043bf 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 |