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 18 matching lines...) Expand all Loading... |
29 '../third_party/libxml/libxml.gyp:*', | 29 '../third_party/libxml/libxml.gyp:*', |
30 '../third_party/sqlite/sqlite.gyp:*', | 30 '../third_party/sqlite/sqlite.gyp:*', |
31 '../third_party/zlib/zlib.gyp:*', | 31 '../third_party/zlib/zlib.gyp:*', |
32 '../ui/accessibility/accessibility.gyp:*', | 32 '../ui/accessibility/accessibility.gyp:*', |
33 '../ui/base/ui_base.gyp:*', | 33 '../ui/base/ui_base.gyp:*', |
34 '../ui/display/display.gyp:display_unittests', | 34 '../ui/display/display.gyp:display_unittests', |
35 '../ui/snapshot/snapshot.gyp:*', | 35 '../ui/snapshot/snapshot.gyp:*', |
36 '../url/url.gyp:*', | 36 '../url/url.gyp:*', |
37 ], | 37 ], |
38 'conditions': [ | 38 'conditions': [ |
| 39 ['OS!="ios" and OS!="mac"', { |
| 40 'dependencies': [ |
| 41 '../ui/touch_selection/ui_touch_selection.gyp:*', |
| 42 ], |
| 43 }], |
39 ['OS=="ios"', { | 44 ['OS=="ios"', { |
40 'dependencies': [ | 45 'dependencies': [ |
| 46 '../chrome/chrome.gyp:browser', |
41 '../ios/ios.gyp:*', | 47 '../ios/ios.gyp:*', |
42 # NOTE: This list of targets is present because | 48 # NOTE: This list of targets is present because |
43 # mojo_base.gyp:mojo_base cannot be built on iOS, as | 49 # mojo_base.gyp:mojo_base cannot be built on iOS, as |
44 # javascript-related targets cause v8 to be built. | 50 # javascript-related targets cause v8 to be built. |
45 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests', | 51 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests', |
46 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests', | 52 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests', |
47 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests', | 53 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests', |
48 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests', | 54 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests', |
49 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests', | 55 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests', |
50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 56 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 '../crypto/crypto.gyp:crypto_unittests', | 311 '../crypto/crypto.gyp:crypto_unittests', |
306 '../net/net.gyp:net_unittests', | 312 '../net/net.gyp:net_unittests', |
307 '../sql/sql.gyp:sql_unittests', | 313 '../sql/sql.gyp:sql_unittests', |
308 '../sync/sync.gyp:sync_unit_tests', | 314 '../sync/sync.gyp:sync_unit_tests', |
309 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 315 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
310 '../ui/display/display.gyp:display_unittests', | 316 '../ui/display/display.gyp:display_unittests', |
311 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 317 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
312 '../url/url.gyp:url_unittests', | 318 '../url/url.gyp:url_unittests', |
313 ], | 319 ], |
314 'conditions': [ | 320 'conditions': [ |
| 321 ['OS!="ios" and OS!="mac"', { |
| 322 'dependencies': [ |
| 323 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 324 ], |
| 325 }], |
315 ['OS!="ios" and OS!="android"', { | 326 ['OS!="ios" and OS!="android"', { |
316 'dependencies': [ | 327 'dependencies': [ |
317 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 328 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
318 '../cc/cc_tests.gyp:cc_unittests', | 329 '../cc/cc_tests.gyp:cc_unittests', |
319 '../chrome/chrome.gyp:browser_tests', | 330 '../chrome/chrome.gyp:browser_tests', |
320 '../chrome/chrome.gyp:chromedriver_tests', | 331 '../chrome/chrome.gyp:chromedriver_tests', |
321 '../chrome/chrome.gyp:chromedriver_unittests', | 332 '../chrome/chrome.gyp:chromedriver_unittests', |
322 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 333 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
323 '../content/content_shell_and_tests.gyp:content_browsertests', | 334 '../content/content_shell_and_tests.gyp:content_browsertests', |
324 '../content/content_shell_and_tests.gyp:content_shell', | 335 '../content/content_shell_and_tests.gyp:content_shell', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 '../ash/ash.gyp:ash_unittests', | 467 '../ash/ash.gyp:ash_unittests', |
457 ], | 468 ], |
458 }], | 469 }], |
459 ['disable_nacl==0', { | 470 ['disable_nacl==0', { |
460 'dependencies': [ | 471 'dependencies': [ |
461 '../components/nacl.gyp:nacl_loader_unittests', | 472 '../components/nacl.gyp:nacl_loader_unittests', |
462 ], | 473 ], |
463 }], | 474 }], |
464 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 475 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
465 'dependencies': [ | 476 'dependencies': [ |
466 '../mojo/mojo_nacl.gyp:*', | 477 '../mojo/mojo_nacl.gyp:mojo_nacl', |
467 '../testing/gtest_nacl.gyp:*', | 478 '../mojo/mojo_nacl.gyp:monacl_codegen', |
| 479 '../mojo/mojo_nacl.gyp:monacl_sel', |
| 480 '../mojo/mojo_nacl.gyp:monacl_shell', |
468 ], | 481 ], |
469 }], | 482 }], |
470 ], | 483 ], |
471 }, # target_name: chromium_builder_tests | 484 }, # target_name: chromium_builder_tests |
472 ], | 485 ], |
473 'conditions': [ | 486 'conditions': [ |
474 ['OS!="ios"', { | 487 ['OS!="ios"', { |
475 'targets': [ | 488 'targets': [ |
476 { | 489 { |
477 'target_name': 'blink_tests', | 490 'target_name': 'blink_tests', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 }, # target_name: chromium_builder_nacl_win_integration | 542 }, # target_name: chromium_builder_nacl_win_integration |
530 { | 543 { |
531 'target_name': 'chromium_builder_perf', | 544 'target_name': 'chromium_builder_perf', |
532 'type': 'none', | 545 'type': 'none', |
533 'dependencies': [ | 546 'dependencies': [ |
534 '../cc/cc_tests.gyp:cc_perftests', | 547 '../cc/cc_tests.gyp:cc_perftests', |
535 '../chrome/chrome.gyp:chrome', | 548 '../chrome/chrome.gyp:chrome', |
536 '../chrome/chrome.gyp:load_library_perf_tests', | 549 '../chrome/chrome.gyp:load_library_perf_tests', |
537 '../chrome/chrome.gyp:performance_browser_tests', | 550 '../chrome/chrome.gyp:performance_browser_tests', |
538 '../chrome/chrome.gyp:sync_performance_tests', | 551 '../chrome/chrome.gyp:sync_performance_tests', |
| 552 '../content/content_shell_and_tests.gyp:content_shell', |
539 '../media/media.gyp:media_perftests', | 553 '../media/media.gyp:media_perftests', |
540 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 554 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
541 '../tools/telemetry/telemetry.gyp:*', | 555 '../tools/telemetry/telemetry.gyp:*', |
542 ], | 556 ], |
543 'conditions': [ | 557 'conditions': [ |
544 ['OS!="ios" and OS!="win"', { | 558 ['OS!="ios" and OS!="win"', { |
545 'dependencies': [ | 559 'dependencies': [ |
546 '../breakpad/breakpad.gyp:minidump_stackwalk', | 560 '../breakpad/breakpad.gyp:minidump_stackwalk', |
547 ], | 561 ], |
548 }], | 562 }], |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 '../sql/sql.gyp:sql_unittests', | 841 '../sql/sql.gyp:sql_unittests', |
828 '../sync/sync.gyp:sync_unit_tests', | 842 '../sync/sync.gyp:sync_unit_tests', |
829 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 843 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
830 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 844 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
831 '../third_party/WebKit/public/all.gyp:*', | 845 '../third_party/WebKit/public/all.gyp:*', |
832 '../tools/android/android_tools.gyp:android_tools', | 846 '../tools/android/android_tools.gyp:android_tools', |
833 '../tools/android/android_tools.gyp:memconsumer', | 847 '../tools/android/android_tools.gyp:memconsumer', |
834 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 848 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
835 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 849 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
836 '../ui/events/events.gyp:events_unittests', | 850 '../ui/events/events.gyp:events_unittests', |
| 851 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
837 # Unit test bundles packaged as an apk. | 852 # Unit test bundles packaged as an apk. |
838 '../android_webview/android_webview.gyp:android_webview_test_apk', | 853 '../android_webview/android_webview.gyp:android_webview_test_apk', |
839 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 854 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
840 '../base/base.gyp:base_unittests_apk', | 855 '../base/base.gyp:base_unittests_apk', |
841 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 856 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
842 '../cc/cc_tests.gyp:cc_unittests_apk', | 857 '../cc/cc_tests.gyp:cc_unittests_apk', |
843 '../chrome/chrome.gyp:chrome_shell_test_apk', | 858 '../chrome/chrome.gyp:chrome_shell_test_apk', |
844 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 859 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
845 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 860 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
846 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 861 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
847 '../chrome/chrome.gyp:unit_tests_apk', | 862 '../chrome/chrome.gyp:unit_tests_apk', |
848 '../components/components_tests.gyp:components_unittests_apk', | 863 '../components/components_tests.gyp:components_unittests_apk', |
849 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 864 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
850 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 865 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
851 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 866 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
852 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 867 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
853 '../gpu/gpu.gyp:gl_tests_apk', | 868 '../gpu/gpu.gyp:gl_tests_apk', |
854 '../gpu/gpu.gyp:gpu_unittests_apk', | 869 '../gpu/gpu.gyp:gpu_unittests_apk', |
855 '../ipc/ipc.gyp:ipc_tests_apk', | 870 '../ipc/ipc.gyp:ipc_tests_apk', |
856 '../media/media.gyp:media_unittests_apk', | 871 '../media/media.gyp:media_unittests_apk', |
857 '../net/net.gyp:net_unittests_apk', | 872 '../net/net.gyp:net_unittests_apk', |
858 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 873 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
859 '../sql/sql.gyp:sql_unittests_apk', | 874 '../sql/sql.gyp:sql_unittests_apk', |
860 '../sync/sync.gyp:sync_unit_tests_apk', | 875 '../sync/sync.gyp:sync_unit_tests_apk', |
861 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 876 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
862 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 877 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
863 '../ui/events/events.gyp:events_unittests_apk', | 878 '../ui/events/events.gyp:events_unittests_apk', |
864 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 879 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 880 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
865 ], | 881 ], |
866 'conditions': [ | 882 'conditions': [ |
867 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ | 883 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ |
868 'dependencies': [ | 884 'dependencies': [ |
869 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 885 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
870 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes
ts', | 886 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes
ts', |
871 ], | 887 ], |
872 }], | 888 }], |
873 ], | 889 ], |
874 }, | 890 }, |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 '../sync/sync.gyp:sync_unit_tests', | 1084 '../sync/sync.gyp:sync_unit_tests', |
1069 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1085 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
1070 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1086 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
1071 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1087 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1072 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1088 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1073 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1089 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
1074 '../tools/telemetry/telemetry.gyp:*', | 1090 '../tools/telemetry/telemetry.gyp:*', |
1075 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1091 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1076 '../ui/events/events.gyp:events_unittests', | 1092 '../ui/events/events.gyp:events_unittests', |
1077 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1093 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1094 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1078 '../ui/views/views.gyp:views_unittests', | 1095 '../ui/views/views.gyp:views_unittests', |
1079 '../url/url.gyp:url_unittests', | 1096 '../url/url.gyp:url_unittests', |
1080 ], | 1097 ], |
1081 'conditions': [ | 1098 'conditions': [ |
1082 ['target_arch=="ia32"', { | 1099 ['target_arch=="ia32"', { |
1083 'dependencies': [ | 1100 'dependencies': [ |
1084 '../chrome/chrome.gyp:crash_service_win64', | 1101 '../chrome/chrome.gyp:crash_service_win64', |
1085 ], | 1102 ], |
1086 }], | 1103 }], |
1087 ], | 1104 ], |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1172 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', | 1189 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', |
1173 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', | 1190 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', |
1174 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 1191 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
1175 '../ui/app_list/app_list.gyp:app_list_unittests', | 1192 '../ui/app_list/app_list.gyp:app_list_unittests', |
1176 '../ui/aura/aura.gyp:aura_unittests', | 1193 '../ui/aura/aura.gyp:aura_unittests', |
1177 '../ui/compositor/compositor.gyp:compositor_unittests', | 1194 '../ui/compositor/compositor.gyp:compositor_unittests', |
1178 '../ui/display/display.gyp:display_unittests', | 1195 '../ui/display/display.gyp:display_unittests', |
1179 '../ui/events/events.gyp:events_unittests', | 1196 '../ui/events/events.gyp:events_unittests', |
1180 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1197 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1181 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1198 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 1199 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1182 '../url/url.gyp:url_unittests', | 1200 '../url/url.gyp:url_unittests', |
1183 ], | 1201 ], |
1184 }, | 1202 }, |
1185 { | 1203 { |
1186 'target_name': 'webkit_builder_win', | 1204 'target_name': 'webkit_builder_win', |
1187 'type': 'none', | 1205 'type': 'none', |
1188 'dependencies': [ | 1206 'dependencies': [ |
1189 'blink_tests', | 1207 'blink_tests', |
1190 ], | 1208 ], |
1191 }, | 1209 }, |
(...skipping 20 matching lines...) Expand all Loading... |
1212 '../ipc/ipc.gyp:ipc_tests', | 1230 '../ipc/ipc.gyp:ipc_tests', |
1213 '../media/media.gyp:media_unittests', | 1231 '../media/media.gyp:media_unittests', |
1214 '../net/net.gyp:net_unittests_run', | 1232 '../net/net.gyp:net_unittests_run', |
1215 '../printing/printing.gyp:printing_unittests', | 1233 '../printing/printing.gyp:printing_unittests', |
1216 '../remoting/remoting.gyp:remoting_webapp', | 1234 '../remoting/remoting.gyp:remoting_webapp', |
1217 '../sql/sql.gyp:sql_unittests', | 1235 '../sql/sql.gyp:sql_unittests', |
1218 '../sync/sync.gyp:sync_unit_tests', | 1236 '../sync/sync.gyp:sync_unit_tests', |
1219 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1237 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
1220 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1238 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1221 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1239 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1240 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', |
1222 '../ui/views/views.gyp:views_unittests', | 1241 '../ui/views/views.gyp:views_unittests', |
1223 '../url/url.gyp:url_unittests', | 1242 '../url/url.gyp:url_unittests', |
1224 ], | 1243 ], |
1225 'conditions': [ | 1244 'conditions': [ |
1226 ['target_arch=="ia32"', { | 1245 ['target_arch=="ia32"', { |
1227 'dependencies': [ | 1246 'dependencies': [ |
1228 '../chrome/chrome.gyp:crash_service_win64', | 1247 '../chrome/chrome.gyp:crash_service_win64', |
1229 ], | 1248 ], |
1230 }], | 1249 }], |
1231 ['component != "shared_library" and wix_exists == "True" and \ | 1250 ['component != "shared_library" and wix_exists == "True" and \ |
(...skipping 28 matching lines...) Expand all Loading... |
1260 '../ui/app_list/app_list.gyp:*', | 1279 '../ui/app_list/app_list.gyp:*', |
1261 '../ui/aura/aura.gyp:*', | 1280 '../ui/aura/aura.gyp:*', |
1262 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1281 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1263 '../ui/compositor/compositor.gyp:*', | 1282 '../ui/compositor/compositor.gyp:*', |
1264 '../ui/display/display.gyp:display_unittests', | 1283 '../ui/display/display.gyp:display_unittests', |
1265 '../ui/events/events.gyp:*', | 1284 '../ui/events/events.gyp:*', |
1266 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1285 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1267 '../ui/keyboard/keyboard.gyp:*', | 1286 '../ui/keyboard/keyboard.gyp:*', |
1268 '../ui/message_center/message_center.gyp:*', | 1287 '../ui/message_center/message_center.gyp:*', |
1269 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1288 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1289 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1270 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1290 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1271 '../ui/views/views.gyp:views', | 1291 '../ui/views/views.gyp:views', |
1272 '../ui/views/views.gyp:views_unittests', | 1292 '../ui/views/views.gyp:views_unittests', |
1273 '../ui/wm/wm.gyp:*', | 1293 '../ui/wm/wm.gyp:*', |
1274 'blink_tests', | 1294 'blink_tests', |
1275 ], | 1295 ], |
1276 'conditions': [ | 1296 'conditions': [ |
1277 ['use_athena!=1', { | 1297 ['use_athena!=1', { |
1278 'dependencies': [ | 1298 'dependencies': [ |
1279 '../chrome/chrome.gyp:interactive_ui_tests', | 1299 '../chrome/chrome.gyp:interactive_ui_tests', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1380 'dependencies': [ | 1400 'dependencies': [ |
1381 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1382 '../ui/views/views.gyp:views', | 1402 '../ui/views/views.gyp:views', |
1383 '../ui/views/views.gyp:views_unittests', | 1403 '../ui/views/views.gyp:views_unittests', |
1384 ], | 1404 ], |
1385 }, # target_name: macviews_builder | 1405 }, # target_name: macviews_builder |
1386 ], # targets | 1406 ], # targets |
1387 }], # os=='mac' and toolkit_views==1 | 1407 }], # os=='mac' and toolkit_views==1 |
1388 ], # conditions | 1408 ], # conditions |
1389 } | 1409 } |
OLD | NEW |