Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Side by Side Diff: build/all.gyp

Issue 12252059: Exclude win64 cross-compile dependencies from normal win64 build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 ], # targets 644 ], # targets
645 'conditions': [ 645 'conditions': [
646 ['branding=="Chrome"', { 646 ['branding=="Chrome"', {
647 'targets': [ 647 'targets': [
648 { 648 {
649 'target_name': 'chrome_official_builder', 649 'target_name': 'chrome_official_builder',
650 'type': 'none', 650 'type': 'none',
651 'dependencies': [ 651 'dependencies': [
652 '../chrome/chrome.gyp:chromedriver', 652 '../chrome/chrome.gyp:chromedriver',
653 '../chrome/chrome.gyp:crash_service', 653 '../chrome/chrome.gyp:crash_service',
654 '../chrome/chrome.gyp:crash_service_win64',
655 '../chrome/chrome.gyp:performance_ui_tests', 654 '../chrome/chrome.gyp:performance_ui_tests',
656 '../chrome/chrome.gyp:policy_templates', 655 '../chrome/chrome.gyp:policy_templates',
657 '../chrome/chrome.gyp:pyautolib', 656 '../chrome/chrome.gyp:pyautolib',
658 '../chrome/chrome.gyp:reliability_tests', 657 '../chrome/chrome.gyp:reliability_tests',
659 '../chrome/chrome.gyp:automated_ui_tests', 658 '../chrome/chrome.gyp:automated_ui_tests',
660 '../chrome/installer/mini_installer.gyp:mini_installer', 659 '../chrome/installer/mini_installer.gyp:mini_installer',
661 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 660 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
662 '../courgette/courgette.gyp:courgette', 661 '../courgette/courgette.gyp:courgette',
663 '../courgette/courgette.gyp:courgette64',
664 '../cloud_print/cloud_print.gyp:cloud_print', 662 '../cloud_print/cloud_print.gyp:cloud_print',
665 '../remoting/remoting.gyp:remoting_webapp', 663 '../remoting/remoting.gyp:remoting_webapp',
666 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 664 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
667 ], 665 ],
668 'conditions': [ 666 'conditions': [
669 ['internal_pdf', { 667 ['internal_pdf', {
670 'dependencies': [ 668 'dependencies': [
671 '../pdf/pdf.gyp:pdf', 669 '../pdf/pdf.gyp:pdf',
672 ], 670 ],
673 }], # internal_pdf 671 }], # internal_pdf
672 ['target_arch=="ia32"', {
673 'dependencies': [
674 '../chrome/chrome.gyp:crash_service_win64',
675 '../courgette/courgette.gyp:courgette64',
676 ],
677 }],
674 ['component != "shared_library" and wix_exists == "True" and \ 678 ['component != "shared_library" and wix_exists == "True" and \
675 sas_dll_exists == "True"', { 679 sas_dll_exists == "True"', {
676 'dependencies': [ 680 'dependencies': [
677 '../remoting/remoting.gyp:remoting_host_installation', 681 '../remoting/remoting.gyp:remoting_host_installation',
678 ], 682 ],
679 }], # component != "shared_library" 683 }], # component != "shared_library"
680 ['use_aura==1', { 684 ['use_aura==1', {
681 'dependencies!': [ 685 'dependencies!': [
682 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 686 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
683 ], 687 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 '../ui/views/views.gyp:views', 720 '../ui/views/views.gyp:views',
717 '../ui/views/views.gyp:views_examples_with_content_exe', 721 '../ui/views/views.gyp:views_examples_with_content_exe',
718 '../ui/views/views.gyp:views_unittests', 722 '../ui/views/views.gyp:views_unittests',
719 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 723 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
720 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 724 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
721 ], 725 ],
722 'conditions': [ 726 'conditions': [
723 ['OS=="win"', { 727 ['OS=="win"', {
724 'dependencies': [ 728 'dependencies': [
725 '../chrome/chrome.gyp:crash_service', 729 '../chrome/chrome.gyp:crash_service',
730 ],
731 }],
732 ['OS=="win" and target_arch=="ia32"', {
733 'dependencies': [
726 '../chrome/chrome.gyp:crash_service_win64', 734 '../chrome/chrome.gyp:crash_service_win64',
727 ], 735 ],
728 }], 736 }],
729 ['use_ash==1', { 737 ['use_ash==1', {
730 'dependencies': [ 738 'dependencies': [
731 '../ash/ash.gyp:ash_shell', 739 '../ash/ash.gyp:ash_shell',
732 '../ash/ash.gyp:ash_unittests', 740 '../ash/ash.gyp:ash_unittests',
733 ], 741 ],
734 }], 742 }],
735 ['OS=="linux"', { 743 ['OS=="linux"', {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 '../chrome/chrome.gyp:browser_tests_run', 777 '../chrome/chrome.gyp:browser_tests_run',
770 '../chrome/chrome.gyp:sync_integration_tests_run', 778 '../chrome/chrome.gyp:sync_integration_tests_run',
771 '../chrome/chrome.gyp:unit_tests_run', 779 '../chrome/chrome.gyp:unit_tests_run',
772 '../net/net.gyp:net_unittests_run', 780 '../net/net.gyp:net_unittests_run',
773 ], 781 ],
774 }, # target_name: chromium_swarm_tests 782 }, # target_name: chromium_swarm_tests
775 ], 783 ],
776 }], 784 }],
777 ], # conditions 785 ], # conditions
778 } 786 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698