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

Unified Diff: chrome/chrome_tests.gypi

Issue 23498004: Remove page cyclers from chrome binary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame compile Created 7 years, 3 months 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 | « chrome/chrome_browser.gypi ('k') | 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
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d85ffacc0dc75ce9f7eb1e65346346dff88d0a61..a681ea9a7bf37ab94cab5ef84fb2ac9d7cf32db4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1131,6 +1131,7 @@
'chrome_resources.gyp:packed_resources',
'common/extensions/api/api.gyp:api',
'renderer',
+ 'test/perf/perf_test.gyp:*',
'test_support_common',
'test_support_unit',
'../base/base.gyp:base',
@@ -1496,7 +1497,6 @@
'browser/notifications/sync_notifier/notification_bitmap_fetcher_browsertest.cc',
'browser/notifications/sync_notifier/sync_notifier_test_utils.cc',
'browser/notifications/sync_notifier/sync_notifier_test_utils.h',
- 'browser/page_cycler/page_cycler_browsertest.cc',
'browser/password_manager/password_manager_browsertest.cc',
'browser/performance_monitor/performance_monitor_browsertest.cc',
'browser/policy/cloud/cloud_policy_browsertest.cc',
@@ -2021,8 +2021,7 @@
],
# TODO(mark): We really want this for all non-static library
# targets, but when we tried to pull it up to the common.gypi
- # level, it broke other things like the ui, startup, and
- # page_cycler tests. *shrug*
+ # level, it broke other things like the ui and startup tests. *shrug*
'xcode_settings': {
'OTHER_LDFLAGS': [
'-Wl,-ObjC',
@@ -2144,6 +2143,7 @@
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
'renderer',
+ 'test/perf/perf_test.gyp:*',
'test_support_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@@ -2154,6 +2154,7 @@
'../sync/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../testing/perf/perf_test.gyp:*',
'../third_party/cld/cld.gyp:cld',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -2278,8 +2279,7 @@
],
# TODO(mark): We really want this for all non-static library
# targets, but when we tried to pull it up to the common.gypi
- # level, it broke other things like the ui, startup, and
- # page_cycler tests. *shrug*
+ # level, it broke other things like the ui and startup tests. *shrug*
'xcode_settings': {
'OTHER_LDFLAGS': [
'-Wl,-ObjC',
@@ -2377,6 +2377,7 @@
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
'debugger',
+ 'test/perf/perf_test.gyp:*',
'test_support_common',
'test_support_ui',
'../base/base.gyp:base',
@@ -2654,6 +2655,7 @@
'browser',
'chrome',
'common/extensions/api/api.gyp:api',
+ 'test/perf/perf_test.gyp:*',
'test_support_common',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698