OLD | NEW |
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 # This file defines three targets that we are using to | 5 # This file defines three targets that we are using to |
6 # track the progress of the GYP->GN migration: | 6 # track the progress of the GYP->GN migration: |
7 # | 7 # |
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then | 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then |
9 # run 'ninja', the second ninja invocation should do nothing. This | 9 # run 'ninja', the second ninja invocation should do nothing. This |
10 # indicates that everything built by a ninja build is in fact | 10 # indicates that everything built by a ninja build is in fact |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 '../remoting/remoting.gyp:remoting_perftests', | 247 '../remoting/remoting.gyp:remoting_perftests', |
248 '../remoting/remoting.gyp:remoting_start_host', | 248 '../remoting/remoting.gyp:remoting_start_host', |
249 '../remoting/remoting.gyp:remoting_unittests', | 249 '../remoting/remoting.gyp:remoting_unittests', |
250 ], | 250 ], |
251 }], | 251 }], |
252 ['remoting==1 and disable_nacl==0 and disable_nacl_untrusted==0', { | 252 ['remoting==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
253 'dependencies': [ | 253 'dependencies': [ |
254 '../remoting/remoting.gyp:remoting_key_tester', | 254 '../remoting/remoting.gyp:remoting_key_tester', |
255 ], | 255 ], |
256 }], | 256 }], |
| 257 ['toolkit_views==1', { |
| 258 'dependencies': [ |
| 259 '../ui/app_list/app_list.gyp:app_list_demo', |
| 260 '../ui/views/views.gyp:views_unittests', |
| 261 ], |
| 262 }], |
257 ['use_x11==1', { | 263 ['use_x11==1', { |
258 'dependencies': [ | 264 'dependencies': [ |
259 '../media/media.gyp:player_x11', | 265 '../media/media.gyp:player_x11', |
260 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 266 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
261 ], | 267 ], |
262 'conditions': [ | 268 'conditions': [ |
263 ['target_arch!="arm"', { | 269 ['target_arch!="arm"', { |
264 'dependencies': [ | 270 'dependencies': [ |
265 '../gpu/tools/tools.gyp:compositor_model_bench', | 271 '../gpu/tools/tools.gyp:compositor_model_bench', |
266 ], | 272 ], |
267 }], | 273 }], |
268 ], | 274 ], |
269 }], | 275 }], |
270 ['toolkit_views==1', { | |
271 'dependencies': [ | |
272 '../ui/app_list/app_list.gyp:app_list_demo', | |
273 '../ui/views/views.gyp:views_unittests', | |
274 ], | |
275 }], | |
276 ['use_ash==1', { | 276 ['use_ash==1', { |
277 'dependencies': [ | 277 'dependencies': [ |
278 '../ash/ash.gyp:ash_shell', | 278 '../ash/ash.gyp:ash_shell', |
279 '../ash/ash.gyp:ash_shell_unittests', | 279 '../ash/ash.gyp:ash_shell_unittests', |
280 '../ash/ash.gyp:ash_unittests', | 280 '../ash/ash.gyp:ash_unittests', |
281 ], | 281 ], |
282 }], | 282 }], |
283 ['use_aura==1', { | 283 ['use_aura==1', { |
284 'dependencies': [ | 284 'dependencies': [ |
285 '../ui/aura/aura.gyp:aura_bench', | 285 '../ui/aura/aura.gyp:aura_bench', |
286 '../ui/aura/aura.gyp:aura_demo', | 286 '../ui/aura/aura.gyp:aura_demo', |
287 '../ui/aura/aura.gyp:aura_unittests', | 287 '../ui/aura/aura.gyp:aura_unittests', |
288 '../ui/wm/wm.gyp:wm_unittests', | 288 '../ui/wm/wm.gyp:wm_unittests', |
289 ], | 289 ], |
290 }], | 290 }], |
291 ['use_ozone==1', { | 291 ['use_ozone==1', { |
292 'dependencies': [ | 292 'dependencies': [ |
293 '../ui/ozone/ozone.gyp:ozone', | 293 '../ui/ozone/ozone.gyp:ozone', |
294 ], | 294 ], |
295 }], | 295 }], |
296 ['OS=="win" or OS=="mac" or chromeos==1', { | 296 ['OS=="win" or OS=="mac" or chromeos==1', { |
297 'dependencies': [ | 297 'dependencies': [ |
| 298 '../rlz/rlz.gyp:rlz_id', |
298 '../rlz/rlz.gyp:rlz_lib', | 299 '../rlz/rlz.gyp:rlz_lib', |
| 300 '../rlz/rlz.gyp:rlz_unittests', |
299 ], | 301 ], |
300 }], | 302 }], |
301 ['OS=="android"', { | 303 ['OS=="android"', { |
302 'dependencies': [ | 304 'dependencies': [ |
303 '../base/base.gyp:chromium_android_linker', | 305 '../base/base.gyp:chromium_android_linker', |
304 '../breakpad/breakpad.gyp:dump_syms', | 306 '../breakpad/breakpad.gyp:dump_syms', |
305 '../build/android/rezip.gyp:rezip_apk_jar', | 307 '../build/android/rezip.gyp:rezip_apk_jar', |
306 '../chrome/chrome.gyp:chrome_shell_apk', | 308 '../chrome/chrome.gyp:chrome_shell_apk', |
307 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 309 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
308 #"//clank" TODO(GYP) - conditional somehow? | 310 #"//clank" TODO(GYP) - conditional somehow? |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 359 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
358 '../tools/gn/gn.gyp:gn', | 360 '../tools/gn/gn.gyp:gn', |
359 '../tools/gn/gn.gyp:gn_unittests', | 361 '../tools/gn/gn.gyp:gn_unittests', |
360 '../tools/imagediff/image_diff.gyp:image_diff', | 362 '../tools/imagediff/image_diff.gyp:image_diff', |
361 '../tools/gn/gn.gyp:gn', | 363 '../tools/gn/gn.gyp:gn', |
362 '../tools/gn/gn.gyp:gn_unittests', | 364 '../tools/gn/gn.gyp:gn_unittests', |
363 '../ui/app_list/app_list.gyp:app_list_unittests', | 365 '../ui/app_list/app_list.gyp:app_list_unittests', |
364 '../url/url.gyp:url_unittests', | 366 '../url/url.gyp:url_unittests', |
365 ], | 367 ], |
366 }], | 368 }], |
| 369 ['OS=="android" or OS=="linux"', { |
| 370 'dependencies': [ |
| 371 '../net/net.gyp:disk_cache_memory_test', |
| 372 ], |
| 373 }], |
367 ['OS=="linux"', { | 374 ['OS=="linux"', { |
368 'dependencies': [ | 375 'dependencies': [ |
369 '../breakpad/breakpad.gyp:breakpad_unittests', | 376 '../breakpad/breakpad.gyp:breakpad_unittests', |
370 '../breakpad/breakpad.gyp:dump_syms', | 377 '../breakpad/breakpad.gyp:dump_syms', |
371 '../breakpad/breakpad.gyp:generate_test_dump', | 378 '../breakpad/breakpad.gyp:generate_test_dump', |
372 '../breakpad/breakpad.gyp:minidump-2-core', | 379 '../breakpad/breakpad.gyp:minidump-2-core', |
373 '../dbus/dbus.gyp:dbus_test_server', | 380 '../dbus/dbus.gyp:dbus_test_server', |
374 '../dbus/dbus.gyp:dbus_unittests', | 381 '../dbus/dbus.gyp:dbus_unittests', |
375 '../media/cast/cast.gyp:tap_proxy', | 382 '../media/cast/cast.gyp:tap_proxy', |
376 '../net/net.gyp:disk_cache_memory_test', | 383 '../net/net.gyp:disk_cache_memory_test', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 #"//extensions:extensions_browsertests", # TODO(GYP) | 443 #"//extensions:extensions_browsertests", # TODO(GYP) |
437 #"//extensions:extensions_unittests", # TODO(GYP) | 444 #"//extensions:extensions_unittests", # TODO(GYP) |
438 #"//net:net_unittests", # TODO(GYP) | 445 #"//net:net_unittests", # TODO(GYP) |
439 #"//third_party/usrsctp", # TODO(GYP) | 446 #"//third_party/usrsctp", # TODO(GYP) |
440 #"//ui/app_list:app_list_unittests", # TODO(GYP) | 447 #"//ui/app_list:app_list_unittests", # TODO(GYP) |
441 #"//ui/gfx:gfx_unittests", # TODO(GYP) | 448 #"//ui/gfx:gfx_unittests", # TODO(GYP) |
442 ], | 449 ], |
443 }], | 450 }], |
444 ['OS=="win"', { | 451 ['OS=="win"', { |
445 'dependencies': [ | 452 'dependencies': [ |
| 453 '../base/base.gyp:pe_image_test', |
| 454 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 455 '../chrome_elf/chrome_elf.gyp:dll_hash_main', |
| 456 '../components/components.gyp:wifi_test', |
| 457 '../net/net.gyp:quic_client', |
| 458 '../net/net.gyp:quic_server', |
| 459 '../sandbox/sandbox.gyp:pocdll', |
| 460 '../sandbox/sandbox.gyp:sandbox_poc', |
| 461 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 462 '../sandbox/sandbox.gyp:sbox_unittests', |
| 463 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| 464 '../testing/gtest.gyp:gtest_main', |
446 '../third_party/codesighs/codesighs.gyp:msdump2symdb', | 465 '../third_party/codesighs/codesighs.gyp:msdump2symdb', |
| 466 '../third_party/codesighs/codesighs.gyp:msmap2tsv', |
| 467 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', |
447 '../win8/win8.gyp:metro_viewer', | 468 '../win8/win8.gyp:metro_viewer', |
448 ], | 469 ], |
449 }, { | 470 }, { |
450 'dependencies': [ | 471 'dependencies': [ |
451 '../third_party/codesighs/codesighs.gyp:nm2tsv', | 472 '../third_party/codesighs/codesighs.gyp:nm2tsv', |
452 ], | 473 ], |
453 }], | 474 }], |
454 ['OS=="android" or OS=="linux"', { | |
455 'dependencies': [ | |
456 '../net/net.gyp:disk_cache_memory_test', | |
457 ], | |
458 }], | |
459 ], | 475 ], |
460 }, | 476 }, |
461 { | 477 { |
462 'target_name': 'gyp_only', | 478 'target_name': 'gyp_only', |
463 'type': 'none', | 479 'type': 'none', |
464 'conditions': [ | 480 'conditions': [ |
465 ['OS=="linux"', { | 481 ['OS=="linux" or OS=="win"', { |
466 'conditions': [ | 482 'conditions': [ |
467 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 483 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
468 'dependencies': [ | 484 'dependencies': [ |
469 '../mojo/mojo_nacl.gyp:monacl_shell', # This should not be buil
t in chromium. | 485 '../mojo/mojo_nacl.gyp:monacl_shell', # This should not be buil
t in chromium. |
470 ] | 486 ] |
471 }], | 487 }], |
472 ] | 488 ] |
473 }], | 489 }], |
474 ], | 490 ], |
475 }, | 491 }, |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 }], | 538 }], |
523 ['OS=="linux"', { | 539 ['OS=="linux"', { |
524 'dependencies': [ | 540 'dependencies': [ |
525 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run', | 541 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run', |
526 ], | 542 ], |
527 }], | 543 }], |
528 ], | 544 ], |
529 }], | 545 }], |
530 ['use_openssl==1', { | 546 ['use_openssl==1', { |
531 'dependencies': [ | 547 'dependencies': [ |
| 548 # TODO(GYP): All of these targets still need to be converted. |
532 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test', | 549 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test', |
533 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test', | 550 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test', |
534 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test'
, | 551 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test'
, |
535 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test'
, | 552 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test'
, |
536 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test'
, | 553 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test'
, |
537 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test', | 554 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test', |
538 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim
e_test', | 555 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim
e_test', |
539 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test'
, | 556 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test'
, |
540 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test'
, | 557 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test'
, |
541 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test', | 558 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test', |
542 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_t
est', | 559 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_t
est', |
543 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test', | 560 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test', |
544 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test', | 561 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test', |
545 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test', | 562 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test', |
546 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test', | 563 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test', |
547 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test', | 564 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test', |
548 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test', | 565 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test', |
549 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test', | 566 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test', |
550 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test', | 567 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test', |
551 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test', | 568 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test', |
552 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test', | 569 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test', |
553 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test'
, | 570 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test'
, |
554 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul'
, | 571 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul'
, |
555 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test', | 572 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test', |
556 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test', | 573 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test', |
557 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test', | 574 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test', |
558 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', | 575 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', |
559 ], | 576 ], |
560 }], | 577 }], |
561 ['OS=="linux"', { | 578 ['OS=="linux" or OS=="win"', { |
562 'dependencies': [ | 579 'dependencies': [ |
| 580 # TODO(GYP): in progress - see tfarina. |
563 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 581 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
564 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 582 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
565 ], | 583 ], |
566 }], | 584 }], |
567 ['OS=="win"', { | 585 ['OS=="win"', { |
568 'dependencies': [ | 586 'dependencies': [ |
| 587 # TODO(GYP): All of these targets still need to be converted. |
569 '../base/base.gyp:debug_message', | 588 '../base/base.gyp:debug_message', |
570 '../base/base.gyp:pe_image_test', | |
571 '../chrome/chrome.gyp:app_installer', | 589 '../chrome/chrome.gyp:app_installer', |
572 '../chrome/chrome.gyp:app_installer_unittests', | 590 '../chrome/chrome.gyp:app_installer_unittests', |
573 '../chrome/chrome.gyp:app_shim', | 591 '../chrome/chrome.gyp:app_shim', |
574 '../chrome/chrome.gyp:crash_service', | 592 '../chrome/chrome.gyp:crash_service', |
575 '../chrome/chrome.gyp:gcapi_dll', | 593 '../chrome/chrome.gyp:gcapi_dll', |
576 '../chrome/chrome.gyp:gcapi_test', | 594 '../chrome/chrome.gyp:gcapi_test', |
577 '../chrome/chrome.gyp:installer_util_unittests', | 595 '../chrome/chrome.gyp:installer_util_unittests', |
578 '../chrome/chrome.gyp:pack_policy_templates', | 596 '../chrome/chrome.gyp:pack_policy_templates', |
579 '../chrome/chrome.gyp:sb_sigutil', | 597 '../chrome/chrome.gyp:sb_sigutil', |
580 '../chrome/chrome.gyp:setup', | 598 '../chrome/chrome.gyp:setup', |
581 '../chrome/chrome.gyp:setup_unittests', | 599 '../chrome/chrome.gyp:setup_unittests', |
582 '../chrome/installer/mini_installer.gyp:mini_installer', | 600 '../chrome/installer/mini_installer.gyp:mini_installer', |
583 '../chrome/tools/crash_service/caps/caps.gyp:caps', | 601 '../chrome/tools/crash_service/caps/caps.gyp:caps', |
584 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_2', | |
585 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_3', | |
586 '../chrome_elf/chrome_elf.gyp:blacklist_test_main_dll', | |
587 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | |
588 '../chrome_elf/chrome_elf.gyp:dll_hash_main', | |
589 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', | 602 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', |
590 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte
sts', | 603 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte
sts', |
591 '../cloud_print/service/service.gyp:cloud_print_service', | 604 '../cloud_print/service/service.gyp:cloud_print_service', |
592 '../cloud_print/service/service.gyp:cloud_print_service_config', | 605 '../cloud_print/service/service.gyp:cloud_print_service_config', |
593 '../cloud_print/service/service.gyp:cloud_print_service_setup', | 606 '../cloud_print/service/service.gyp:cloud_print_service_setup', |
594 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy
p:virtual_driver_setup', | 607 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy
p:virtual_driver_setup', |
595 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', | 608 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', |
596 '../components/components.gyp:wifi_test', | |
597 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, | 609 '../content/content_shell_and_tests.gyp:content_shell_crash_service'
, |
598 '../content/content_shell_and_tests.gyp:layout_test_helper', | 610 '../content/content_shell_and_tests.gyp:layout_test_helper', |
599 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', | 611 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', |
600 '../gpu/gpu.gyp:angle_end2end_tests', | 612 '../gpu/gpu.gyp:angle_end2end_tests', |
601 '../gpu/gpu.gyp:angle_perftests', | 613 '../gpu/gpu.gyp:angle_perftests', |
602 '../net/net.gyp:net_docs', | 614 '../net/net.gyp:net_docs', |
603 '../net/net.gyp:quic_client', | |
604 '../net/net.gyp:quic_server', | |
605 '../ppapi/ppapi_internal.gyp:ppapi_perftests', | 615 '../ppapi/ppapi_internal.gyp:ppapi_perftests', |
606 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', | 616 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', |
607 '../remoting/remoting.gyp:remoting_breakpad_tester', | 617 '../remoting/remoting.gyp:remoting_breakpad_tester', |
608 '../remoting/remoting.gyp:remoting_console', | 618 '../remoting/remoting.gyp:remoting_console', |
609 '../remoting/remoting.gyp:remoting_desktop', | 619 '../remoting/remoting.gyp:remoting_desktop', |
610 '../rlz/rlz.gyp:rlz', | 620 '../rlz/rlz.gyp:rlz', |
611 '../rlz/rlz.gyp:rlz_id', | |
612 '../rlz/rlz.gyp:rlz_unittests', | |
613 '../sandbox/sandbox.gyp:pocdll', | |
614 '../sandbox/sandbox.gyp:sandbox_poc', | |
615 '../sandbox/sandbox.gyp:sbox_integration_tests', | |
616 '../sandbox/sandbox.gyp:sbox_unittests', | |
617 '../sandbox/sandbox.gyp:sbox_validation_tests', | |
618 '../testing/gtest.gyp:gtest_main', | |
619 '../third_party/codesighs/codesighs.gyp:msmap2tsv', | |
620 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', | |
621 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | |
622 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | |
623 '../tools/win/static_initializers/static_initializers.gyp:static_ini
tializers', | 621 '../tools/win/static_initializers/static_initializers.gyp:static_ini
tializers', |
624 ], | 622 ], |
625 }], | 623 }], |
626 ['OS=="win" and win_use_allocator_shim==1', { | 624 ['OS=="win" and win_use_allocator_shim==1', { |
627 'dependencies': [ | 625 'dependencies': [ |
628 '../base/allocator/allocator.gyp:allocator_unittests', | 626 '../base/allocator/allocator.gyp:allocator_unittests', |
629 ] | 627 ] |
630 }], | 628 }], |
631 ['OS=="win" and target_arch=="ia32"', { | 629 ['OS=="win" and target_arch=="ia32"', { |
632 'dependencies': [ | 630 'dependencies': [ |
| 631 # TODO(GYP): All of these targets need to be ported over. |
633 '../base/base.gyp:base_win64', | 632 '../base/base.gyp:base_win64', |
634 '../base/base.gyp:base_i18n_nacl_win64', | 633 '../base/base.gyp:base_i18n_nacl_win64', |
635 '../chrome/chrome.gyp:crash_service_win64', | 634 '../chrome/chrome.gyp:crash_service_win64', |
636 '../chrome/chrome.gyp:launcher_support64', | 635 '../chrome/chrome.gyp:launcher_support64', |
637 '../components/components.gyp:breakpad_win64', | 636 '../components/components.gyp:breakpad_win64', |
638 '../courgette/courgette.gyp:courgette64', | 637 '../courgette/courgette.gyp:courgette64', |
639 '../crypto/crypto.gyp:crypto_nacl_win64', | 638 '../crypto/crypto.gyp:crypto_nacl_win64', |
640 '../ipc/ipc.gyp:ipc_win64', | 639 '../ipc/ipc.gyp:ipc_win64', |
641 '../sandbox/sandbox.gyp:sandbox_win64', | 640 '../sandbox/sandbox.gyp:sandbox_win64', |
642 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:gcp_portmon6
4', | 641 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:gcp_portmon6
4', |
643 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:virtual_driv
er_lib64', | 642 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:virtual_driv
er_lib64', |
644 ], | 643 ], |
645 }], | 644 }], |
646 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { | 645 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { |
647 'dependencies': [ | 646 'dependencies': [ |
| 647 # TODO(GYP): All of these targets need to be ported over. |
648 '../components/components.gyp:policy_win64', | 648 '../components/components.gyp:policy_win64', |
649 ] | 649 ] |
650 }], | 650 }], |
651 ], | 651 ], |
652 }, | 652 }, |
653 { | 653 { |
654 # This target, when built, should cause no actual work | 654 # This target, when built, should cause no actual work |
655 # to be done, just update a bunch of stamp files. | 655 # to be done, just update a bunch of stamp files. |
656 'target_name': 'gyp_groups', | 656 'target_name': 'gyp_groups', |
657 'type': 'none', | 657 'type': 'none', |
658 'dependencies': [ | 658 'dependencies': [ |
659 'All', | 659 'All', |
660 'aura_builder', | 660 'aura_builder', |
661 'blink_tests', | 661 'blink_tests', |
662 'chromium_builder_asan', | 662 'chromium_builder_asan', |
663 'chromium_builder_chromedriver', | 663 'chromium_builder_chromedriver', |
664 'chromium_builder_perf', | 664 'chromium_builder_perf', |
665 'chromium_builder_tests', | 665 'chromium_builder_tests', |
666 'chromium_builder_webrtc', | 666 'chromium_builder_webrtc', |
667 'chromium_gpu_builder', | 667 'chromium_gpu_builder', |
668 'chromium_gpu_debug_builder', | 668 'chromium_gpu_debug_builder', |
669 ], | 669 ], |
| 670 'conditions': [ |
| 671 ['OS=="win"', { |
| 672 'dependencies': [ |
| 673 'chromium_builder', |
| 674 'chromium_builder_dbg_drmemory_win', |
| 675 'chromium_builder_nacl_sdk', |
| 676 'chromium_builder_lkgr_drmemory_win', |
| 677 'chromium_builder_dbg_tsan_win', |
| 678 ], |
| 679 }], |
| 680 ], |
670 }, | 681 }, |
671 ] | 682 ] |
672 } | 683 } |
673 | 684 |
OLD | NEW |