| 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
| (...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 'chrome_frame_launcher.gyp:chrome_launcher', | 855 'chrome_frame_launcher.gyp:chrome_launcher', |
| 856 'chrome_frame_launcher.gyp:chrome_frame_helper', | 856 'chrome_frame_launcher.gyp:chrome_frame_helper', |
| 857 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', | 857 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', |
| 858 'locales/locales.gyp:*', | 858 'locales/locales.gyp:*', |
| 859 '../build/temp_gyp/googleurl.gyp:googleurl', | 859 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 860 '../chrome/chrome.gyp:chrome', | 860 '../chrome/chrome.gyp:chrome', |
| 861 '../chrome/chrome.gyp:chrome_dll', | 861 '../chrome/chrome.gyp:chrome_dll', |
| 862 '../chrome/chrome.gyp:chrome_version_resources', | 862 '../chrome/chrome.gyp:chrome_version_resources', |
| 863 '../chrome/chrome.gyp:common', | 863 '../chrome/chrome.gyp:common', |
| 864 ], | 864 ], |
| 865 'defines': [ |
| 866 '_WINDLL', |
| 867 ], |
| 865 'sources': [ | 868 'sources': [ |
| 866 'chrome_frame_elevation.rgs', | 869 'chrome_frame_elevation.rgs', |
| 867 'chrome_frame_reporting.cc', | 870 'chrome_frame_reporting.cc', |
| 868 'chrome_frame_reporting.h', | 871 'chrome_frame_reporting.h', |
| 869 'chrome_tab.cc', | 872 'chrome_tab.cc', |
| 870 'chrome_tab.def', | 873 'chrome_tab.def', |
| 871 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 874 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
| 872 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can | 875 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can |
| 873 # figure out something more gyp-ish. | 876 # figure out something more gyp-ish. |
| 874 'resources/tlb_resource.rc', | 877 'resources/tlb_resource.rc', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 # Use outputs of this action as inputs for the main target build. | 1053 # Use outputs of this action as inputs for the main target build. |
| 1051 # Seems as a misnomer but makes this happy on Linux (scons). | 1054 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1052 'process_outputs_as_sources': 1, | 1055 'process_outputs_as_sources': 1, |
| 1053 }, | 1056 }, |
| 1054 ], | 1057 ], |
| 1055 }, | 1058 }, |
| 1056 ], | 1059 ], |
| 1057 }, ], # 'coverage!=0' | 1060 }, ], # 'coverage!=0' |
| 1058 ], # 'conditions' | 1061 ], # 'conditions' |
| 1059 } | 1062 } |
| OLD | NEW |