| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 'target_name': 'setup', | 217 'target_name': 'setup', |
| 218 'type': 'executable', | 218 'type': 'executable', |
| 219 'dependencies': [ | 219 'dependencies': [ |
| 220 'installer_util', | 220 'installer_util', |
| 221 'installer_util_strings', | 221 'installer_util_strings', |
| 222 '../base/base.gyp:base', | 222 '../base/base.gyp:base', |
| 223 '../build/temp_gyp/googleurl.gyp:googleurl', | 223 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 224 '../build/util/build_util.gyp:lastchange#target', | 224 '../build/util/build_util.gyp:lastchange#target', |
| 225 '../build/util/support/support.gyp:*', | |
| 226 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', | 225 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
| 227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 226 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 228 '../breakpad/breakpad.gyp:breakpad_handler', | 227 '../breakpad/breakpad.gyp:breakpad_handler', |
| 229 '../rlz/rlz.gyp:rlz_lib', | 228 '../rlz/rlz.gyp:rlz_lib', |
| 230 '../third_party/zlib/zlib.gyp:zlib', | 229 '../third_party/zlib/zlib.gyp:zlib', |
| 231 ], | 230 ], |
| 232 'include_dirs': [ | 231 'include_dirs': [ |
| 233 '..', | 232 '..', |
| 234 '<(INTERMEDIATE_DIR)', | 233 '<(INTERMEDIATE_DIR)', |
| 235 '<(SHARED_INTERMEDIATE_DIR)/setup', | 234 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| (...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 'variables': { | 1023 'variables': { |
| 1025 'branding_dir': 'app/theme/google_chrome', | 1024 'branding_dir': 'app/theme/google_chrome', |
| 1026 }, | 1025 }, |
| 1027 }, { # else branding!="Chrome" | 1026 }, { # else branding!="Chrome" |
| 1028 'variables': { | 1027 'variables': { |
| 1029 'branding_dir': 'app/theme/chromium', | 1028 'branding_dir': 'app/theme/chromium', |
| 1030 }, | 1029 }, |
| 1031 }], | 1030 }], |
| 1032 ], | 1031 ], |
| 1033 } | 1032 } |
| OLD | NEW |