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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 '../chrome/chrome.gyp:chromedriver_unittests', | 374 '../chrome/chrome.gyp:chromedriver_unittests', |
375 '../chrome/chrome.gyp:interactive_ui_tests', | 375 '../chrome/chrome.gyp:interactive_ui_tests', |
376 '../chrome/chrome.gyp:sync_integration_tests', | 376 '../chrome/chrome.gyp:sync_integration_tests', |
377 '../chrome/chrome.gyp:unit_tests', | 377 '../chrome/chrome.gyp:unit_tests', |
378 '../extensions/extensions_tests.gyp:extensions_browsertests', | 378 '../extensions/extensions_tests.gyp:extensions_browsertests', |
379 '../extensions/extensions_tests.gyp:extensions_unittests', | 379 '../extensions/extensions_tests.gyp:extensions_unittests', |
380 ], | 380 ], |
381 }], | 381 }], |
382 ['OS=="win"', { | 382 ['OS=="win"', { |
383 'dependencies': [ | 383 'dependencies': [ |
384 '../chrome/chrome.gyp:crash_service', | |
385 '../chrome/chrome.gyp:installer_util_unittests', | 384 '../chrome/chrome.gyp:installer_util_unittests', |
386 '../chrome/chrome.gyp:setup_unittests', | 385 '../chrome/chrome.gyp:setup_unittests', |
387 # ../chrome/test/mini_installer requires mini_installer. | 386 # ../chrome/test/mini_installer requires mini_installer. |
388 '../chrome/installer/mini_installer.gyp:mini_installer', | 387 '../chrome/installer/mini_installer.gyp:mini_installer', |
389 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 388 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
390 '../courgette/courgette.gyp:courgette_unittests', | 389 '../courgette/courgette.gyp:courgette_unittests', |
391 '../sandbox/sandbox.gyp:sbox_integration_tests', | 390 '../sandbox/sandbox.gyp:sbox_integration_tests', |
392 '../sandbox/sandbox.gyp:sbox_unittests', | 391 '../sandbox/sandbox.gyp:sbox_unittests', |
393 '../sandbox/sandbox.gyp:sbox_validation_tests', | 392 '../sandbox/sandbox.gyp:sbox_validation_tests', |
394 '../ui/app_list/app_list.gyp:app_list_unittests', | 393 '../ui/app_list/app_list.gyp:app_list_unittests', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '../breakpad/breakpad.gyp:minidump_stackwalk', | 582 '../breakpad/breakpad.gyp:minidump_stackwalk', |
584 ], | 583 ], |
585 }], | 584 }], |
586 ['OS=="linux"', { | 585 ['OS=="linux"', { |
587 'dependencies': [ | 586 'dependencies': [ |
588 '../chrome/chrome.gyp:linux_symbols' | 587 '../chrome/chrome.gyp:linux_symbols' |
589 ], | 588 ], |
590 }], | 589 }], |
591 ['OS=="win"', { | 590 ['OS=="win"', { |
592 'dependencies': [ | 591 'dependencies': [ |
593 '../chrome/chrome.gyp:crash_service', | |
594 '../gpu/gpu.gyp:angle_perftests', | 592 '../gpu/gpu.gyp:angle_perftests', |
595 ], | 593 ], |
596 }], | 594 }], |
597 ['OS=="win" and target_arch=="ia32"', { | |
598 'dependencies': [ | |
599 '../chrome/chrome.gyp:crash_service_win64', | |
600 ], | |
601 }], | |
602 ], | 595 ], |
603 }, # target_name: chromium_builder_perf | 596 }, # target_name: chromium_builder_perf |
604 { | 597 { |
605 'target_name': 'chromium_gpu_builder', | 598 'target_name': 'chromium_gpu_builder', |
606 'type': 'none', | 599 'type': 'none', |
607 'dependencies': [ | 600 'dependencies': [ |
608 '../chrome/chrome.gyp:chrome', | 601 '../chrome/chrome.gyp:chrome', |
609 '../chrome/chrome.gyp:performance_browser_tests', | 602 '../chrome/chrome.gyp:performance_browser_tests', |
610 '../content/content_shell_and_tests.gyp:content_browsertests', | 603 '../content/content_shell_and_tests.gyp:content_browsertests', |
611 '../content/content_shell_and_tests.gyp:content_gl_tests', | 604 '../content/content_shell_and_tests.gyp:content_gl_tests', |
612 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 605 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
613 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', | 606 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', |
614 '../gpu/gpu.gyp:gl_tests', | 607 '../gpu/gpu.gyp:gl_tests', |
615 '../gpu/gpu.gyp:angle_unittests', | 608 '../gpu/gpu.gyp:angle_unittests', |
616 '../gpu/gpu.gyp:gpu_unittests', | 609 '../gpu/gpu.gyp:gpu_unittests', |
617 '../gpu/gpu.gyp:command_buffer_gles2_tests', | 610 '../gpu/gpu.gyp:command_buffer_gles2_tests', |
618 '../third_party/catapult/telemetry/telemetry.gyp:*', | 611 '../third_party/catapult/telemetry/telemetry.gyp:*', |
619 ], | 612 ], |
620 'conditions': [ | 613 'conditions': [ |
621 ['OS!="ios" and OS!="win"', { | 614 ['OS!="ios" and OS!="win"', { |
622 'dependencies': [ | 615 'dependencies': [ |
623 '../breakpad/breakpad.gyp:minidump_stackwalk', | 616 '../breakpad/breakpad.gyp:minidump_stackwalk', |
624 ], | 617 ], |
625 }], | 618 }], |
626 ['OS=="linux"', { | 619 ['OS=="linux"', { |
627 'dependencies': [ | 620 'dependencies': [ |
628 '../chrome/chrome.gyp:linux_symbols' | 621 '../chrome/chrome.gyp:linux_symbols' |
629 ], | 622 ], |
630 }], | 623 }], |
631 ['OS=="win"', { | |
632 'dependencies': [ | |
633 '../chrome/chrome.gyp:crash_service', | |
634 ], | |
635 }], | |
636 ['OS=="win" and target_arch=="ia32"', { | |
637 'dependencies': [ | |
638 '../chrome/chrome.gyp:crash_service_win64', | |
639 ], | |
640 }], | |
641 ], | 624 ], |
642 }, # target_name: chromium_gpu_builder | 625 }, # target_name: chromium_gpu_builder |
643 { | 626 { |
644 'target_name': 'chromium_gpu_debug_builder', | 627 'target_name': 'chromium_gpu_debug_builder', |
645 'type': 'none', | 628 'type': 'none', |
646 'dependencies': [ | 629 'dependencies': [ |
647 '../chrome/chrome.gyp:chrome', | 630 '../chrome/chrome.gyp:chrome', |
648 '../content/content_shell_and_tests.gyp:content_browsertests', | 631 '../content/content_shell_and_tests.gyp:content_browsertests', |
649 '../content/content_shell_and_tests.gyp:content_gl_tests', | 632 '../content/content_shell_and_tests.gyp:content_gl_tests', |
650 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 633 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1402 'dependencies': [ | 1385 'dependencies': [ |
1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1386 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1404 '../ui/views/views.gyp:views', | 1387 '../ui/views/views.gyp:views', |
1405 '../ui/views/views.gyp:views_unittests', | 1388 '../ui/views/views.gyp:views_unittests', |
1406 ], | 1389 ], |
1407 }, # target_name: macviews_builder | 1390 }, # target_name: macviews_builder |
1408 ], # targets | 1391 ], # targets |
1409 }], # os=='mac' and toolkit_views==1 | 1392 }], # os=='mac' and toolkit_views==1 |
1410 ], # conditions | 1393 ], # conditions |
1411 } | 1394 } |
OLD | NEW |