diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 01:36:13 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 01:36:13 +0000 |
commit | f6bba3042573f991baab05b869b9e760cad4e708 (patch) | |
tree | c5156a185d83b09b54c3601b1e740a7cd04b47c9 /build | |
parent | 1979689363e58c9917d751d5134287d8616528e5 (diff) | |
download | chromium_src-f6bba3042573f991baab05b869b9e760cad4e708.zip chromium_src-f6bba3042573f991baab05b869b9e760cad4e708.tar.gz chromium_src-f6bba3042573f991baab05b869b9e760cad4e708.tar.bz2 |
added sync_unit_tests to mac/chromeos unit test builds.
BUG=32871
TEST=trybots
Review URL: http://codereview.chromium.org/1739014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index b4fc1bf..dc1a294 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -147,6 +147,7 @@ '../printing/printing.gyp:printing_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', 'temp_gyp/googleurl.gyp:googleurl_unittests', @@ -162,6 +163,7 @@ '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', @@ -180,6 +182,7 @@ 'dependencies': [ '../base/base.gyp:base_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', + '../chrome/chrome.gyp:sync_unit_tests', '../net/net.gyp:net_unittests', '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', @@ -251,6 +254,7 @@ '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', + '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', ], }, @@ -275,6 +279,7 @@ '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', |