OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 }], | 301 }], |
302 ['OS=="win"', { | 302 ['OS=="win"', { |
303 'dependencies': [ | 303 'dependencies': [ |
304 '../chrome/chrome.gyp:crash_service', | 304 '../chrome/chrome.gyp:crash_service', |
305 '../chrome/chrome.gyp:installer_util_unittests', | 305 '../chrome/chrome.gyp:installer_util_unittests', |
306 '../chrome/chrome.gyp:mini_installer_test', | 306 '../chrome/chrome.gyp:mini_installer_test', |
307 # mini_installer_tests depends on mini_installer. This should be | 307 # mini_installer_tests depends on mini_installer. This should be |
308 # defined in installer.gyp. | 308 # defined in installer.gyp. |
309 '../chrome/installer/mini_installer.gyp:mini_installer', | 309 '../chrome/installer/mini_installer.gyp:mini_installer', |
310 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 310 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 311 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
311 '../courgette/courgette.gyp:courgette_unittests', | 312 '../courgette/courgette.gyp:courgette_unittests', |
312 '../sandbox/sandbox.gyp:sbox_integration_tests', | 313 '../sandbox/sandbox.gyp:sbox_integration_tests', |
313 '../sandbox/sandbox.gyp:sbox_unittests', | 314 '../sandbox/sandbox.gyp:sbox_unittests', |
314 '../sandbox/sandbox.gyp:sbox_validation_tests', | 315 '../sandbox/sandbox.gyp:sbox_validation_tests', |
315 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi
n', | |
316 '../ui/app_list/app_list.gyp:app_list_unittests', | 316 '../ui/app_list/app_list.gyp:app_list_unittests', |
317 '../ui/views/views.gyp:views_unittests', | 317 '../ui/views/views.gyp:views_unittests', |
318 ], | 318 ], |
319 'conditions': [ | 319 'conditions': [ |
320 # remoting_host_installation uses lots of non-trivial GYP that tend | 320 # remoting_host_installation uses lots of non-trivial GYP that tend |
321 # to break because of differences between ninja and msbuild. Make | 321 # to break because of differences between ninja and msbuild. Make |
322 # sure this target is built by the builders on the main waterfall. | 322 # sure this target is built by the builders on the main waterfall. |
323 # See http://crbug.com/180600. | 323 # See http://crbug.com/180600. |
324 ['wix_exists == "True" and sas_dll_exists == "True"', { | 324 ['wix_exists == "True" and sas_dll_exists == "True"', { |
325 'dependencies': [ | 325 'dependencies': [ |
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
987 '../chrome/chrome.gyp:performance_ui_tests', | 987 '../chrome/chrome.gyp:performance_ui_tests', |
988 '../chrome/chrome.gyp:sync_integration_tests', | 988 '../chrome/chrome.gyp:sync_integration_tests', |
989 '../chrome/chrome.gyp:unit_tests', | 989 '../chrome/chrome.gyp:unit_tests', |
990 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 990 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
991 '../components/components_tests.gyp:components_unittests', | 991 '../components/components_tests.gyp:components_unittests', |
992 '../content/content_shell_and_tests.gyp:content_browsertests', | 992 '../content/content_shell_and_tests.gyp:content_browsertests', |
993 '../content/content_shell_and_tests.gyp:content_unittests', | 993 '../content/content_shell_and_tests.gyp:content_unittests', |
994 # mini_installer_tests depends on mini_installer. This should be | 994 # mini_installer_tests depends on mini_installer. This should be |
995 # defined in installer.gyp. | 995 # defined in installer.gyp. |
996 '../chrome/installer/mini_installer.gyp:mini_installer', | 996 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 997 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
997 '../courgette/courgette.gyp:courgette_unittests', | 998 '../courgette/courgette.gyp:courgette_unittests', |
998 '../device/device_tests.gyp:device_unittests', | 999 '../device/device_tests.gyp:device_unittests', |
999 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1000 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
1000 '../gpu/gpu.gyp:gpu_unittests', | 1001 '../gpu/gpu.gyp:gpu_unittests', |
1001 '../ipc/ipc.gyp:ipc_tests', | 1002 '../ipc/ipc.gyp:ipc_tests', |
1002 '../jingle/jingle.gyp:jingle_unittests', | 1003 '../jingle/jingle.gyp:jingle_unittests', |
1003 '../media/media.gyp:media_unittests', | 1004 '../media/media.gyp:media_unittests', |
1004 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1005 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
1005 '../printing/printing.gyp:printing_unittests', | 1006 '../printing/printing.gyp:printing_unittests', |
1006 '../remoting/remoting.gyp:remoting_unittests', | 1007 '../remoting/remoting.gyp:remoting_unittests', |
1007 '../sql/sql.gyp:sql_unittests', | 1008 '../sql/sql.gyp:sql_unittests', |
1008 '../sync/sync.gyp:sync_unit_tests', | 1009 '../sync/sync.gyp:sync_unit_tests', |
1009 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1010 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
1010 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1011 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1011 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1012 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1012 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1013 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
1013 '../tools/telemetry/telemetry.gyp:*', | 1014 '../tools/telemetry/telemetry.gyp:*', |
1014 '../ui/events/events.gyp:events_unittests', | 1015 '../ui/events/events.gyp:events_unittests', |
1015 '../ui/gfx/gfx.gyp:gfx_unittests', | 1016 '../ui/gfx/gfx.gyp:gfx_unittests', |
1016 '../ui/ui_unittests.gyp:ui_unittests', | 1017 '../ui/ui_unittests.gyp:ui_unittests', |
1017 '../ui/views/views.gyp:views_unittests', | 1018 '../ui/views/views.gyp:views_unittests', |
1018 '../url/url.gyp:url_unittests', | 1019 '../url/url.gyp:url_unittests', |
1019 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 1020 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
1020 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi
n', | |
1021 ], | 1021 ], |
1022 }, | 1022 }, |
1023 { | 1023 { |
1024 'target_name': 'chromium_builder_win_cf', | 1024 'target_name': 'chromium_builder_win_cf', |
1025 'type': 'none', | 1025 'type': 'none', |
1026 }, | 1026 }, |
1027 { | 1027 { |
1028 'target_name': 'chromium_builder_dbg_tsan_win', | 1028 'target_name': 'chromium_builder_dbg_tsan_win', |
1029 'type': 'none', | 1029 'type': 'none', |
1030 'dependencies': [ | 1030 'dependencies': [ |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1210 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1210 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1211 '../chrome/chrome.gyp:sync_integration_tests_run', | 1211 '../chrome/chrome.gyp:sync_integration_tests_run', |
1212 '../chrome/chrome.gyp:unit_tests_run', | 1212 '../chrome/chrome.gyp:unit_tests_run', |
1213 '../net/net.gyp:net_unittests_run', | 1213 '../net/net.gyp:net_unittests_run', |
1214 ], | 1214 ], |
1215 }, # target_name: chromium_swarm_tests | 1215 }, # target_name: chromium_swarm_tests |
1216 ], | 1216 ], |
1217 }], | 1217 }], |
1218 ], # conditions | 1218 ], # conditions |
1219 } | 1219 } |
OLD | NEW |