OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
9 # histograms.xml changes. | 9 # histograms.xml changes. |
10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 'browser/media/webrtc_rtp_dump_writer_unittest.cc', | 900 'browser/media/webrtc_rtp_dump_writer_unittest.cc', |
901 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', | 901 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', |
902 ], | 902 ], |
903 'chrome_unit_tests_js_sources': [ | 903 'chrome_unit_tests_js_sources': [ |
904 'browser/resources/google_now/background.js', | 904 'browser/resources/google_now/background.js', |
905 'browser/resources/google_now/background_test_util.js', | 905 'browser/resources/google_now/background_test_util.js', |
906 'browser/resources/google_now/cards.js', | 906 'browser/resources/google_now/cards.js', |
907 'browser/resources/google_now/common_test_util.js', | 907 'browser/resources/google_now/common_test_util.js', |
908 'browser/resources/google_now/utility.js', | 908 'browser/resources/google_now/utility.js', |
909 'browser/resources/google_now/utility_test_util.js', | 909 'browser/resources/google_now/utility_test_util.js', |
| 910 'browser/resources/md_downloads/action_service.js', |
910 'browser/resources/print_preview/data/measurement_system.js', | 911 'browser/resources/print_preview/data/measurement_system.js', |
911 'browser/resources/print_preview/print_preview_utils.js', | 912 'browser/resources/print_preview/print_preview_utils.js', |
912 'renderer/resources/extensions/notifications_custom_bindings.js', | 913 'renderer/resources/extensions/notifications_custom_bindings.js', |
913 'renderer/resources/extensions/notifications_test_util.js', | 914 'renderer/resources/extensions/notifications_test_util.js', |
914 '../ui/webui/resources/js/cr.js', | 915 '../ui/webui/resources/js/cr.js', |
915 ], | 916 ], |
916 'chrome_unit_tests_gtestjs_sources': [ | 917 'chrome_unit_tests_gtestjs_sources': [ |
917 'browser/resources/google_now/background_unittest.gtestjs', | 918 'browser/resources/google_now/background_unittest.gtestjs', |
918 'browser/resources/google_now/cards_unittest.gtestjs', | 919 'browser/resources/google_now/cards_unittest.gtestjs', |
919 'browser/resources/google_now/utility_unittest.gtestjs', | 920 'browser/resources/google_now/utility_unittest.gtestjs', |
| 921 'browser/resources/md_downloads/action_service_unittest.gtestjs', |
920 'browser/resources/print_preview/data/measurement_system_unittest.gtestjs'
, | 922 'browser/resources/print_preview/data/measurement_system_unittest.gtestjs'
, |
921 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 923 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
922 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', | 924 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', |
923 'test/data/unit/framework_unittest.gtestjs', | 925 'test/data/unit/framework_unittest.gtestjs', |
924 ], | 926 ], |
925 'chrome_unit_tests_chromeos_sources': [ | 927 'chrome_unit_tests_chromeos_sources': [ |
926 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). | 928 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). |
927 '../components/drive/change_list_loader_unittest.cc', | 929 '../components/drive/change_list_loader_unittest.cc', |
928 '../components/drive/change_list_processor_unittest.cc', | 930 '../components/drive/change_list_processor_unittest.cc', |
929 '../components/drive/directory_loader_unittest.cc', | 931 '../components/drive/directory_loader_unittest.cc', |
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2266 'VCLinkerTool': { | 2268 'VCLinkerTool': { |
2267 'conditions': [ | 2269 'conditions': [ |
2268 ['incremental_chrome_dll==1', { | 2270 ['incremental_chrome_dll==1', { |
2269 'UseLibraryDependencyInputs': "true", | 2271 'UseLibraryDependencyInputs': "true", |
2270 }], | 2272 }], |
2271 ], | 2273 ], |
2272 }, | 2274 }, |
2273 }, | 2275 }, |
2274 'sources': [ | 2276 'sources': [ |
2275 '<@(chrome_unit_tests_sources)', | 2277 '<@(chrome_unit_tests_sources)', |
2276 '<@(chrome_unit_tests_js_sources)', | |
2277 '<@(chrome_unit_tests_gtestjs_sources)', | |
2278 ], | 2278 ], |
2279 'conditions': [ | 2279 'conditions': [ |
2280 ['OS!="ios"', { | 2280 ['OS!="ios"', { |
2281 'dependencies': [ | 2281 'dependencies': [ |
2282 '../components/components.gyp:autofill_content_test_support', | 2282 '../components/components.gyp:autofill_content_test_support', |
2283 '../components/components.gyp:component_metrics_proto', | 2283 '../components/components.gyp:component_metrics_proto', |
2284 '../components/components.gyp:data_reduction_proxy_test_support', | 2284 '../components/components.gyp:data_reduction_proxy_test_support', |
2285 '../components/components.gyp:data_use_measurement_core', | 2285 '../components/components.gyp:data_use_measurement_core', |
2286 '../components/components.gyp:safe_json_test_support', | 2286 '../components/components.gyp:safe_json_test_support', |
2287 '../components/components.gyp:webdata_services_test_support', | 2287 '../components/components.gyp:webdata_services_test_support', |
2288 '../components/components_strings.gyp:components_strings', | 2288 '../components/components_strings.gyp:components_strings', |
2289 '../content/app/resources/content_resources.gyp:content_resources', | 2289 '../content/app/resources/content_resources.gyp:content_resources', |
2290 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2290 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2291 '../gpu/gpu.gyp:gpu_unittest_utils', | 2291 '../gpu/gpu.gyp:gpu_unittest_utils', |
2292 '../media/media.gyp:media_test_support', | 2292 '../media/media.gyp:media_test_support', |
2293 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 2293 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
2294 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2294 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2295 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2295 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
2296 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2296 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2297 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2297 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2298 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 2298 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
2299 '../ui/gl/gl.gyp:gl', | 2299 '../ui/gl/gl.gyp:gl', |
2300 '../ui/gl/gl.gyp:gl_test_support', | 2300 '../ui/gl/gl.gyp:gl_test_support', |
2301 '../v8/tools/gyp/v8.gyp:v8', | |
2302 ], | |
2303 # TODO(scr): Use this in browser_tests too. | |
2304 'includes': [ | |
2305 'js_unittest_rules.gypi', | |
2306 ], | 2301 ], |
2307 'include_dirs': [ | 2302 'include_dirs': [ |
2308 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 2303 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
2309 ], | 2304 ], |
2310 }, { # OS=="ios" | 2305 }, { # OS=="ios" |
2311 'dependencies': [ | 2306 'dependencies': [ |
2312 '../third_party/ocmock/ocmock.gyp:ocmock', | 2307 '../third_party/ocmock/ocmock.gyp:ocmock', |
2313 ], | 2308 ], |
2314 'sources/': [ | 2309 'sources/': [ |
2315 # Exclude everything but iOS-specific files. | 2310 # Exclude everything but iOS-specific files. |
(...skipping 23 matching lines...) Expand all Loading... |
2339 '../testing/android/native_test.gyp:native_test_native_code', | 2334 '../testing/android/native_test.gyp:native_test_native_code', |
2340 '../components/components.gyp:offline_pages', | 2335 '../components/components.gyp:offline_pages', |
2341 ], | 2336 ], |
2342 }, { # Not Android. | 2337 }, { # Not Android. |
2343 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], | 2338 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], |
2344 'sources!': [ | 2339 'sources!': [ |
2345 'browser/download/download_request_infobar_delegate_unittest.cc', | 2340 'browser/download/download_request_infobar_delegate_unittest.cc', |
2346 ], | 2341 ], |
2347 }], | 2342 }], |
2348 ['OS!="android" and OS!="ios"', { | 2343 ['OS!="android" and OS!="ios"', { |
2349 'sources': [ '<@(chrome_unit_tests_non_mobile_sources)' ], | 2344 'dependencies': [ |
| 2345 '../v8/tools/gyp/v8.gyp:v8', |
| 2346 ], |
| 2347 'includes': [ |
| 2348 'js_unittest_rules.gypi', |
| 2349 ], |
| 2350 'include_dirs': [ |
| 2351 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 2352 ], |
| 2353 'sources': [ |
| 2354 '<@(chrome_unit_tests_non_mobile_sources)', |
| 2355 '<@(chrome_unit_tests_js_sources)', |
| 2356 '<@(chrome_unit_tests_gtestjs_sources)', |
| 2357 ], |
2350 }], | 2358 }], |
2351 ['chromeos==1', { | 2359 ['chromeos==1', { |
2352 'sources!': [ | 2360 'sources!': [ |
2353 'browser/signin/chrome_signin_status_metrics_provider_delegate_unitt
est.cc', | 2361 'browser/signin/chrome_signin_status_metrics_provider_delegate_unitt
est.cc', |
2354 ], | 2362 ], |
2355 }], | 2363 }], |
2356 ['enable_background==1', { | 2364 ['enable_background==1', { |
2357 'sources': [ '<@(chrome_unit_tests_background_sources)' ], | 2365 'sources': [ '<@(chrome_unit_tests_background_sources)' ], |
2358 }], | 2366 }], |
2359 ['enable_spellcheck==1', { | 2367 ['enable_spellcheck==1', { |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3057 'dependencies': [ | 3065 'dependencies': [ |
3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3066 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3059 ], | 3067 ], |
3060 }], | 3068 }], |
3061 ], | 3069 ], |
3062 }, | 3070 }, |
3063 ], | 3071 ], |
3064 }], | 3072 }], |
3065 ], # 'conditions' | 3073 ], # 'conditions' |
3066 } | 3074 } |
OLD | NEW |