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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 5 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
2816 'include_dirs': [ 2816 'include_dirs': [
2817 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 2817 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
2818 ], 2818 ],
2819 'dependencies': [ 2819 'dependencies': [
2820 'browser', 2820 'browser',
2821 'chrome_resources.gyp:chrome_resources', 2821 'chrome_resources.gyp:chrome_resources',
2822 'chrome_resources.gyp:chrome_strings', 2822 'chrome_resources.gyp:chrome_strings',
2823 'common', 2823 'common',
2824 'renderer', 2824 'renderer',
2825 '../content/content.gyp:content_gpu', 2825 '../content/content.gyp:content_gpu',
2826 '../content/content.gyp:test_support_content', 2826 '../content/content_shell_and_tests.gyp:test_support_content',
2827 '../base/base.gyp:base', 2827 '../base/base.gyp:base',
2828 '../base/base.gyp:test_support_base', 2828 '../base/base.gyp:test_support_base',
2829 '../base/base.gyp:test_support_perf', 2829 '../base/base.gyp:test_support_perf',
2830 '../skia/skia.gyp:skia', 2830 '../skia/skia.gyp:skia',
2831 '../testing/gtest.gyp:gtest', 2831 '../testing/gtest.gyp:gtest',
2832 '../webkit/support/webkit_support.gyp:glue', 2832 '../webkit/support/webkit_support.gyp:glue',
2833 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 2833 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
2834 ], 2834 ],
2835 'sources': [ 2835 'sources': [
2836 'test/perf/perftests.cc', 2836 'test/perf/perftests.cc',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 # courgette source directory in an include path. 3158 # courgette source directory in an include path.
3159 '../courgette/courgette.gyp:courgette_unittests', 3159 '../courgette/courgette.gyp:courgette_unittests',
3160 'browser_tests', 3160 'browser_tests',
3161 ]}], 3161 ]}],
3162 ['OS=="linux"', { 3162 ['OS=="linux"', {
3163 'dependencies': [ 3163 'dependencies': [
3164 # Win bot needs to be turned into an interactive bot. 3164 # Win bot needs to be turned into an interactive bot.
3165 'interactive_ui_tests', 3165 'interactive_ui_tests',
3166 # Disabled from running in coverage_posix.py. 3166 # Disabled from running in coverage_posix.py.
3167 # We need to build this during compile step, so enabling here. 3167 # We need to build this during compile step, so enabling here.
3168 '../content/content.gyp:content_browsertests', 3168 '../content/content_shell_and_tests.gyp:content_browsertests',
3169 '../courgette/courgette.gyp:courgette_unittests', 3169 '../courgette/courgette.gyp:courgette_unittests',
3170 '../crypto/crypto.gyp:crypto_unittests', 3170 '../crypto/crypto.gyp:crypto_unittests',
3171 '../jingle/jingle.gyp:jingle_unittests', 3171 '../jingle/jingle.gyp:jingle_unittests',
3172 '../net/net.gyp:net_perftests', 3172 '../net/net.gyp:net_perftests',
3173 '../third_party/WebKit/public/all.gyp:all_blink', 3173 '../third_party/WebKit/public/all.gyp:all_blink',
3174 '../url/url.gyp:googleurl_unittests', 3174 '../url/url.gyp:googleurl_unittests',
3175 'browser_tests', 3175 'browser_tests',
3176 'chromedriver_unittests', 3176 'chromedriver_unittests',
3177 'gpu_tests', 3177 'gpu_tests',
3178 'performance_ui_tests', 3178 'performance_ui_tests',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
3268 ['OS == "android"', { 3268 ['OS == "android"', {
3269 'targets': [ 3269 'targets': [
3270 { 3270 {
3271 'target_name': 'chromium_testshell_test_apk', 3271 'target_name': 'chromium_testshell_test_apk',
3272 'type': 'none', 3272 'type': 'none',
3273 'dependencies': [ 3273 'dependencies': [
3274 'chrome_java', 3274 'chrome_java',
3275 'chromium_testshell_java', 3275 'chromium_testshell_java',
3276 '../base/base.gyp:base', 3276 '../base/base.gyp:base',
3277 '../base/base.gyp:base_java_test_support', 3277 '../base/base.gyp:base_java_test_support',
3278 '../content/content.gyp:content_java_test_support', 3278 '../content/content_shell_and_tests.gyp:content_java_test_support',
3279 '../sync/sync.gyp:sync_javatests', 3279 '../sync/sync.gyp:sync_javatests',
3280 '../tools/android/forwarder/forwarder.gyp:forwarder', 3280 '../tools/android/forwarder/forwarder.gyp:forwarder',
3281 ], 3281 ],
3282 'variables': { 3282 'variables': {
3283 'apk_name': 'ChromiumTestShellTest', 3283 'apk_name': 'ChromiumTestShellTest',
3284 'java_in_dir': 'android/testshell/javatests', 3284 'java_in_dir': 'android/testshell/javatests',
3285 'resource_dir': 'android/testshell/res', 3285 'resource_dir': 'android/testshell/res',
3286 'additional_src_dirs': ['android/javatests/src'], 3286 'additional_src_dirs': ['android/javatests/src'],
3287 'is_test_apk': 1, 3287 'is_test_apk': 1,
3288 }, 3288 },
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3417 '../base/base.gyp:test_support_base', 3417 '../base/base.gyp:test_support_base',
3418 ], 3418 ],
3419 'sources': [ 3419 'sources': [
3420 'browser/local_discovery/service_discovery_sniffer.h', 3420 'browser/local_discovery/service_discovery_sniffer.h',
3421 'browser/local_discovery/service_discovery_sniffer.cc', 3421 'browser/local_discovery/service_discovery_sniffer.cc',
3422 ], 3422 ],
3423 }] 3423 }]
3424 }], 3424 }],
3425 ], # 'conditions' 3425 ], # 'conditions'
3426 } 3426 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698