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

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: Created 7 years, 4 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f15fe65869613b669326d0b15c835f008762a70f..c8f9b6858cf1e422232470653868399ffbcd2eef 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1126,6 +1126,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',
@@ -1488,7 +1489,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',
@@ -2009,8 +2009,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',
@@ -2131,6 +2130,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',
@@ -2265,8 +2265,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',
@@ -2364,6 +2363,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',
@@ -2640,6 +2640,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',

Powered by Google App Engine
This is Rietveld 408576698