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'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 # See http://crbug.com/159203 | 80 # See http://crbug.com/159203 |
81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
82 ], | 82 ], |
83 'conditions': [ | 83 'conditions': [ |
84 ['chromecast==0', { | 84 ['chromecast==0', { |
85 'dependencies': [ | 85 'dependencies': [ |
86 '../android_webview/android_webview.gyp:android_webview_apk', | 86 '../android_webview/android_webview.gyp:android_webview_apk', |
87 '../android_webview/android_webview.gyp:system_webview_apk', | 87 '../android_webview/android_webview.gyp:system_webview_apk', |
88 '../android_webview/android_webview_shell.gyp:android_webview_sh
ell_apk', | 88 '../android_webview/android_webview_shell.gyp:android_webview_sh
ell_apk', |
89 '../android_webview/android_webview_telemetry_shell.gyp:android_
webview_telemetry_shell_apk', | 89 '../android_webview/android_webview_telemetry_shell.gyp:android_
webview_telemetry_shell_apk', |
| 90 '../chrome/android/chrome_apk.gyp:chrome_public_apk', |
90 '../chrome/chrome.gyp:chrome_shell_apk', | 91 '../chrome/chrome.gyp:chrome_shell_apk', |
91 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 92 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
92 '../remoting/remoting.gyp:remoting_apk', | 93 '../remoting/remoting.gyp:remoting_apk', |
93 ], | 94 ], |
94 }], | 95 }], |
95 ['target_arch == "arm" or target_arch == "arm64"', { | 96 ['target_arch == "arm" or target_arch == "arm64"', { |
96 'dependencies': [ | 97 'dependencies': [ |
97 # The relocation packer only works on ARM or ARM64. | 98 # The relocation packer is currently used only for ARM or ARM64. |
98 '../tools/relocation_packer/relocation_packer.gyp:relocation_pac
ker_unittests#host', | 99 '../third_party/android_platform/relocation_packer.gyp:android_r
elocation_packer_unittests#host', |
99 ], | 100 ], |
100 }], | 101 }], |
101 ], | 102 ], |
102 }, { | 103 }, { |
103 'dependencies': [ | 104 'dependencies': [ |
104 '../content/content_shell_and_tests.gyp:*', | 105 '../content/content_shell_and_tests.gyp:*', |
105 # TODO: This should build on Android and the target should move to t
he list above. | 106 # TODO: This should build on Android and the target should move to t
he list above. |
106 '../sync/sync.gyp:*', | 107 '../sync/sync.gyp:*', |
107 ], | 108 ], |
108 }], | 109 }], |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 '../chrome/chrome.gyp:chromedriver_unittests', | 370 '../chrome/chrome.gyp:chromedriver_unittests', |
370 '../chrome/chrome.gyp:interactive_ui_tests', | 371 '../chrome/chrome.gyp:interactive_ui_tests', |
371 '../chrome/chrome.gyp:sync_integration_tests', | 372 '../chrome/chrome.gyp:sync_integration_tests', |
372 '../chrome/chrome.gyp:unit_tests', | 373 '../chrome/chrome.gyp:unit_tests', |
373 '../extensions/extensions_tests.gyp:extensions_browsertests', | 374 '../extensions/extensions_tests.gyp:extensions_browsertests', |
374 '../extensions/extensions_tests.gyp:extensions_unittests', | 375 '../extensions/extensions_tests.gyp:extensions_unittests', |
375 ], | 376 ], |
376 }], | 377 }], |
377 ['OS=="win"', { | 378 ['OS=="win"', { |
378 'dependencies': [ | 379 'dependencies': [ |
379 '../chrome/chrome.gyp:app_installer', | |
380 '../chrome/chrome.gyp:app_installer_unittests', | |
381 '../chrome/chrome.gyp:crash_service', | 380 '../chrome/chrome.gyp:crash_service', |
382 '../chrome/chrome.gyp:installer_util_unittests', | 381 '../chrome/chrome.gyp:installer_util_unittests', |
383 # ../chrome/test/mini_installer requires mini_installer. | 382 # ../chrome/test/mini_installer requires mini_installer. |
384 '../chrome/installer/mini_installer.gyp:mini_installer', | 383 '../chrome/installer/mini_installer.gyp:mini_installer', |
385 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 384 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
386 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 385 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
387 '../courgette/courgette.gyp:courgette_unittests', | 386 '../courgette/courgette.gyp:courgette_unittests', |
388 '../sandbox/sandbox.gyp:sbox_integration_tests', | 387 '../sandbox/sandbox.gyp:sbox_integration_tests', |
389 '../sandbox/sandbox.gyp:sbox_unittests', | 388 '../sandbox/sandbox.gyp:sbox_unittests', |
390 '../sandbox/sandbox.gyp:sbox_validation_tests', | 389 '../sandbox/sandbox.gyp:sbox_validation_tests', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 ['use_ash==1', { | 481 ['use_ash==1', { |
483 'dependencies': [ | 482 'dependencies': [ |
484 '../ash/ash.gyp:ash_unittests', | 483 '../ash/ash.gyp:ash_unittests', |
485 ], | 484 ], |
486 }], | 485 }], |
487 ['disable_nacl==0', { | 486 ['disable_nacl==0', { |
488 'dependencies': [ | 487 'dependencies': [ |
489 '../components/nacl.gyp:nacl_loader_unittests', | 488 '../components/nacl.gyp:nacl_loader_unittests', |
490 ], | 489 ], |
491 }], | 490 }], |
| 491 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_t
est==1', { |
| 492 'dependencies': [ |
| 493 '../components/nacl.gyp:nacl_helper_nonsfi_unittests', |
| 494 ], |
| 495 }], |
492 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 496 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
493 'dependencies': [ | 497 'dependencies': [ |
494 '../mojo/mojo_nacl_untrusted.gyp:libmojo', | 498 '../mojo/mojo_nacl_untrusted.gyp:libmojo', |
495 '../mojo/mojo_nacl.gyp:monacl_codegen', | 499 '../mojo/mojo_nacl.gyp:monacl_codegen', |
496 '../mojo/mojo_nacl.gyp:monacl_sel', | 500 '../mojo/mojo_nacl.gyp:monacl_sel', |
497 '../mojo/mojo_nacl.gyp:monacl_shell', | 501 '../mojo/mojo_nacl.gyp:monacl_shell', |
498 ], | 502 ], |
499 }], | 503 }], |
500 ], | 504 ], |
501 }, # target_name: chromium_builder_tests | 505 }, # target_name: chromium_builder_tests |
(...skipping 20 matching lines...) Expand all Loading... |
522 '../breakpad/breakpad.gyp:dump_syms#host', | 526 '../breakpad/breakpad.gyp:dump_syms#host', |
523 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 527 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
524 ], | 528 ], |
525 }, { # OS!="android" | 529 }, { # OS!="android" |
526 'dependencies': [ | 530 'dependencies': [ |
527 '../content/content_shell_and_tests.gyp:content_shell', | 531 '../content/content_shell_and_tests.gyp:content_shell', |
528 ], | 532 ], |
529 }], | 533 }], |
530 ['OS=="win"', { | 534 ['OS=="win"', { |
531 'dependencies': [ | 535 'dependencies': [ |
| 536 '../components/test_runner/test_runner.gyp:layout_test_helper', |
532 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', | 537 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', |
533 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
534 ], | 538 ], |
535 }], | 539 }], |
536 ['OS!="win" and OS!="android"', { | 540 ['OS!="win" and OS!="android"', { |
537 'dependencies': [ | 541 'dependencies': [ |
538 '../breakpad/breakpad.gyp:minidump_stackwalk', | 542 '../breakpad/breakpad.gyp:minidump_stackwalk', |
539 ], | 543 ], |
540 }], | 544 }], |
541 ['OS=="mac"', { | 545 ['OS=="mac"', { |
542 'dependencies': [ | 546 'dependencies': [ |
| 547 '../components/test_runner/test_runner.gyp:layout_test_helper', |
543 '../breakpad/breakpad.gyp:dump_syms#host', | 548 '../breakpad/breakpad.gyp:dump_syms#host', |
544 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
545 ], | 549 ], |
546 }], | 550 }], |
547 ['OS=="linux"', { | 551 ['OS=="linux"', { |
548 'dependencies': [ | 552 'dependencies': [ |
549 '../breakpad/breakpad.gyp:dump_syms#host', | 553 '../breakpad/breakpad.gyp:dump_syms#host', |
550 ], | 554 ], |
551 }], | 555 }], |
552 ], | 556 ], |
553 }, # target_name: blink_tests | 557 }, # target_name: blink_tests |
554 ], | 558 ], |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 873 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
870 ], | 874 ], |
871 'conditions': [ | 875 'conditions': [ |
872 ['chromecast==0', { | 876 ['chromecast==0', { |
873 'dependencies': [ | 877 'dependencies': [ |
874 '../android_webview/android_webview.gyp:android_webview_unittest
s', | 878 '../android_webview/android_webview.gyp:android_webview_unittest
s', |
875 '../chrome/chrome.gyp:unit_tests', | 879 '../chrome/chrome.gyp:unit_tests', |
876 # Unit test bundles packaged as an apk. | 880 # Unit test bundles packaged as an apk. |
877 '../android_webview/android_webview.gyp:android_webview_test_apk
', | 881 '../android_webview/android_webview.gyp:android_webview_test_apk
', |
878 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', | 882 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', |
| 883 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', |
879 '../chrome/chrome.gyp:chrome_junit_tests', | 884 '../chrome/chrome.gyp:chrome_junit_tests', |
880 '../chrome/chrome.gyp:chrome_shell_test_apk', | 885 '../chrome/chrome.gyp:chrome_shell_test_apk', |
881 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 886 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
882 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 887 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
883 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 888 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
884 '../chrome/chrome.gyp:unit_tests_apk', | 889 '../chrome/chrome.gyp:unit_tests_apk', |
885 ], | 890 ], |
886 }], | 891 }], |
887 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ | |
888 'dependencies': [ | |
889 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | |
890 ], | |
891 }], | |
892 ], | 892 ], |
893 }, | 893 }, |
894 { | 894 { |
895 # WebRTC Chromium tests to run on Android. | 895 # WebRTC Chromium tests to run on Android. |
896 'target_name': 'android_builder_chromium_webrtc', | 896 'target_name': 'android_builder_chromium_webrtc', |
897 'type': 'none', | 897 'type': 'none', |
898 'dependencies': [ | 898 'dependencies': [ |
899 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 899 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
900 '../content/content_shell_and_tests.gyp:content_browsertests', | 900 '../content/content_shell_and_tests.gyp:content_browsertests', |
901 '../tools/android/android_tools.gyp:android_tools', | 901 '../tools/android/android_tools.gyp:android_tools', |
902 '../tools/android/android_tools.gyp:memconsumer', | 902 '../tools/android/android_tools.gyp:memconsumer', |
903 # Unit test bundles packaged as an apk. | |
904 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | |
905 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 903 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
906 ], | 904 ], |
907 }, # target_name: android_builder_chromium_webrtc | 905 }, # target_name: android_builder_chromium_webrtc |
908 ], # targets | 906 ], # targets |
909 }], # OS="android" | 907 }], # OS="android" |
910 ['OS=="mac"', { | 908 ['OS=="mac"', { |
911 'targets': [ | 909 'targets': [ |
912 { | 910 { |
913 # Target to build everything plus the dmg. We don't put the dmg | 911 # Target to build everything plus the dmg. We don't put the dmg |
914 # in the All target because developers really don't need it. | 912 # in the All target because developers really don't need it. |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1139 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1137 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
1140 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1138 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1141 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1139 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1142 '../url/url.gyp:url_unittests', | 1140 '../url/url.gyp:url_unittests', |
1143 ], | 1141 ], |
1144 }, | 1142 }, |
1145 { | 1143 { |
1146 'target_name': 'chromium_builder_lkgr_drmemory_win', | 1144 'target_name': 'chromium_builder_lkgr_drmemory_win', |
1147 'type': 'none', | 1145 'type': 'none', |
1148 'dependencies': [ | 1146 'dependencies': [ |
| 1147 '../components/test_runner/test_runner.gyp:layout_test_helper', |
1149 '../content/content_shell_and_tests.gyp:content_shell', | 1148 '../content/content_shell_and_tests.gyp:content_shell', |
1150 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, | 1149 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, |
1151 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
1152 ], | 1150 ], |
1153 }, | 1151 }, |
1154 { | 1152 { |
1155 'target_name': 'chromium_builder_dbg_drmemory_win', | 1153 'target_name': 'chromium_builder_dbg_drmemory_win', |
1156 'type': 'none', | 1154 'type': 'none', |
1157 'dependencies': [ | 1155 'dependencies': [ |
1158 '../ash/ash.gyp:ash_shell_unittests', | 1156 '../ash/ash.gyp:ash_shell_unittests', |
1159 '../ash/ash.gyp:ash_unittests', | 1157 '../ash/ash.gyp:ash_unittests', |
1160 '../base/base.gyp:base_unittests', | 1158 '../base/base.gyp:base_unittests', |
1161 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 1159 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
1162 '../cc/cc_tests.gyp:cc_unittests', | 1160 '../cc/cc_tests.gyp:cc_unittests', |
1163 '../chrome/chrome.gyp:browser_tests', | 1161 '../chrome/chrome.gyp:browser_tests', |
1164 '../chrome/chrome.gyp:chrome_app_unittests', | 1162 '../chrome/chrome.gyp:chrome_app_unittests', |
1165 '../chrome/chrome.gyp:chromedriver_unittests', | 1163 '../chrome/chrome.gyp:chromedriver_unittests', |
1166 '../chrome/chrome.gyp:installer_util_unittests', | 1164 '../chrome/chrome.gyp:installer_util_unittests', |
1167 '../chrome/chrome.gyp:unit_tests', | 1165 '../chrome/chrome.gyp:unit_tests', |
1168 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 1166 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
1169 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1167 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
1170 '../components/components_tests.gyp:components_unittests', | 1168 '../components/components_tests.gyp:components_unittests', |
| 1169 '../components/test_runner/test_runner.gyp:layout_test_helper', |
1171 '../content/content_shell_and_tests.gyp:content_browsertests', | 1170 '../content/content_shell_and_tests.gyp:content_browsertests', |
1172 '../content/content_shell_and_tests.gyp:content_shell', | 1171 '../content/content_shell_and_tests.gyp:content_shell', |
1173 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, | 1172 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, |
1174 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
1175 '../content/content_shell_and_tests.gyp:content_unittests', | 1173 '../content/content_shell_and_tests.gyp:content_unittests', |
1176 '../courgette/courgette.gyp:courgette_unittests', | 1174 '../courgette/courgette.gyp:courgette_unittests', |
1177 '../crypto/crypto.gyp:crypto_unittests', | 1175 '../crypto/crypto.gyp:crypto_unittests', |
1178 '../device/device_tests.gyp:device_unittests', | 1176 '../device/device_tests.gyp:device_unittests', |
1179 '../extensions/extensions_tests.gyp:extensions_browsertests', | 1177 '../extensions/extensions_tests.gyp:extensions_browsertests', |
1180 '../extensions/extensions_tests.gyp:extensions_unittests', | 1178 '../extensions/extensions_tests.gyp:extensions_unittests', |
1181 '../gin/gin.gyp:gin_shell', | 1179 '../gin/gin.gyp:gin_shell', |
1182 '../gin/gin.gyp:gin_unittests', | 1180 '../gin/gin.gyp:gin_unittests', |
1183 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1181 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
1184 '../google_apis/google_apis.gyp:google_apis_unittests', | 1182 '../google_apis/google_apis.gyp:google_apis_unittests', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1217 ], | 1215 ], |
1218 }, | 1216 }, |
1219 ], # targets | 1217 ], # targets |
1220 'conditions': [ | 1218 'conditions': [ |
1221 ['branding=="Chrome"', { | 1219 ['branding=="Chrome"', { |
1222 'targets': [ | 1220 'targets': [ |
1223 { | 1221 { |
1224 'target_name': 'chrome_official_builder_no_unittests', | 1222 'target_name': 'chrome_official_builder_no_unittests', |
1225 'type': 'none', | 1223 'type': 'none', |
1226 'dependencies': [ | 1224 'dependencies': [ |
1227 '../chrome/chrome.gyp:app_installer', | |
1228 '../chrome/chrome.gyp:crash_service', | 1225 '../chrome/chrome.gyp:crash_service', |
1229 '../chrome/chrome.gyp:gcapi_dll', | 1226 '../chrome/chrome.gyp:gcapi_dll', |
1230 '../chrome/chrome.gyp:pack_policy_templates', | 1227 '../chrome/chrome.gyp:pack_policy_templates', |
1231 '../chrome/installer/mini_installer.gyp:mini_installer', | 1228 '../chrome/installer/mini_installer.gyp:mini_installer', |
1232 '../cloud_print/cloud_print.gyp:cloud_print', | 1229 '../cloud_print/cloud_print.gyp:cloud_print', |
1233 '../courgette/courgette.gyp:courgette', | 1230 '../courgette/courgette.gyp:courgette', |
1234 '../courgette/courgette.gyp:courgette64', | 1231 '../courgette/courgette.gyp:courgette64', |
1235 '../remoting/remoting.gyp:remoting_webapp', | 1232 '../remoting/remoting.gyp:remoting_webapp', |
1236 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1233 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
1237 ], | 1234 ], |
1238 'conditions': [ | 1235 'conditions': [ |
1239 ['target_arch=="ia32"', { | 1236 ['target_arch=="ia32"', { |
1240 'dependencies': [ | 1237 'dependencies': [ |
1241 '../chrome/chrome.gyp:crash_service_win64', | 1238 '../chrome/chrome.gyp:crash_service_win64', |
1242 ], | 1239 ], |
1243 }], | 1240 }], |
1244 ['component != "shared_library" and wix_exists == "True" and \ | 1241 ['component != "shared_library" and wix_exists == "True" and \ |
1245 sas_dll_exists == "True"', { | 1242 sas_dll_exists == "True"', { |
1246 'dependencies': [ | 1243 'dependencies': [ |
1247 '../remoting/remoting.gyp:remoting_host_installation', | 1244 '../remoting/remoting.gyp:remoting_host_installation', |
1248 ], | 1245 ], |
1249 }], # component != "shared_library" | 1246 }], # component != "shared_library" |
1250 ] | 1247 ] |
1251 }, { | 1248 }, { |
1252 'target_name': 'chrome_official_builder', | 1249 'target_name': 'chrome_official_builder', |
1253 'type': 'none', | 1250 'type': 'none', |
1254 'dependencies': [ | 1251 'dependencies': [ |
1255 » 'chrome_official_builder_no_unittests', | 1252 'chrome_official_builder_no_unittests', |
1256 '../base/base.gyp:base_unittests', | 1253 '../base/base.gyp:base_unittests', |
1257 '../chrome/chrome.gyp:app_installer_unittests', | |
1258 '../chrome/chrome.gyp:browser_tests', | 1254 '../chrome/chrome.gyp:browser_tests', |
1259 '../chrome/chrome.gyp:sync_integration_tests', | 1255 '../chrome/chrome.gyp:sync_integration_tests', |
1260 '../ipc/ipc.gyp:ipc_tests', | 1256 '../ipc/ipc.gyp:ipc_tests', |
1261 '../media/media.gyp:media_unittests', | 1257 '../media/media.gyp:media_unittests', |
1262 '../media/midi/midi.gyp:midi_unittests', | 1258 '../media/midi/midi.gyp:midi_unittests', |
1263 '../net/net.gyp:net_unittests_run', | 1259 '../net/net.gyp:net_unittests', |
1264 '../printing/printing.gyp:printing_unittests', | 1260 '../printing/printing.gyp:printing_unittests', |
1265 '../sql/sql.gyp:sql_unittests', | 1261 '../sql/sql.gyp:sql_unittests', |
1266 '../sync/sync.gyp:sync_unit_tests', | 1262 '../sync/sync.gyp:sync_unit_tests', |
1267 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1263 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1268 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1264 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1269 '../ui/gl/gl_tests.gyp:gl_unittests', | 1265 '../ui/gl/gl_tests.gyp:gl_unittests', |
1270 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', | 1266 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', |
1271 '../ui/views/views.gyp:views_unittests', | 1267 '../ui/views/views.gyp:views_unittests', |
1272 '../url/url.gyp:url_unittests', | 1268 '../url/url.gyp:url_unittests', |
1273 ], | 1269 ], |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1404 'dependencies': [ | 1400 'dependencies': [ |
1405 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1406 '../ui/views/views.gyp:views', | 1402 '../ui/views/views.gyp:views', |
1407 '../ui/views/views.gyp:views_unittests', | 1403 '../ui/views/views.gyp:views_unittests', |
1408 ], | 1404 ], |
1409 }, # target_name: macviews_builder | 1405 }, # target_name: macviews_builder |
1410 ], # targets | 1406 ], # targets |
1411 }], # os=='mac' and toolkit_views==1 | 1407 }], # os=='mac' and toolkit_views==1 |
1412 ], # conditions | 1408 ], # conditions |
1413 } | 1409 } |
OLD | NEW |