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': [ |
41 '../ios/ios.gyp:*', | 46 '../ios/ios.gyp:*', |
42 # NOTE: This list of targets is present because | 47 # NOTE: This list of targets is present because |
43 # mojo_base.gyp:mojo_base cannot be built on iOS, as | 48 # mojo_base.gyp:mojo_base cannot be built on iOS, as |
44 # javascript-related targets cause v8 to be built. | 49 # javascript-related targets cause v8 to be built. |
45 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests', | 50 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests', |
46 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests', | 51 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests', |
47 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests', | 52 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests', |
48 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests', | 53 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 '../crypto/crypto.gyp:crypto_unittests', | 310 '../crypto/crypto.gyp:crypto_unittests', |
306 '../net/net.gyp:net_unittests', | 311 '../net/net.gyp:net_unittests', |
307 '../sql/sql.gyp:sql_unittests', | 312 '../sql/sql.gyp:sql_unittests', |
308 '../sync/sync.gyp:sync_unit_tests', | 313 '../sync/sync.gyp:sync_unit_tests', |
309 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 314 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
310 '../ui/display/display.gyp:display_unittests', | 315 '../ui/display/display.gyp:display_unittests', |
311 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 316 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
312 '../url/url.gyp:url_unittests', | 317 '../url/url.gyp:url_unittests', |
313 ], | 318 ], |
314 'conditions': [ | 319 'conditions': [ |
| 320 ['OS!="ios" and OS!="mac"', { |
| 321 'dependencies': [ |
| 322 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 323 ], |
| 324 }], |
315 ['OS!="ios" and OS!="android"', { | 325 ['OS!="ios" and OS!="android"', { |
316 'dependencies': [ | 326 'dependencies': [ |
317 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 327 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
318 '../cc/cc_tests.gyp:cc_unittests', | 328 '../cc/cc_tests.gyp:cc_unittests', |
319 '../chrome/chrome.gyp:browser_tests', | 329 '../chrome/chrome.gyp:browser_tests', |
320 '../chrome/chrome.gyp:chromedriver_tests', | 330 '../chrome/chrome.gyp:chromedriver_tests', |
321 '../chrome/chrome.gyp:chromedriver_unittests', | 331 '../chrome/chrome.gyp:chromedriver_unittests', |
322 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 332 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
323 '../content/content_shell_and_tests.gyp:content_browsertests', | 333 '../content/content_shell_and_tests.gyp:content_browsertests', |
324 '../content/content_shell_and_tests.gyp:content_shell', | 334 '../content/content_shell_and_tests.gyp:content_shell', |
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 '../sql/sql.gyp:sql_unittests', | 837 '../sql/sql.gyp:sql_unittests', |
828 '../sync/sync.gyp:sync_unit_tests', | 838 '../sync/sync.gyp:sync_unit_tests', |
829 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 839 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
830 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 840 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
831 '../third_party/WebKit/public/all.gyp:*', | 841 '../third_party/WebKit/public/all.gyp:*', |
832 '../tools/android/android_tools.gyp:android_tools', | 842 '../tools/android/android_tools.gyp:android_tools', |
833 '../tools/android/android_tools.gyp:memconsumer', | 843 '../tools/android/android_tools.gyp:memconsumer', |
834 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 844 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
835 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 845 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
836 '../ui/events/events.gyp:events_unittests', | 846 '../ui/events/events.gyp:events_unittests', |
| 847 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
837 # Unit test bundles packaged as an apk. | 848 # Unit test bundles packaged as an apk. |
838 '../android_webview/android_webview.gyp:android_webview_test_apk', | 849 '../android_webview/android_webview.gyp:android_webview_test_apk', |
839 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 850 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
840 '../base/base.gyp:base_unittests_apk', | 851 '../base/base.gyp:base_unittests_apk', |
841 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 852 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
842 '../cc/cc_tests.gyp:cc_unittests_apk', | 853 '../cc/cc_tests.gyp:cc_unittests_apk', |
843 '../chrome/chrome.gyp:chrome_shell_test_apk', | 854 '../chrome/chrome.gyp:chrome_shell_test_apk', |
844 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 855 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
845 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 856 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
846 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 857 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
847 '../chrome/chrome.gyp:unit_tests_apk', | 858 '../chrome/chrome.gyp:unit_tests_apk', |
848 '../components/components_tests.gyp:components_unittests_apk', | 859 '../components/components_tests.gyp:components_unittests_apk', |
849 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 860 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
850 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 861 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
851 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 862 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
852 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 863 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
853 '../gpu/gpu.gyp:gl_tests_apk', | 864 '../gpu/gpu.gyp:gl_tests_apk', |
854 '../gpu/gpu.gyp:gpu_unittests_apk', | 865 '../gpu/gpu.gyp:gpu_unittests_apk', |
855 '../ipc/ipc.gyp:ipc_tests_apk', | 866 '../ipc/ipc.gyp:ipc_tests_apk', |
856 '../media/media.gyp:media_unittests_apk', | 867 '../media/media.gyp:media_unittests_apk', |
857 '../net/net.gyp:net_unittests_apk', | 868 '../net/net.gyp:net_unittests_apk', |
858 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 869 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
859 '../sql/sql.gyp:sql_unittests_apk', | 870 '../sql/sql.gyp:sql_unittests_apk', |
860 '../sync/sync.gyp:sync_unit_tests_apk', | 871 '../sync/sync.gyp:sync_unit_tests_apk', |
861 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 872 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
862 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 873 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
863 '../ui/events/events.gyp:events_unittests_apk', | 874 '../ui/events/events.gyp:events_unittests_apk', |
864 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 875 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 876 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
865 ], | 877 ], |
866 'conditions': [ | 878 'conditions': [ |
867 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ | 879 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ |
868 'dependencies': [ | 880 'dependencies': [ |
869 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 881 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
870 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes
ts', | 882 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes
ts', |
871 ], | 883 ], |
872 }], | 884 }], |
873 ], | 885 ], |
874 }, | 886 }, |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 '../sync/sync.gyp:sync_unit_tests', | 1080 '../sync/sync.gyp:sync_unit_tests', |
1069 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1081 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
1070 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1082 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
1071 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1083 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1072 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1084 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1073 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1085 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
1074 '../tools/telemetry/telemetry.gyp:*', | 1086 '../tools/telemetry/telemetry.gyp:*', |
1075 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1087 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1076 '../ui/events/events.gyp:events_unittests', | 1088 '../ui/events/events.gyp:events_unittests', |
1077 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1089 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1090 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1078 '../ui/views/views.gyp:views_unittests', | 1091 '../ui/views/views.gyp:views_unittests', |
1079 '../url/url.gyp:url_unittests', | 1092 '../url/url.gyp:url_unittests', |
1080 ], | 1093 ], |
1081 'conditions': [ | 1094 'conditions': [ |
1082 ['target_arch=="ia32"', { | 1095 ['target_arch=="ia32"', { |
1083 'dependencies': [ | 1096 'dependencies': [ |
1084 '../chrome/chrome.gyp:crash_service_win64', | 1097 '../chrome/chrome.gyp:crash_service_win64', |
1085 ], | 1098 ], |
1086 }], | 1099 }], |
1087 ], | 1100 ], |
(...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', | 1185 '../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', | 1186 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', |
1174 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 1187 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
1175 '../ui/app_list/app_list.gyp:app_list_unittests', | 1188 '../ui/app_list/app_list.gyp:app_list_unittests', |
1176 '../ui/aura/aura.gyp:aura_unittests', | 1189 '../ui/aura/aura.gyp:aura_unittests', |
1177 '../ui/compositor/compositor.gyp:compositor_unittests', | 1190 '../ui/compositor/compositor.gyp:compositor_unittests', |
1178 '../ui/display/display.gyp:display_unittests', | 1191 '../ui/display/display.gyp:display_unittests', |
1179 '../ui/events/events.gyp:events_unittests', | 1192 '../ui/events/events.gyp:events_unittests', |
1180 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1193 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1181 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1194 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 1195 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1182 '../url/url.gyp:url_unittests', | 1196 '../url/url.gyp:url_unittests', |
1183 ], | 1197 ], |
1184 }, | 1198 }, |
1185 { | 1199 { |
1186 'target_name': 'webkit_builder_win', | 1200 'target_name': 'webkit_builder_win', |
1187 'type': 'none', | 1201 'type': 'none', |
1188 'dependencies': [ | 1202 'dependencies': [ |
1189 'blink_tests', | 1203 'blink_tests', |
1190 ], | 1204 ], |
1191 }, | 1205 }, |
(...skipping 20 matching lines...) Expand all Loading... |
1212 '../ipc/ipc.gyp:ipc_tests', | 1226 '../ipc/ipc.gyp:ipc_tests', |
1213 '../media/media.gyp:media_unittests', | 1227 '../media/media.gyp:media_unittests', |
1214 '../net/net.gyp:net_unittests_run', | 1228 '../net/net.gyp:net_unittests_run', |
1215 '../printing/printing.gyp:printing_unittests', | 1229 '../printing/printing.gyp:printing_unittests', |
1216 '../remoting/remoting.gyp:remoting_webapp', | 1230 '../remoting/remoting.gyp:remoting_webapp', |
1217 '../sql/sql.gyp:sql_unittests', | 1231 '../sql/sql.gyp:sql_unittests', |
1218 '../sync/sync.gyp:sync_unit_tests', | 1232 '../sync/sync.gyp:sync_unit_tests', |
1219 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1233 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
1220 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1234 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1221 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1235 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1236 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', |
1222 '../ui/views/views.gyp:views_unittests', | 1237 '../ui/views/views.gyp:views_unittests', |
1223 '../url/url.gyp:url_unittests', | 1238 '../url/url.gyp:url_unittests', |
1224 ], | 1239 ], |
1225 'conditions': [ | 1240 'conditions': [ |
1226 ['target_arch=="ia32"', { | 1241 ['target_arch=="ia32"', { |
1227 'dependencies': [ | 1242 'dependencies': [ |
1228 '../chrome/chrome.gyp:crash_service_win64', | 1243 '../chrome/chrome.gyp:crash_service_win64', |
1229 ], | 1244 ], |
1230 }], | 1245 }], |
1231 ['component != "shared_library" and wix_exists == "True" and \ | 1246 ['component != "shared_library" and wix_exists == "True" and \ |
(...skipping 28 matching lines...) Expand all Loading... |
1260 '../ui/app_list/app_list.gyp:*', | 1275 '../ui/app_list/app_list.gyp:*', |
1261 '../ui/aura/aura.gyp:*', | 1276 '../ui/aura/aura.gyp:*', |
1262 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1277 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1263 '../ui/compositor/compositor.gyp:*', | 1278 '../ui/compositor/compositor.gyp:*', |
1264 '../ui/display/display.gyp:display_unittests', | 1279 '../ui/display/display.gyp:display_unittests', |
1265 '../ui/events/events.gyp:*', | 1280 '../ui/events/events.gyp:*', |
1266 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1281 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1267 '../ui/keyboard/keyboard.gyp:*', | 1282 '../ui/keyboard/keyboard.gyp:*', |
1268 '../ui/message_center/message_center.gyp:*', | 1283 '../ui/message_center/message_center.gyp:*', |
1269 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1284 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1285 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1270 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1286 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1271 '../ui/views/views.gyp:views', | 1287 '../ui/views/views.gyp:views', |
1272 '../ui/views/views.gyp:views_unittests', | 1288 '../ui/views/views.gyp:views_unittests', |
1273 '../ui/wm/wm.gyp:*', | 1289 '../ui/wm/wm.gyp:*', |
1274 'blink_tests', | 1290 'blink_tests', |
1275 ], | 1291 ], |
1276 'conditions': [ | 1292 'conditions': [ |
1277 ['use_athena!=1', { | 1293 ['use_athena!=1', { |
1278 'dependencies': [ | 1294 'dependencies': [ |
1279 '../chrome/chrome.gyp:interactive_ui_tests', | 1295 '../chrome/chrome.gyp:interactive_ui_tests', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1380 'dependencies': [ | 1396 'dependencies': [ |
1381 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1397 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1382 '../ui/views/views.gyp:views', | 1398 '../ui/views/views.gyp:views', |
1383 '../ui/views/views.gyp:views_unittests', | 1399 '../ui/views/views.gyp:views_unittests', |
1384 ], | 1400 ], |
1385 }, # target_name: macviews_builder | 1401 }, # target_name: macviews_builder |
1386 ], # targets | 1402 ], # targets |
1387 }], # os=='mac' and toolkit_views==1 | 1403 }], # os=='mac' and toolkit_views==1 |
1388 ], # conditions | 1404 ], # conditions |
1389 } | 1405 } |
OLD | NEW |