Chromium Code Reviews| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 255 }, | 255 }, |
| 256 }, | 256 }, |
| 257 { | 257 { |
| 258 'target_name': 'setup', | 258 'target_name': 'setup', |
| 259 'type': 'executable', | 259 'type': 'executable', |
| 260 'dependencies': [ | 260 'dependencies': [ |
| 261 'installer_util', | 261 'installer_util', |
| 262 'installer_util_strings', | 262 'installer_util_strings', |
| 263 '../base/base.gyp:base', | 263 '../base/base.gyp:base', |
| 264 '../build/temp_gyp/googleurl.gyp:googleurl', | 264 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 265 '../chrome/chrome.gyp:app_host', | |
|
grt (UTC plus 2)
2012/07/12 18:37:10
in the past, mini_installer (in chrome/installer/m
erikwright (departed)
2012/07/16 20:13:11
Hm. I guess so. Ultimately it seems pretty useless
grt (UTC plus 2)
2012/07/23 11:31:12
FWIW, setup.exe has a growing number of responsibi
| |
| 266 '../chrome/chrome.gyp:chrome', | |
| 265 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', | 267 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
| 266 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 268 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 267 '../breakpad/breakpad.gyp:breakpad_handler', | 269 '../breakpad/breakpad.gyp:breakpad_handler', |
| 268 '../rlz/rlz.gyp:rlz_lib', | 270 '../rlz/rlz.gyp:rlz_lib', |
| 269 '../third_party/zlib/zlib.gyp:zlib', | 271 '../third_party/zlib/zlib.gyp:zlib', |
| 270 ], | 272 ], |
| 271 'include_dirs': [ | 273 'include_dirs': [ |
| 272 '..', | 274 '..', |
| 273 '<(INTERMEDIATE_DIR)', | 275 '<(INTERMEDIATE_DIR)', |
| 274 '<(SHARED_INTERMEDIATE_DIR)/setup', | 276 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1093 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1095 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
| 1094 }, | 1096 }, |
| 1095 }, { # else branding!="Chrome" | 1097 }, { # else branding!="Chrome" |
| 1096 'variables': { | 1098 'variables': { |
| 1097 'branding_dir': 'app/theme/chromium', | 1099 'branding_dir': 'app/theme/chromium', |
| 1098 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1100 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
| 1099 }, | 1101 }, |
| 1100 }], | 1102 }], |
| 1101 ], | 1103 ], |
| 1102 } | 1104 } |
| OLD | NEW |