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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'msvs_cygwin_shell': 0, 1119 'msvs_cygwin_shell': 0,
1120 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 1120 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
1121 'dependencies': [ 1121 'dependencies': [
1122 'browser', 1122 'browser',
1123 'chrome_resources.gyp:chrome_resources', 1123 'chrome_resources.gyp:chrome_resources',
1124 'chrome_resources.gyp:chrome_strings', 1124 'chrome_resources.gyp:chrome_strings',
1125 'chrome_resources.gyp:packed_extra_resources', 1125 'chrome_resources.gyp:packed_extra_resources',
1126 'chrome_resources.gyp:packed_resources', 1126 'chrome_resources.gyp:packed_resources',
1127 'common/extensions/api/api.gyp:api', 1127 'common/extensions/api/api.gyp:api',
1128 'renderer', 1128 'renderer',
1129 'test/perf/perf_test.gyp:*',
1129 'test_support_common', 1130 'test_support_common',
1130 'test_support_unit', 1131 'test_support_unit',
1131 '../base/base.gyp:base', 1132 '../base/base.gyp:base',
1132 '../base/base.gyp:base_i18n', 1133 '../base/base.gyp:base_i18n',
1133 '../base/base.gyp:test_support_base', 1134 '../base/base.gyp:test_support_base',
1134 '../components/components.gyp:autofill_content_risk_proto', 1135 '../components/components.gyp:autofill_content_risk_proto',
1135 '../components/components.gyp:autofill_content_test_support', 1136 '../components/components.gyp:autofill_content_test_support',
1136 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1137 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1137 '../net/net.gyp:net', 1138 '../net/net.gyp:net',
1138 '../net/net.gyp:net_test_support', 1139 '../net/net.gyp:net_test_support',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 'browser/net/ftp_browsertest.cc', 1482 'browser/net/ftp_browsertest.cc',
1482 'browser/net/load_timing_browsertest.cc', 1483 'browser/net/load_timing_browsertest.cc',
1483 'browser/net/predictor_browsertest.cc', 1484 'browser/net/predictor_browsertest.cc',
1484 'browser/net/proxy_browsertest.cc', 1485 'browser/net/proxy_browsertest.cc',
1485 'browser/net/websocket_browsertest.cc', 1486 'browser/net/websocket_browsertest.cc',
1486 'browser/notifications/message_center_notifications_browsertest.cc', 1487 'browser/notifications/message_center_notifications_browsertest.cc',
1487 'browser/notifications/sync_notifier/chrome_notifier_delegate_browsertes t.cc', 1488 'browser/notifications/sync_notifier/chrome_notifier_delegate_browsertes t.cc',
1488 'browser/notifications/sync_notifier/notification_bitmap_fetcher_browser test.cc', 1489 'browser/notifications/sync_notifier/notification_bitmap_fetcher_browser test.cc',
1489 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', 1490 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc',
1490 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', 1491 'browser/notifications/sync_notifier/sync_notifier_test_utils.h',
1491 'browser/page_cycler/page_cycler_browsertest.cc',
1492 'browser/password_manager/password_manager_browsertest.cc', 1492 'browser/password_manager/password_manager_browsertest.cc',
1493 'browser/performance_monitor/performance_monitor_browsertest.cc', 1493 'browser/performance_monitor/performance_monitor_browsertest.cc',
1494 'browser/policy/cloud/cloud_policy_browsertest.cc', 1494 'browser/policy/cloud/cloud_policy_browsertest.cc',
1495 'browser/policy/cloud/cloud_policy_manager_browsertest.cc', 1495 'browser/policy/cloud/cloud_policy_manager_browsertest.cc',
1496 'browser/policy/cloud/component_cloud_policy_browsertest.cc', 1496 'browser/policy/cloud/component_cloud_policy_browsertest.cc',
1497 'browser/policy/cloud/device_management_service_browsertest.cc', 1497 'browser/policy/cloud/device_management_service_browsertest.cc',
1498 'browser/policy/cloud/test_request_interceptor.cc', 1498 'browser/policy/cloud/test_request_interceptor.cc',
1499 'browser/policy/cloud/test_request_interceptor.h', 1499 'browser/policy/cloud/test_request_interceptor.h',
1500 'browser/policy/mock_policy_service.cc', 1500 'browser/policy/mock_policy_service.cc',
1501 'browser/policy/mock_policy_service.h', 1501 'browser/policy/mock_policy_service.h',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'dependencies': [ 2002 'dependencies': [
2003 '../build/linux/system.gyp:ssl', 2003 '../build/linux/system.gyp:ssl',
2004 ], 2004 ],
2005 }], 2005 }],
2006 ['OS=="mac"', { 2006 ['OS=="mac"', {
2007 'include_dirs': [ 2007 'include_dirs': [
2008 '../third_party/GTM', 2008 '../third_party/GTM',
2009 ], 2009 ],
2010 # TODO(mark): We really want this for all non-static library 2010 # TODO(mark): We really want this for all non-static library
2011 # targets, but when we tried to pull it up to the common.gypi 2011 # targets, but when we tried to pull it up to the common.gypi
2012 # level, it broke other things like the ui, startup, and 2012 # level, it broke other things like the ui and startup tests. *shrug*
2013 # page_cycler tests. *shrug*
2014 'xcode_settings': { 2013 'xcode_settings': {
2015 'OTHER_LDFLAGS': [ 2014 'OTHER_LDFLAGS': [
2016 '-Wl,-ObjC', 2015 '-Wl,-ObjC',
2017 ], 2016 ],
2018 }, 2017 },
2019 # Other platforms only need 2018 # Other platforms only need
2020 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, 2019 # chrome_resources.gyp:{packed_extra_resources,packed_resources},
2021 # and can build this target standalone much faster. 2020 # and can build this target standalone much faster.
2022 'dependencies': [ 2021 'dependencies': [
2023 'chrome', 2022 'chrome',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'type': 'executable', 2123 'type': 'executable',
2125 'msvs_cygwin_shell': 0, 2124 'msvs_cygwin_shell': 0,
2126 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2125 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2127 'dependencies': [ 2126 'dependencies': [
2128 'browser', 2127 'browser',
2129 'chrome_resources.gyp:chrome_resources', 2128 'chrome_resources.gyp:chrome_resources',
2130 'chrome_resources.gyp:chrome_strings', 2129 'chrome_resources.gyp:chrome_strings',
2131 'chrome_resources.gyp:packed_extra_resources', 2130 'chrome_resources.gyp:packed_extra_resources',
2132 'chrome_resources.gyp:packed_resources', 2131 'chrome_resources.gyp:packed_resources',
2133 'renderer', 2132 'renderer',
2133 'test/perf/perf_test.gyp:*',
2134 'test_support_common', 2134 'test_support_common',
2135 '../base/base.gyp:base', 2135 '../base/base.gyp:base',
2136 '../base/base.gyp:base_i18n', 2136 '../base/base.gyp:base_i18n',
2137 '../base/base.gyp:test_support_base', 2137 '../base/base.gyp:test_support_base',
2138 '../net/net.gyp:net', 2138 '../net/net.gyp:net',
2139 '../net/net.gyp:net_test_support', 2139 '../net/net.gyp:net_test_support',
2140 '../skia/skia.gyp:skia', 2140 '../skia/skia.gyp:skia',
2141 '../sync/sync.gyp:sync', 2141 '../sync/sync.gyp:sync',
2142 '../testing/gmock.gyp:gmock', 2142 '../testing/gmock.gyp:gmock',
2143 '../testing/gtest.gyp:gtest', 2143 '../testing/gtest.gyp:gtest',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
2258 'dependencies': [ 2258 'dependencies': [
2259 '../build/linux/system.gyp:ssl', 2259 '../build/linux/system.gyp:ssl',
2260 ], 2260 ],
2261 }], 2261 }],
2262 ['OS=="mac"', { 2262 ['OS=="mac"', {
2263 'include_dirs': [ 2263 'include_dirs': [
2264 '../third_party/GTM', 2264 '../third_party/GTM',
2265 ], 2265 ],
2266 # TODO(mark): We really want this for all non-static library 2266 # TODO(mark): We really want this for all non-static library
2267 # targets, but when we tried to pull it up to the common.gypi 2267 # targets, but when we tried to pull it up to the common.gypi
2268 # level, it broke other things like the ui, startup, and 2268 # level, it broke other things like the ui and startup tests. *shrug*
2269 # page_cycler tests. *shrug*
2270 'xcode_settings': { 2269 'xcode_settings': {
2271 'OTHER_LDFLAGS': [ 2270 'OTHER_LDFLAGS': [
2272 '-Wl,-ObjC', 2271 '-Wl,-ObjC',
2273 ], 2272 ],
2274 }, 2273 },
2275 # Other platforms only need 2274 # Other platforms only need
2276 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, 2275 # chrome_resources.gyp:{packed_extra_resources,packed_resources},
2277 # and can build this target standalone much faster. 2276 # and can build this target standalone much faster.
2278 'dependencies': [ 2277 'dependencies': [
2279 'chrome', 2278 'chrome',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
2357 ], 2356 ],
2358 }, 2357 },
2359 { 2358 {
2360 'target_name': 'performance_ui_tests', 2359 'target_name': 'performance_ui_tests',
2361 'type': 'executable', 2360 'type': 'executable',
2362 'dependencies': [ 2361 'dependencies': [
2363 'chrome', 2362 'chrome',
2364 'chrome_resources.gyp:chrome_resources', 2363 'chrome_resources.gyp:chrome_resources',
2365 'chrome_resources.gyp:chrome_strings', 2364 'chrome_resources.gyp:chrome_strings',
2366 'debugger', 2365 'debugger',
2366 'test/perf/perf_test.gyp:*',
2367 'test_support_common', 2367 'test_support_common',
2368 'test_support_ui', 2368 'test_support_ui',
2369 '../base/base.gyp:base', 2369 '../base/base.gyp:base',
2370 '../skia/skia.gyp:skia', 2370 '../skia/skia.gyp:skia',
2371 '../testing/gtest.gyp:gtest', 2371 '../testing/gtest.gyp:gtest',
2372 ], 2372 ],
2373 'sources': [ 2373 'sources': [
2374 # TODO(darin): Move other UIPerfTests here. 2374 # TODO(darin): Move other UIPerfTests here.
2375 'test/perf/dom_checker_uitest.cc', 2375 'test/perf/dom_checker_uitest.cc',
2376 'test/perf/feature_startup_test.cc', 2376 'test/perf/feature_startup_test.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
2633 }], 2633 }],
2634 ], 2634 ],
2635 }, 2635 },
2636 { 2636 {
2637 'target_name': 'sync_performance_tests', 2637 'target_name': 'sync_performance_tests',
2638 'type': 'executable', 2638 'type': 'executable',
2639 'dependencies': [ 2639 'dependencies': [
2640 'browser', 2640 'browser',
2641 'chrome', 2641 'chrome',
2642 'common/extensions/api/api.gyp:api', 2642 'common/extensions/api/api.gyp:api',
2643 'test/perf/perf_test.gyp:*',
2643 'test_support_common', 2644 'test_support_common',
2644 '../skia/skia.gyp:skia', 2645 '../skia/skia.gyp:skia',
2645 '../sync/sync.gyp:sync', 2646 '../sync/sync.gyp:sync',
2646 '../sync/sync.gyp:test_support_sync_testserver', 2647 '../sync/sync.gyp:test_support_sync_testserver',
2647 '../testing/gmock.gyp:gmock', 2648 '../testing/gmock.gyp:gmock',
2648 '../testing/gtest.gyp:gtest', 2649 '../testing/gtest.gyp:gtest',
2649 ], 2650 ],
2650 'include_dirs': [ 2651 'include_dirs': [
2651 '..', 2652 '..',
2652 '<(INTERMEDIATE_DIR)', 2653 '<(INTERMEDIATE_DIR)',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
3456 'utility', 3457 'utility',
3457 ], 3458 ],
3458 'sources': [ 3459 'sources': [
3459 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3460 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3460 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3461 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3461 ], 3462 ],
3462 }] 3463 }]
3463 }], 3464 }],
3464 ], # 'conditions' 3465 ], # 'conditions'
3465 } 3466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698