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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 'dependencies': [ | 376 'dependencies': [ |
377 '../chrome/chrome.gyp:installer_util_unittests', | 377 '../chrome/chrome.gyp:installer_util_unittests', |
378 '../chrome/chrome.gyp:setup_unittests', | 378 '../chrome/chrome.gyp:setup_unittests', |
379 # ../chrome/test/mini_installer requires mini_installer. | 379 # ../chrome/test/mini_installer requires mini_installer. |
380 '../chrome/installer/mini_installer.gyp:mini_installer', | 380 '../chrome/installer/mini_installer.gyp:mini_installer', |
381 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 381 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
382 '../courgette/courgette.gyp:courgette_unittests', | 382 '../courgette/courgette.gyp:courgette_unittests', |
383 '../sandbox/sandbox.gyp:sbox_integration_tests', | 383 '../sandbox/sandbox.gyp:sbox_integration_tests', |
384 '../sandbox/sandbox.gyp:sbox_unittests', | 384 '../sandbox/sandbox.gyp:sbox_unittests', |
385 '../sandbox/sandbox.gyp:sbox_validation_tests', | 385 '../sandbox/sandbox.gyp:sbox_validation_tests', |
386 '../ui/app_list/app_list.gyp:app_list_unittests', | |
387 ], | 386 ], |
388 'conditions': [ | 387 'conditions': [ |
389 # remoting_host_installation uses lots of non-trivial GYP that tend | 388 # remoting_host_installation uses lots of non-trivial GYP that tend |
390 # to break because of differences between ninja and msbuild. Make | 389 # to break because of differences between ninja and msbuild. Make |
391 # sure this target is built by the builders on the main waterfall. | 390 # sure this target is built by the builders on the main waterfall. |
392 # See http://crbug.com/180600. | 391 # See http://crbug.com/180600. |
393 ['wix_exists == "True" and sas_dll_exists == "True"', { | 392 ['wix_exists == "True" and sas_dll_exists == "True"', { |
394 'dependencies': [ | 393 'dependencies': [ |
395 '../remoting/remoting.gyp:remoting_host_installation', | 394 '../remoting/remoting.gyp:remoting_host_installation', |
396 ], | 395 ], |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 435 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
437 ], | 436 ], |
438 }], | 437 }], |
439 ['OS=="linux" and use_dbus==1', { | 438 ['OS=="linux" and use_dbus==1', { |
440 'dependencies': [ | 439 'dependencies': [ |
441 '../dbus/dbus.gyp:dbus_unittests', | 440 '../dbus/dbus.gyp:dbus_unittests', |
442 ], | 441 ], |
443 }], | 442 }], |
444 ['OS=="mac"', { | 443 ['OS=="mac"', { |
445 'dependencies': [ | 444 'dependencies': [ |
446 '../ui/app_list/app_list.gyp:app_list_unittests', | |
447 '../ui/message_center/message_center.gyp:*', | 445 '../ui/message_center/message_center.gyp:*', |
448 ], | 446 ], |
449 }], | 447 }], |
450 ['test_isolation_mode != "noop"', { | 448 ['test_isolation_mode != "noop"', { |
451 'dependencies': [ | 449 'dependencies': [ |
452 'chromium_swarm_tests', | 450 'chromium_swarm_tests', |
453 ], | 451 ], |
454 }], | 452 }], |
455 ['OS!="android"', { | 453 ['OS!="android"', { |
456 'dependencies': [ | 454 'dependencies': [ |
457 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 455 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
458 ], | 456 ], |
459 }], | 457 }], |
460 ['enable_basic_printing==1 or enable_print_preview==1', { | 458 ['enable_basic_printing==1 or enable_print_preview==1', { |
461 'dependencies': [ | 459 'dependencies': [ |
462 '../printing/printing.gyp:printing_unittests', | 460 '../printing/printing.gyp:printing_unittests', |
463 ], | 461 ], |
464 }], | 462 }], |
| 463 ['enable_app_list==1', { |
| 464 'dependencies': [ |
| 465 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 466 ], |
| 467 }], |
| 468 ['enable_app_list==1 and use_aura==1', { |
| 469 'dependencies': [ |
| 470 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter_
unittests', |
| 471 ], |
| 472 }], |
465 ['use_aura==1', { | 473 ['use_aura==1', { |
466 'dependencies': [ | 474 'dependencies': [ |
467 '../ash/ash.gyp:ash_unittests', | 475 '../ash/ash.gyp:ash_unittests', |
468 '../ui/app_list/app_list.gyp:app_list_unittests', | |
469 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter_
unittests', | |
470 '../ui/aura/aura.gyp:aura_unittests', | 476 '../ui/aura/aura.gyp:aura_unittests', |
471 '../ui/compositor/compositor.gyp:compositor_unittests', | 477 '../ui/compositor/compositor.gyp:compositor_unittests', |
472 ], | 478 ], |
473 }], | 479 }], |
474 ['use_aura==1 and chromecast==0', { | 480 ['use_aura==1 and chromecast==0', { |
475 'dependencies': [ | 481 'dependencies': [ |
476 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 482 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
477 '../ui/views/views.gyp:views_unittests', | 483 '../ui/views/views.gyp:views_unittests', |
478 ], | 484 ], |
479 }], | 485 }], |
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1114 '../skia/skia_tests.gyp:skia_unittests', | 1120 '../skia/skia_tests.gyp:skia_unittests', |
1115 '../sql/sql.gyp:sql_unittests', | 1121 '../sql/sql.gyp:sql_unittests', |
1116 '../sync/sync.gyp:sync_unit_tests', | 1122 '../sync/sync.gyp:sync_unit_tests', |
1117 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1123 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
1118 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1124 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
1119 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1125 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
1120 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1126 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
1121 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', | 1127 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', |
1122 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', | 1128 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', |
1123 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 1129 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
1124 '../ui/app_list/app_list.gyp:app_list_unittests', | |
1125 '../ui/aura/aura.gyp:aura_unittests', | 1130 '../ui/aura/aura.gyp:aura_unittests', |
1126 '../ui/compositor/compositor.gyp:compositor_unittests', | 1131 '../ui/compositor/compositor.gyp:compositor_unittests', |
1127 '../ui/display/display.gyp:display_unittests', | 1132 '../ui/display/display.gyp:display_unittests', |
1128 '../ui/events/events_unittests.gyp:events_unittests', | 1133 '../ui/events/events_unittests.gyp:events_unittests', |
1129 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1134 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1130 '../ui/gl/gl_tests.gyp:gl_unittests', | 1135 '../ui/gl/gl_tests.gyp:gl_unittests', |
1131 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1136 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
1132 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1137 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1133 '../url/url.gyp:url_unittests', | 1138 '../url/url.gyp:url_unittests', |
1134 ], | 1139 ], |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1225 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 1230 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
1226 '../cc/cc_tests.gyp:cc_unittests', | 1231 '../cc/cc_tests.gyp:cc_unittests', |
1227 '../components/components_tests.gyp:components_unittests', | 1232 '../components/components_tests.gyp:components_unittests', |
1228 '../content/content_shell_and_tests.gyp:content_browsertests', | 1233 '../content/content_shell_and_tests.gyp:content_browsertests', |
1229 '../content/content_shell_and_tests.gyp:content_unittests', | 1234 '../content/content_shell_and_tests.gyp:content_unittests', |
1230 '../device/device_tests.gyp:device_unittests', | 1235 '../device/device_tests.gyp:device_unittests', |
1231 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1236 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
1232 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1237 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
1233 '../remoting/remoting.gyp:remoting_unittests', | 1238 '../remoting/remoting.gyp:remoting_unittests', |
1234 '../skia/skia_tests.gyp:skia_unittests', | 1239 '../skia/skia_tests.gyp:skia_unittests', |
1235 '../ui/app_list/app_list.gyp:*', | |
1236 '../ui/aura/aura.gyp:*', | 1240 '../ui/aura/aura.gyp:*', |
1237 '../ui/aura_extra/aura_extra.gyp:*', | 1241 '../ui/aura_extra/aura_extra.gyp:*', |
1238 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1242 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1239 '../ui/compositor/compositor.gyp:*', | 1243 '../ui/compositor/compositor.gyp:*', |
1240 '../ui/display/display.gyp:display_unittests', | 1244 '../ui/display/display.gyp:display_unittests', |
1241 '../ui/events/events.gyp:*', | 1245 '../ui/events/events.gyp:*', |
1242 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1246 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1243 '../ui/gl/gl_tests.gyp:gl_unittests', | 1247 '../ui/gl/gl_tests.gyp:gl_unittests', |
1244 '../ui/keyboard/keyboard.gyp:*', | 1248 '../ui/keyboard/keyboard.gyp:*', |
1245 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1249 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
(...skipping 16 matching lines...) Expand all Loading... |
1262 '../chromeos/chromeos.gyp:chromeos_unittests', | 1266 '../chromeos/chromeos.gyp:chromeos_unittests', |
1263 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', | 1267 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', |
1264 ], | 1268 ], |
1265 }], | 1269 }], |
1266 ['use_ozone==1', { | 1270 ['use_ozone==1', { |
1267 'dependencies': [ | 1271 'dependencies': [ |
1268 '../ui/ozone/ozone.gyp:*', | 1272 '../ui/ozone/ozone.gyp:*', |
1269 '../ui/ozone/demo/ozone_demos.gyp:*', | 1273 '../ui/ozone/demo/ozone_demos.gyp:*', |
1270 ], | 1274 ], |
1271 }], | 1275 }], |
| 1276 ['enable_app_list==1', { |
| 1277 'dependencies': [ |
| 1278 '../ui/app_list/app_list.gyp:*', |
| 1279 ], |
| 1280 }], |
1272 ['chromecast==0', { | 1281 ['chromecast==0', { |
1273 'dependencies': [ | 1282 'dependencies': [ |
1274 '../chrome/chrome.gyp:browser_tests', | 1283 '../chrome/chrome.gyp:browser_tests', |
1275 '../chrome/chrome.gyp:chrome', | 1284 '../chrome/chrome.gyp:chrome', |
1276 '../chrome/chrome.gyp:interactive_ui_tests', | 1285 '../chrome/chrome.gyp:interactive_ui_tests', |
1277 '../chrome/chrome.gyp:unit_tests', | 1286 '../chrome/chrome.gyp:unit_tests', |
1278 '../ui/message_center/message_center.gyp:*', | 1287 '../ui/message_center/message_center.gyp:*', |
1279 '../ui/views/examples/examples.gyp:views_examples_with_content_e
xe', | 1288 '../ui/views/examples/examples.gyp:views_examples_with_content_e
xe', |
1280 '../ui/views/views.gyp:views', | 1289 '../ui/views/views.gyp:views', |
1281 '../ui/views/views.gyp:views_unittests', | 1290 '../ui/views/views.gyp:views_unittests', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 'dependencies': [ | 1355 'dependencies': [ |
1347 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1356 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1348 '../ui/views/views.gyp:views', | 1357 '../ui/views/views.gyp:views', |
1349 '../ui/views/views.gyp:views_unittests', | 1358 '../ui/views/views.gyp:views_unittests', |
1350 ], | 1359 ], |
1351 }, # target_name: macviews_builder | 1360 }, # target_name: macviews_builder |
1352 ], # targets | 1361 ], # targets |
1353 }], # os=='mac' and toolkit_views==1 | 1362 }], # os=='mac' and toolkit_views==1 |
1354 ], # conditions | 1363 ], # conditions |
1355 } | 1364 } |
OLD | NEW |