OLD | NEW |
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 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2808 'include_dirs': [ | 2808 'include_dirs': [ |
2809 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 2809 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
2810 ], | 2810 ], |
2811 'dependencies': [ | 2811 'dependencies': [ |
2812 'browser', | 2812 'browser', |
2813 'chrome_resources.gyp:chrome_resources', | 2813 'chrome_resources.gyp:chrome_resources', |
2814 'chrome_resources.gyp:chrome_strings', | 2814 'chrome_resources.gyp:chrome_strings', |
2815 'common', | 2815 'common', |
2816 'renderer', | 2816 'renderer', |
2817 '../content/content.gyp:content_gpu', | 2817 '../content/content.gyp:content_gpu', |
2818 '../content/content.gyp:test_support_content', | 2818 '../content/content_shell_and_tests.gyp:test_support_content', |
2819 '../base/base.gyp:base', | 2819 '../base/base.gyp:base', |
2820 '../base/base.gyp:test_support_base', | 2820 '../base/base.gyp:test_support_base', |
2821 '../base/base.gyp:test_support_perf', | 2821 '../base/base.gyp:test_support_perf', |
2822 '../skia/skia.gyp:skia', | 2822 '../skia/skia.gyp:skia', |
2823 '../testing/gtest.gyp:gtest', | 2823 '../testing/gtest.gyp:gtest', |
2824 '../webkit/support/webkit_support.gyp:glue', | 2824 '../webkit/support/webkit_support.gyp:glue', |
2825 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', | 2825 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', |
2826 ], | 2826 ], |
2827 'sources': [ | 2827 'sources': [ |
2828 'test/perf/perftests.cc', | 2828 'test/perf/perftests.cc', |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3150 # courgette source directory in an include path. | 3150 # courgette source directory in an include path. |
3151 '../courgette/courgette.gyp:courgette_unittests', | 3151 '../courgette/courgette.gyp:courgette_unittests', |
3152 'browser_tests', | 3152 'browser_tests', |
3153 ]}], | 3153 ]}], |
3154 ['OS=="linux"', { | 3154 ['OS=="linux"', { |
3155 'dependencies': [ | 3155 'dependencies': [ |
3156 # Win bot needs to be turned into an interactive bot. | 3156 # Win bot needs to be turned into an interactive bot. |
3157 'interactive_ui_tests', | 3157 'interactive_ui_tests', |
3158 # Disabled from running in coverage_posix.py. | 3158 # Disabled from running in coverage_posix.py. |
3159 # We need to build this during compile step, so enabling here. | 3159 # We need to build this during compile step, so enabling here. |
3160 '../content/content.gyp:content_browsertests', | 3160 '../content/content_shell_and_tests.gyp:content_browsertests', |
3161 '../courgette/courgette.gyp:courgette_unittests', | 3161 '../courgette/courgette.gyp:courgette_unittests', |
3162 '../crypto/crypto.gyp:crypto_unittests', | 3162 '../crypto/crypto.gyp:crypto_unittests', |
3163 '../jingle/jingle.gyp:jingle_unittests', | 3163 '../jingle/jingle.gyp:jingle_unittests', |
3164 '../net/net.gyp:net_perftests', | 3164 '../net/net.gyp:net_perftests', |
3165 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', | 3165 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', |
3166 '../url/url.gyp:googleurl_unittests', | 3166 '../url/url.gyp:googleurl_unittests', |
3167 'browser_tests', | 3167 'browser_tests', |
3168 'chromedriver_unittests', | 3168 'chromedriver_unittests', |
3169 'gpu_tests', | 3169 'gpu_tests', |
3170 'performance_ui_tests', | 3170 'performance_ui_tests', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3260 ['OS == "android"', { | 3260 ['OS == "android"', { |
3261 'targets': [ | 3261 'targets': [ |
3262 { | 3262 { |
3263 'target_name': 'chromium_testshell_test_apk', | 3263 'target_name': 'chromium_testshell_test_apk', |
3264 'type': 'none', | 3264 'type': 'none', |
3265 'dependencies': [ | 3265 'dependencies': [ |
3266 'chrome_java', | 3266 'chrome_java', |
3267 'chromium_testshell_java', | 3267 'chromium_testshell_java', |
3268 '../base/base.gyp:base', | 3268 '../base/base.gyp:base', |
3269 '../base/base.gyp:base_java_test_support', | 3269 '../base/base.gyp:base_java_test_support', |
3270 '../content/content.gyp:content_java_test_support', | 3270 '../content/content_shell_and_tests.gyp:content_java_test_support', |
3271 '../sync/sync.gyp:sync_javatests', | 3271 '../sync/sync.gyp:sync_javatests', |
3272 '../tools/android/forwarder/forwarder.gyp:forwarder', | 3272 '../tools/android/forwarder/forwarder.gyp:forwarder', |
3273 ], | 3273 ], |
3274 'variables': { | 3274 'variables': { |
3275 'apk_name': 'ChromiumTestShellTest', | 3275 'apk_name': 'ChromiumTestShellTest', |
3276 'java_in_dir': 'android/testshell/javatests', | 3276 'java_in_dir': 'android/testshell/javatests', |
3277 'resource_dir': 'android/testshell/res', | 3277 'resource_dir': 'android/testshell/res', |
3278 'additional_src_dirs': ['android/javatests/src'], | 3278 'additional_src_dirs': ['android/javatests/src'], |
3279 'is_test_apk': 1, | 3279 'is_test_apk': 1, |
3280 }, | 3280 }, |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3393 # more details. | 3393 # more details. |
3394 'DebugInformationFormat': '3', | 3394 'DebugInformationFormat': '3', |
3395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3396 }, | 3396 }, |
3397 }, | 3397 }, |
3398 }, | 3398 }, |
3399 ], | 3399 ], |
3400 }], | 3400 }], |
3401 ], # 'conditions' | 3401 ], # 'conditions' |
3402 } | 3402 } |
OLD | NEW |