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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 683813004: Fewer focusable items in chrome://settings/searchEngines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Load test-only resources from browser_tests.pak Created 6 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 unified diff | Download patch
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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 '<@(chrome_driver_tests_sources)', 1800 '<@(chrome_driver_tests_sources)',
1801 ], 1801 ],
1802 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1802 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1803 'msvs_disabled_warnings': [ 4267, ], 1803 'msvs_disabled_warnings': [ 4267, ],
1804 }, 1804 },
1805 { 1805 {
1806 # Executable that runs each browser test in a new process. 1806 # Executable that runs each browser test in a new process.
1807 'target_name': 'browser_tests', 1807 'target_name': 'browser_tests',
1808 'type': 'executable', 1808 'type': 'executable',
1809 'dependencies': [ 1809 'dependencies': [
1810 'browser', 1810 'browser',
Dan Beam 2014/11/07 19:43:59 e.g. why not here?
1811 'chrome_resources.gyp:chrome_resources', 1811 'chrome_resources.gyp:chrome_resources',
1812 'chrome_resources.gyp:chrome_strings', 1812 'chrome_resources.gyp:chrome_strings',
1813 'chrome_resources.gyp:packed_extra_resources', 1813 'chrome_resources.gyp:packed_extra_resources',
1814 'chrome_resources.gyp:packed_resources', 1814 'chrome_resources.gyp:packed_resources',
1815 'chrome_resources.gyp:browser_tests_pak',
Dan Beam 2014/11/07 19:43:59 nit: unless this must be lower (for dependency rea
bondd 2014/11/07 20:13:25 Done.
1815 'common/extensions/api/api.gyp:chrome_api', 1816 'common/extensions/api/api.gyp:chrome_api',
1816 'renderer', 1817 'renderer',
1817 'test/perf/perf_test.gyp:*', 1818 'test/perf/perf_test.gyp:*',
1818 'test_support_common', 1819 'test_support_common',
1819 'test_support_sync_integration', 1820 'test_support_sync_integration',
1820 '../base/base.gyp:base', 1821 '../base/base.gyp:base',
1821 '../base/base.gyp:base_i18n', 1822 '../base/base.gyp:base_i18n',
1822 '../base/base.gyp:test_support_base', 1823 '../base/base.gyp:test_support_base',
1823 '../components/components.gyp:autofill_content_risk_proto', 1824 '../components/components.gyp:autofill_content_risk_proto',
1824 '../components/components.gyp:autofill_content_test_support', 1825 '../components/components.gyp:autofill_content_test_support',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3189 ['enable_webrtc==1', { 3190 ['enable_webrtc==1', {
3190 'dependencies': [ 3191 'dependencies': [
3191 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3192 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3192 ] 3193 ]
3193 }], 3194 }],
3194 ], 3195 ],
3195 }] 3196 }]
3196 }], 3197 }],
3197 ], # 'conditions' 3198 ], # 'conditions'
3198 } 3199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698