| 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 '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', | 188 '<(DEPTH)/ceee/ie/broker/broker.gyp:ceee_broker', |
| 189 '<(DEPTH)/ceee/ie/plugin/toolband/toolband.gyp:ceee_ie', | 189 '<(DEPTH)/ceee/ie/plugin/toolband/toolband.gyp:ceee_ie', |
| 190 '<(DEPTH)/ceee/installer_dll/ceee_installer_dll.gyp:ceee_installer_h
elper', | 190 '<(DEPTH)/ceee/installer_dll/ceee_installer_dll.gyp:ceee_installer_h
elper', |
| 191 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', | 191 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 192 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', |
| 192 ], | 193 ], |
| 193 'include_dirs': [ | 194 'include_dirs': [ |
| 194 '<(DEPTH)', | 195 '<(DEPTH)', |
| 195 '<(INTERMEDIATE_DIR)', | 196 '<(INTERMEDIATE_DIR)', |
| 196 '<(SHARED_INTERMEDIATE_DIR)/setup', | 197 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| 197 ], | 198 ], |
| 198 'direct_dependent_settings': { | 199 'direct_dependent_settings': { |
| 199 'include_dirs': [ | 200 'include_dirs': [ |
| 200 '<(SHARED_INTERMEDIATE_DIR)/setup', | 201 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| 201 ], | 202 ], |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 }, | 869 }, |
| 869 }], | 870 }], |
| 870 ], | 871 ], |
| 871 } | 872 } |
| 872 | 873 |
| 873 # Local Variables: | 874 # Local Variables: |
| 874 # tab-width:2 | 875 # tab-width:2 |
| 875 # indent-tabs-mode:nil | 876 # indent-tabs-mode:nil |
| 876 # End: | 877 # End: |
| 877 # vim: set expandtab tabstop=2 shiftwidth=2: | 878 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |