| 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 '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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'target_name': 'setup', | 178 'target_name': 'setup', |
| 179 'type': 'executable', | 179 'type': 'executable', |
| 180 'msvs_guid': '21C76E6E-8B38-44D6-8148-B589C13B9554', | 180 'msvs_guid': '21C76E6E-8B38-44D6-8148-B589C13B9554', |
| 181 'dependencies': [ | 181 'dependencies': [ |
| 182 'installer_util', | 182 'installer_util', |
| 183 'installer_util_strings', | 183 'installer_util_strings', |
| 184 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 184 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 185 '<(DEPTH)/build/util/build_util.gyp:lastchange', | 185 '<(DEPTH)/build/util/build_util.gyp:lastchange', |
| 186 '<(DEPTH)/build/util/support/support.gyp:*', | 186 '<(DEPTH)/build/util/support/support.gyp:*', |
| 187 '<(DEPTH)/build/win/system.gyp:cygwin', | 187 '<(DEPTH)/build/win/system.gyp:cygwin', |
| 188 '<(DEPTH)/ceee/ie/broker/broker.gyp:ceee_broker', | |
| 189 '<(DEPTH)/ceee/ie/plugin/toolband/toolband.gyp:ceee_ie', | |
| 190 '<(DEPTH)/ceee/installer_dll/ceee_installer_dll.gyp:ceee_installer_h
elper', | |
| 191 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', | 188 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 192 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', | 189 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', |
| 193 ], | 190 ], |
| 194 'include_dirs': [ | 191 'include_dirs': [ |
| 195 '<(DEPTH)', | 192 '<(DEPTH)', |
| 196 '<(INTERMEDIATE_DIR)', | 193 '<(INTERMEDIATE_DIR)', |
| 197 '<(SHARED_INTERMEDIATE_DIR)/setup', | 194 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| 198 ], | 195 ], |
| 199 'direct_dependent_settings': { | 196 'direct_dependent_settings': { |
| 200 'include_dirs': [ | 197 'include_dirs': [ |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 }, | 883 }, |
| 887 }], | 884 }], |
| 888 ], | 885 ], |
| 889 } | 886 } |
| 890 | 887 |
| 891 # Local Variables: | 888 # Local Variables: |
| 892 # tab-width:2 | 889 # tab-width:2 |
| 893 # indent-tabs-mode:nil | 890 # indent-tabs-mode:nil |
| 894 # End: | 891 # End: |
| 895 # vim: set expandtab tabstop=2 shiftwidth=2: | 892 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |