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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 '../chrome/chrome.gyp:debugger', | 410 '../chrome/chrome.gyp:debugger', |
411 '../chrome/chrome.gyp:renderer', | 411 '../chrome/chrome.gyp:renderer', |
412 '../chrome/chrome.gyp:test_support_common', | 412 '../chrome/chrome.gyp:test_support_common', |
413 '../chrome/chrome_resources.gyp:chrome_resources', | 413 '../chrome/chrome_resources.gyp:chrome_resources', |
414 '../content/content.gyp:content_app', | 414 '../content/content.gyp:content_app', |
415 '../content/content.gyp:content_gpu', | 415 '../content/content.gyp:content_gpu', |
416 '../content/content.gyp:test_support_content', | 416 '../content/content.gyp:test_support_content', |
417 '../net/net.gyp:net', | 417 '../net/net.gyp:net', |
418 '../net/net.gyp:net_test_support', | 418 '../net/net.gyp:net_test_support', |
419 '../skia/skia.gyp:skia', | 419 '../skia/skia.gyp:skia', |
420 '../sync/sync.gyp:sync_api', | 420 '../sync/sync.gyp:sync', |
421 '../testing/gtest.gyp:gtest', | 421 '../testing/gtest.gyp:gtest', |
422 '../third_party/icu/icu.gyp:icui18n', | 422 '../third_party/icu/icu.gyp:icui18n', |
423 '../third_party/icu/icu.gyp:icuuc', | 423 '../third_party/icu/icu.gyp:icuuc', |
424 '../ui/ui.gyp:ui_resources', | 424 '../ui/ui.gyp:ui_resources', |
425 'chrome_frame_ie', | 425 'chrome_frame_ie', |
426 'chrome_tab_idl', | 426 'chrome_tab_idl', |
427 'npchrome_frame', | 427 'npchrome_frame', |
428 ], | 428 ], |
429 'include_dirs': [ | 429 'include_dirs': [ |
430 '<(DEPTH)/breakpad/src', | 430 '<(DEPTH)/breakpad/src', |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 'resource_include_dirs': [ | 793 'resource_include_dirs': [ |
794 '<(INTERMEDIATE_DIR)' | 794 '<(INTERMEDIATE_DIR)' |
795 ], | 795 ], |
796 'dependencies': [ | 796 'dependencies': [ |
797 '../breakpad/breakpad.gyp:breakpad_handler', | 797 '../breakpad/breakpad.gyp:breakpad_handler', |
798 '../chrome/chrome.gyp:automation', | 798 '../chrome/chrome.gyp:automation', |
799 # Installer | 799 # Installer |
800 '../chrome/chrome.gyp:installer_util', | 800 '../chrome/chrome.gyp:installer_util', |
801 '../google_update/google_update.gyp:google_update', | 801 '../google_update/google_update.gyp:google_update', |
802 # Make the archive build happy. | 802 # Make the archive build happy. |
803 '../sync/sync.gyp:sync_api', | 803 '../sync/sync.gyp:sync', |
804 # Crash Reporting | 804 # Crash Reporting |
805 'crash_reporting/crash_reporting.gyp:crash_report', | 805 'crash_reporting/crash_reporting.gyp:crash_report', |
806 ], | 806 ], |
807 'link_settings': { | 807 'link_settings': { |
808 'libraries': ['-lurlmon.lib'], | 808 'libraries': ['-lurlmon.lib'], |
809 }, | 809 }, |
810 },], | 810 },], |
811 ], | 811 ], |
812 'rules': [ | 812 'rules': [ |
813 { | 813 { |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 'sources': [ | 916 'sources': [ |
917 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc', | 917 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc', |
918 ], | 918 ], |
919 'dependencies': [ | 919 'dependencies': [ |
920 '../breakpad/breakpad.gyp:breakpad_handler_dll', | 920 '../breakpad/breakpad.gyp:breakpad_handler_dll', |
921 '../chrome/chrome.gyp:automation', | 921 '../chrome/chrome.gyp:automation', |
922 # Installer | 922 # Installer |
923 '../chrome/chrome.gyp:installer_util', | 923 '../chrome/chrome.gyp:installer_util', |
924 '../google_update/google_update.gyp:google_update', | 924 '../google_update/google_update.gyp:google_update', |
925 # Make the archive build happy. | 925 # Make the archive build happy. |
926 '../sync/sync.gyp:sync_api', | 926 '../sync/sync.gyp:sync', |
927 # Crash Reporting | 927 # Crash Reporting |
928 'crash_reporting/crash_reporting.gyp:crash_report', | 928 'crash_reporting/crash_reporting.gyp:crash_report', |
929 ], | 929 ], |
930 'link_settings': { | 930 'link_settings': { |
931 'libraries': [ | 931 'libraries': [ |
932 '-lshdocvw.lib', | 932 '-lshdocvw.lib', |
933 ], | 933 ], |
934 }, | 934 }, |
935 'msvs_settings': { | 935 'msvs_settings': { |
936 'VCLinkerTool': { | 936 'VCLinkerTool': { |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1079 # Use outputs of this action as inputs for the main target build. | 1079 # Use outputs of this action as inputs for the main target build. |
1080 # Seems as a misnomer but makes this happy on Linux (scons). | 1080 # Seems as a misnomer but makes this happy on Linux (scons). |
1081 'process_outputs_as_sources': 1, | 1081 'process_outputs_as_sources': 1, |
1082 }, | 1082 }, |
1083 ], | 1083 ], |
1084 }, | 1084 }, |
1085 ], | 1085 ], |
1086 }, ], # 'coverage!=0' | 1086 }, ], # 'coverage!=0' |
1087 ], # 'conditions' | 1087 ], # 'conditions' |
1088 } | 1088 } |
OLD | NEW |