diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 19:29:49 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 19:29:49 +0000 |
commit | 1a08574b23d1ed3333119d9125610c5b681d212a (patch) | |
tree | a66a99ba32dc775aef94e3270221ec1a2149cd45 /build/all.gyp | |
parent | 5ff4bb0031190bda22fb8c538fbea406d543c4cf (diff) | |
download | chromium_src-1a08574b23d1ed3333119d9125610c5b681d212a.zip chromium_src-1a08574b23d1ed3333119d9125610c5b681d212a.tar.gz chromium_src-1a08574b23d1ed3333119d9125610c5b681d212a.tar.bz2 |
Remove ui_tests from all.gyp. The bots don't need to build it anymore.
TBR=jam
Review URL: https://chromiumcodereview.appspot.com/10375027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build/all.gyp b/build/all.gyp index c19c98b..857f6c8cf 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -176,7 +176,6 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', - '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', @@ -216,10 +215,6 @@ '../sandbox/sandbox.gyp:sbox_validation_tests', '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', '../ui/views/views.gyp:views_unittests', - # TODO(nsylvain) ui_tests.exe depends on test_shell_common. - # This should: - # 1) not be the case. OR. - # 2) be expressed in the ui tests dependencies. '../webkit/webkit.gyp:test_shell_common', ], }], @@ -249,7 +244,6 @@ '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:sync_performance_tests', - '../chrome/chrome.gyp:ui_tests', ], }, # target_name: chromium_builder_perf { @@ -312,7 +306,6 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', - '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', @@ -341,7 +334,6 @@ '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', - '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', @@ -389,7 +381,6 @@ '../remoting/remoting.gyp:remoting_unittests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:unit_tests', - '../chrome/chrome.gyp:ui_tests', '../content/content.gyp:content_unittests', '../ui/ui.gyp:gfx_unittests', '../jingle/jingle.gyp:jingle_unittests', @@ -419,7 +410,6 @@ '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_integration_tests', - '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_browsertests', '../content/content.gyp:content_unittests', @@ -446,11 +436,6 @@ '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', '../ui/views/views.gyp:views_unittests', - # TODO(nsylvain) ui_tests.exe depends on test_shell_common. - # This should: - # 1) not be the case. OR. - # 2) be expressed in the ui tests dependencies. - '../webkit/webkit.gyp:test_shell_common', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, @@ -567,7 +552,6 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:interactive_ui_tests', - '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', '../ui/aura/aura.gyp:*', '../ui/gfx/compositor/compositor.gyp:*', @@ -611,7 +595,6 @@ 'dependencies!': [ '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:unit_tests', - '../chrome/chrome.gyp:ui_tests', '../ui/views/views.gyp:views_unittests', ], }], |