| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 '<(DEPTH)', | 182 '<(DEPTH)', |
| 183 '<(INTERMEDIATE_DIR)', | 183 '<(INTERMEDIATE_DIR)', |
| 184 '<(SHARED_INTERMEDIATE_DIR)/setup', | 184 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| 185 ], | 185 ], |
| 186 'direct_dependent_settings': { | 186 'direct_dependent_settings': { |
| 187 'include_dirs': [ | 187 'include_dirs': [ |
| 188 '<(SHARED_INTERMEDIATE_DIR)/setup', | 188 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| 189 ], | 189 ], |
| 190 }, | 190 }, |
| 191 'sources': [ | 191 'sources': [ |
| 192 'installer/mini_installer/chrome_frame.release', | 192 'installer/mini_installer/chrome.release', |
| 193 'installer/setup/install.cc', | 193 'installer/setup/install.cc', |
| 194 'installer/setup/install.h', | 194 'installer/setup/install.h', |
| 195 'installer/setup/setup_main.cc', | 195 'installer/setup/setup_main.cc', |
| 196 'installer/setup/setup.ico', | 196 'installer/setup/setup.ico', |
| 197 'installer/setup/setup.rc', | 197 'installer/setup/setup.rc', |
| 198 'installer/setup/setup_constants.cc', | 198 'installer/setup/setup_constants.cc', |
| 199 'installer/setup/setup_constants.h', | 199 'installer/setup/setup_constants.h', |
| 200 'installer/setup/setup_exe_version.rc.version', | 200 'installer/setup/setup_exe_version.rc.version', |
| 201 'installer/setup/setup_resource.h', | 201 'installer/setup/setup_resource.h', |
| 202 'installer/setup/setup_util.cc', | 202 'installer/setup/setup_util.cc', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 '<@(_outputs)', | 238 '<@(_outputs)', |
| 239 ], | 239 ], |
| 240 'process_outputs_as_sources': 1, | 240 'process_outputs_as_sources': 1, |
| 241 'message': 'Generating version information' | 241 'message': 'Generating version information' |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 'rule_name': 'server_dlls', | 244 'rule_name': 'server_dlls', |
| 245 'extension': 'release', | 245 'extension': 'release', |
| 246 'variables': { | 246 'variables': { |
| 247 'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py', | 247 'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py', |
| 248 'template_file': 'mini_installer/chrome_frame.release', | 248 'template_file': 'mini_installer/chrome.release', |
| 249 }, | 249 }, |
| 250 'inputs': [ | 250 'inputs': [ |
| 251 '<(scan_server_dlls_py)', | 251 '<(scan_server_dlls_py)', |
| 252 '<(template_file)' | 252 '<(template_file)' |
| 253 ], | 253 ], |
| 254 'outputs': [ | 254 'outputs': [ |
| 255 '<(INTERMEDIATE_DIR)/registered_dlls.h', | 255 '<(INTERMEDIATE_DIR)/registered_dlls.h', |
| 256 ], | 256 ], |
| 257 'action': [ | 257 'action': [ |
| 258 'python', | 258 'python', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 }, | 857 }, |
| 858 }], | 858 }], |
| 859 ], | 859 ], |
| 860 } | 860 } |
| 861 | 861 |
| 862 # Local Variables: | 862 # Local Variables: |
| 863 # tab-width:2 | 863 # tab-width:2 |
| 864 # indent-tabs-mode:nil | 864 # indent-tabs-mode:nil |
| 865 # End: | 865 # End: |
| 866 # vim: set expandtab tabstop=2 shiftwidth=2: | 866 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |