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 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 }, | 206 }, |
207 }, | 207 }, |
208 { | 208 { |
209 'target_name': 'setup', | 209 'target_name': 'setup', |
210 'type': 'executable', | 210 'type': 'executable', |
211 'dependencies': [ | 211 'dependencies': [ |
212 'installer_util', | 212 'installer_util', |
213 'installer_util_strings', | 213 'installer_util_strings', |
214 '../base/base.gyp:base', | 214 '../base/base.gyp:base', |
215 '../build/temp_gyp/googleurl.gyp:googleurl', | 215 '../build/temp_gyp/googleurl.gyp:googleurl', |
216 '../build/util/build_util.gyp:lastchange#target', | |
217 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', | 216 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
218 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 217 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
219 '../breakpad/breakpad.gyp:breakpad_handler', | 218 '../breakpad/breakpad.gyp:breakpad_handler', |
220 '../rlz/rlz.gyp:rlz_lib', | 219 '../rlz/rlz.gyp:rlz_lib', |
221 '../third_party/zlib/zlib.gyp:zlib', | 220 '../third_party/zlib/zlib.gyp:zlib', |
222 ], | 221 ], |
223 'include_dirs': [ | 222 'include_dirs': [ |
224 '..', | 223 '..', |
225 '<(INTERMEDIATE_DIR)', | 224 '<(INTERMEDIATE_DIR)', |
226 '<(SHARED_INTERMEDIATE_DIR)/setup', | 225 '<(SHARED_INTERMEDIATE_DIR)/setup', |
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 'variables': { | 1014 'variables': { |
1016 'branding_dir': 'app/theme/google_chrome', | 1015 'branding_dir': 'app/theme/google_chrome', |
1017 }, | 1016 }, |
1018 }, { # else branding!="Chrome" | 1017 }, { # else branding!="Chrome" |
1019 'variables': { | 1018 'variables': { |
1020 'branding_dir': 'app/theme/chromium', | 1019 'branding_dir': 'app/theme/chromium', |
1021 }, | 1020 }, |
1022 }], | 1021 }], |
1023 ], | 1022 ], |
1024 } | 1023 } |
OLD | NEW |