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

Side by Side Diff: trunk/src/chrome/chrome_tests.gypi

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

Powered by Google App Engine
This is Rietveld 408576698