Skip to content

Commit

Permalink
Remove the test_support_chrome target, since it duplicates test_suppo…
Browse files Browse the repository at this point in the history
…rt_common. The latter is where we already put all test-harness specific code, even if it's only used in browser tests.

R=phajdan.jr@chromium.org

Review URL: https://codereview.chromium.org/83863005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236856 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed Nov 22, 2013
1 parent a4eff73 commit 1df0204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
23 changes: 0 additions & 23 deletions chrome/chrome_tests.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,6 @@
'js_unittest_vars.gypi',
],
'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',
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -927,7 +908,6 @@
'common/extensions/api/api.gyp:api',
'renderer',
'test/perf/perf_test.gyp:*',
'test_support_chrome',
'test_support_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
Expand Down Expand Up @@ -2056,7 +2036,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',
Expand Down Expand Up @@ -2324,7 +2303,6 @@
'common',
'common/extensions/api/api.gyp:api',
'renderer',
'test_support_chrome',
'test_support_common',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
Expand Down Expand Up @@ -2511,7 +2489,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',
Expand Down
2 changes: 2 additions & 0 deletions chrome/chrome_tests_unit.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@
'test/base/chrome_process_util_mac.cc',
'test/base/chrome_render_view_host_test_harness.cc',
'test/base/chrome_render_view_host_test_harness.h',
'test/base/chrome_test_launcher.cc',
'test/base/chrome_test_launcher.h',
'test/base/chrome_test_suite.cc',
'test/base/chrome_test_suite.h',
'test/base/find_in_page_observer.cc',
Expand Down

0 comments on commit 1df0204

Please sign in to comment.