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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1557323003: Revert of MD Downloads: add a JS unit test for search term splitting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-dl-data
Patch Set: Created 4 years, 11 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
OLDNEW
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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'browser/media/webrtc_rtp_dump_writer_unittest.cc', 899 'browser/media/webrtc_rtp_dump_writer_unittest.cc',
900 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', 900 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc',
901 ], 901 ],
902 'chrome_unit_tests_js_sources': [ 902 'chrome_unit_tests_js_sources': [
903 'browser/resources/google_now/background.js', 903 'browser/resources/google_now/background.js',
904 'browser/resources/google_now/background_test_util.js', 904 'browser/resources/google_now/background_test_util.js',
905 'browser/resources/google_now/cards.js', 905 'browser/resources/google_now/cards.js',
906 'browser/resources/google_now/common_test_util.js', 906 'browser/resources/google_now/common_test_util.js',
907 'browser/resources/google_now/utility.js', 907 'browser/resources/google_now/utility.js',
908 'browser/resources/google_now/utility_test_util.js', 908 'browser/resources/google_now/utility_test_util.js',
909 'browser/resources/md_downloads/action_service.js',
910 'browser/resources/print_preview/data/measurement_system.js', 909 'browser/resources/print_preview/data/measurement_system.js',
911 'browser/resources/print_preview/print_preview_utils.js', 910 'browser/resources/print_preview/print_preview_utils.js',
912 'renderer/resources/extensions/notifications_custom_bindings.js', 911 'renderer/resources/extensions/notifications_custom_bindings.js',
913 'renderer/resources/extensions/notifications_test_util.js', 912 'renderer/resources/extensions/notifications_test_util.js',
914 '../ui/webui/resources/js/cr.js', 913 '../ui/webui/resources/js/cr.js',
915 ], 914 ],
916 'chrome_unit_tests_gtestjs_sources': [ 915 'chrome_unit_tests_gtestjs_sources': [
917 'browser/resources/google_now/background_unittest.gtestjs', 916 'browser/resources/google_now/background_unittest.gtestjs',
918 'browser/resources/google_now/cards_unittest.gtestjs', 917 'browser/resources/google_now/cards_unittest.gtestjs',
919 'browser/resources/google_now/utility_unittest.gtestjs', 918 'browser/resources/google_now/utility_unittest.gtestjs',
920 'browser/resources/md_downloads/action_service_unittest.gtestjs',
921 'browser/resources/print_preview/data/measurement_system_unittest.gtestjs' , 919 'browser/resources/print_preview/data/measurement_system_unittest.gtestjs' ,
922 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 920 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
923 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', 921 'renderer/resources/extensions/notifications_custom_bindings.gtestjs',
924 'test/data/unit/framework_unittest.gtestjs', 922 'test/data/unit/framework_unittest.gtestjs',
925 ], 923 ],
926 'chrome_unit_tests_chromeos_sources': [ 924 'chrome_unit_tests_chromeos_sources': [
927 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). 925 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951).
928 '../components/drive/change_list_loader_unittest.cc', 926 '../components/drive/change_list_loader_unittest.cc',
929 '../components/drive/change_list_processor_unittest.cc', 927 '../components/drive/change_list_processor_unittest.cc',
930 '../components/drive/directory_loader_unittest.cc', 928 '../components/drive/directory_loader_unittest.cc',
(...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
2268 'VCLinkerTool': { 2266 'VCLinkerTool': {
2269 'conditions': [ 2267 'conditions': [
2270 ['incremental_chrome_dll==1', { 2268 ['incremental_chrome_dll==1', {
2271 'UseLibraryDependencyInputs': "true", 2269 'UseLibraryDependencyInputs': "true",
2272 }], 2270 }],
2273 ], 2271 ],
2274 }, 2272 },
2275 }, 2273 },
2276 'sources': [ 2274 'sources': [
2277 '<@(chrome_unit_tests_sources)', 2275 '<@(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',
2301 ], 2306 ],
2302 'include_dirs': [ 2307 'include_dirs': [
2303 '<(SHARED_INTERMEDIATE_DIR)/chrome', 2308 '<(SHARED_INTERMEDIATE_DIR)/chrome',
2304 ], 2309 ],
2305 }, { # OS=="ios" 2310 }, { # OS=="ios"
2306 'dependencies': [ 2311 'dependencies': [
2307 '../third_party/ocmock/ocmock.gyp:ocmock', 2312 '../third_party/ocmock/ocmock.gyp:ocmock',
2308 ], 2313 ],
2309 'sources/': [ 2314 'sources/': [
2310 # Exclude everything but iOS-specific files. 2315 # Exclude everything but iOS-specific files.
(...skipping 23 matching lines...) Expand all
2334 '../testing/android/native_test.gyp:native_test_native_code', 2339 '../testing/android/native_test.gyp:native_test_native_code',
2335 '../components/components.gyp:offline_pages', 2340 '../components/components.gyp:offline_pages',
2336 ], 2341 ],
2337 }, { # Not Android. 2342 }, { # Not Android.
2338 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], 2343 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ],
2339 'sources!': [ 2344 'sources!': [
2340 'browser/download/download_request_infobar_delegate_unittest.cc', 2345 'browser/download/download_request_infobar_delegate_unittest.cc',
2341 ], 2346 ],
2342 }], 2347 }],
2343 ['OS!="android" and OS!="ios"', { 2348 ['OS!="android" and OS!="ios"', {
2344 'dependencies': [ 2349 'sources': [ '<@(chrome_unit_tests_non_mobile_sources)' ],
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 ],
2358 }], 2350 }],
2359 ['chromeos==1', { 2351 ['chromeos==1', {
2360 'sources!': [ 2352 'sources!': [
2361 'browser/signin/chrome_signin_status_metrics_provider_delegate_unitt est.cc', 2353 'browser/signin/chrome_signin_status_metrics_provider_delegate_unitt est.cc',
2362 ], 2354 ],
2363 }], 2355 }],
2364 ['enable_background==1', { 2356 ['enable_background==1', {
2365 'sources': [ '<@(chrome_unit_tests_background_sources)' ], 2357 'sources': [ '<@(chrome_unit_tests_background_sources)' ],
2366 }], 2358 }],
2367 ['enable_spellcheck==1', { 2359 ['enable_spellcheck==1', {
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
3065 'dependencies': [ 3057 'dependencies': [
3066 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3067 ], 3059 ],
3068 }], 3060 }],
3069 ], 3061 ],
3070 }, 3062 },
3071 ], 3063 ],
3072 }], 3064 }],
3073 ], # 'conditions' 3065 ], # 'conditions'
3074 } 3066 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/action_service_unittest.gtestjs ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698