| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 }, | 421 }, |
| 422 'msvs_settings': { | 422 'msvs_settings': { |
| 423 'VCLinkerTool': { | 423 'VCLinkerTool': { |
| 424 'DelayLoadDLLs': ['prntvpt.dll'], | 424 'DelayLoadDLLs': ['prntvpt.dll'], |
| 425 }, | 425 }, |
| 426 }, | 426 }, |
| 427 'dependencies': [ | 427 'dependencies': [ |
| 428 '../breakpad/breakpad.gyp:breakpad_handler', | 428 '../breakpad/breakpad.gyp:breakpad_handler', |
| 429 '../chrome/chrome.gyp:automation', | 429 '../chrome/chrome.gyp:automation', |
| 430 '../chrome/chrome.gyp:crash_service', | 430 '../chrome/chrome.gyp:crash_service', |
| 431 '../chrome/chrome.gyp:chrome_dll_version', | 431 '../chrome/chrome.gyp:chrome_version_resources', |
| 432 '../chrome/chrome.gyp:installer_util', | 432 '../chrome/chrome.gyp:installer_util', |
| 433 '../google_update/google_update.gyp:google_update', | 433 '../google_update/google_update.gyp:google_update', |
| 434 ], | 434 ], |
| 435 'configurations': { | 435 'configurations': { |
| 436 'Debug_Base': { | 436 'Debug_Base': { |
| 437 'msvs_settings': { | 437 'msvs_settings': { |
| 438 'VCLinkerTool': { | 438 'VCLinkerTool': { |
| 439 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 439 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 440 }, | 440 }, |
| 441 }, | 441 }, |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 'chrome_frame_ie', | 824 'chrome_frame_ie', |
| 825 'chrome_frame_strings', | 825 'chrome_frame_strings', |
| 826 'chrome_frame_utils', | 826 'chrome_frame_utils', |
| 827 'chrome_tab_idl', | 827 'chrome_tab_idl', |
| 828 'chrome_frame_launcher.gyp:chrome_launcher', | 828 'chrome_frame_launcher.gyp:chrome_launcher', |
| 829 '../build/temp_gyp/googleurl.gyp:googleurl', | 829 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 830 'chrome_frame_launcher.gyp:chrome_frame_helper', | 830 'chrome_frame_launcher.gyp:chrome_frame_helper', |
| 831 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', | 831 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', |
| 832 '../chrome/chrome.gyp:chrome', | 832 '../chrome/chrome.gyp:chrome', |
| 833 '../chrome/chrome.gyp:chrome_dll', | 833 '../chrome/chrome.gyp:chrome_dll', |
| 834 '../chrome/chrome.gyp:chrome_dll_version', | 834 '../chrome/chrome.gyp:chrome_version_resources', |
| 835 '../chrome/chrome.gyp:common', | 835 '../chrome/chrome.gyp:common', |
| 836 ], | 836 ], |
| 837 'sources': [ | 837 'sources': [ |
| 838 'chrome_frame_elevation.rgs', | 838 'chrome_frame_elevation.rgs', |
| 839 'chrome_frame_reporting.cc', | 839 'chrome_frame_reporting.cc', |
| 840 'chrome_frame_reporting.h', | 840 'chrome_frame_reporting.h', |
| 841 'chrome_tab.cc', | 841 'chrome_tab.cc', |
| 842 'chrome_tab.def', | 842 'chrome_tab.def', |
| 843 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', | 843 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 844 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can | 844 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 # Use outputs of this action as inputs for the main target build. | 1030 # Use outputs of this action as inputs for the main target build. |
| 1031 # Seems as a misnomer but makes this happy on Linux (scons). | 1031 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1032 'process_outputs_as_sources': 1, | 1032 'process_outputs_as_sources': 1, |
| 1033 }, | 1033 }, |
| 1034 ], | 1034 ], |
| 1035 }, | 1035 }, |
| 1036 ], | 1036 ], |
| 1037 }, ], # 'coverage!=0' | 1037 }, ], # 'coverage!=0' |
| 1038 ], # 'conditions' | 1038 ], # 'conditions' |
| 1039 } | 1039 } |
| OLD | NEW |