diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-11 23:57:37 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-11 23:57:37 +0000 |
commit | 839f4172be712f8ba62cdcb29cc3301ee2c7f3f9 (patch) | |
tree | 9c39a058b45127520f1ce19be1bef681393a25fe /build | |
parent | 9b7d7f86849871812b0a4ed960fb3b6515e4e861 (diff) | |
download | chromium_src-839f4172be712f8ba62cdcb29cc3301ee2c7f3f9.zip chromium_src-839f4172be712f8ba62cdcb29cc3301ee2c7f3f9.tar.gz chromium_src-839f4172be712f8ba62cdcb29cc3301ee2c7f3f9.tar.bz2 |
Remove references to app_unittests in all.gyp and chrome_tests.gypi.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7331032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/build/all.gyp b/build/all.gyp index a796ffe..6bd93ce 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -144,7 +144,6 @@ 'target_name': 'chromium_builder_tests', 'type': 'none', 'dependencies': [ - '../app/app.gyp:app_unittests', '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:interactive_ui_tests', @@ -204,7 +203,6 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:chrome', - '../app/app.gyp:app_unittests', '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:interactive_ui_tests', @@ -317,7 +315,6 @@ 'target_name': 'chromium_builder_dbg', 'type': 'none', 'dependencies': [ - '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:nacl_ui_tests', @@ -344,7 +341,6 @@ 'target_name': 'chromium_builder_rel', 'type': 'none', 'dependencies': [ - '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:nacl_ui_tests', @@ -393,10 +389,8 @@ 'target_name': 'chromium_builder_dbg_valgrind_mac', 'type': 'none', 'dependencies': [ - '../app/app.gyp:app_unittests', '../base/base.gyp:base_unittests', '../crypto/crypto.gyp:crypto_unittests', - 'temp_gyp/googleurl.gyp:googleurl_unittests', '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../net/net.gyp:net_unittests', @@ -411,6 +405,7 @@ '../sql/sql.gyp:sql_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', + 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, ], # targets @@ -423,7 +418,6 @@ 'target_name': 'chromium_builder', 'type': 'none', 'dependencies': [ - '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:installer_util_unittests', '../chrome/chrome.gyp:interactive_ui_tests', @@ -477,7 +471,6 @@ 'target_name': 'chromium_builder_dbg_tsan_win', 'type': 'none', 'dependencies': [ - '../app/app.gyp:app_unittests', '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:sync_unit_tests', '../crypto/crypto.gyp:crypto_unittests', @@ -537,7 +530,6 @@ 'all.gyp', ], 'dependencies': [ - '../app/app.gyp:app_unittests', '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:chrome', |