Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5826)

Unified Diff: chrome/chrome_tests.gypi

Issue 83863005: Remove the test_support_chrome target, since it duplicates test_support_common. The latter is wher… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 236834)
+++ chrome/chrome_tests.gypi (working copy)
@@ -62,24 +62,6 @@
],
'targets': [
{
- 'target_name': 'test_support_chrome',
- 'type': 'static_library',
- 'dependencies': [
- 'test_support_common',
- '../testing/gtest.gyp:gtest',
- ],
- 'export_dependent_settings': [
- 'test_support_common',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'test/base/chrome_test_launcher.cc',
- 'test/base/chrome_test_launcher.h',
- ],
- },
- {
'target_name': 'test_support_ui_runner',
'type': 'static_library',
'dependencies': [
@@ -157,7 +139,6 @@
'common/extensions/api/api.gyp:api',
'debugger',
'renderer',
- 'test_support_chrome',
'test_support_common',
# NOTE: don't add test_support_ui, no more UITests. See
# http://crbug.com/137365
@@ -927,7 +908,6 @@
'common/extensions/api/api.gyp:api',
'renderer',
'test/perf/perf_test.gyp:*',
- 'test_support_chrome',
'test_support_common',
'test_support_unit',
'../base/base.gyp:base',
@@ -2047,7 +2027,6 @@
'chrome_resources.gyp:packed_resources',
'renderer',
'test/perf/perf_test.gyp:*',
- 'test_support_chrome',
'test_support_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@@ -2315,7 +2294,6 @@
'common',
'common/extensions/api/api.gyp:api',
'renderer',
- 'test_support_chrome',
'test_support_common',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
@@ -2502,7 +2480,6 @@
'chrome',
'common/extensions/api/api.gyp:api',
'test/perf/perf_test.gyp:*',
- 'test_support_chrome',
'test_support_common',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698