| 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': '<(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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 { | 207 { |
| 208 'target_name': 'setup', | 208 'target_name': 'setup', |
| 209 'type': 'executable', | 209 'type': 'executable', |
| 210 'dependencies': [ | 210 'dependencies': [ |
| 211 'installer_util', | 211 'installer_util', |
| 212 'installer_util_strings', | 212 'installer_util_strings', |
| 213 '<(DEPTH)/base/base.gyp:base', | 213 '<(DEPTH)/base/base.gyp:base', |
| 214 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 214 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 215 '<(DEPTH)/build/util/build_util.gyp:lastchange#target', | 215 '<(DEPTH)/build/util/build_util.gyp:lastchange#target', |
| 216 '<(DEPTH)/build/util/support/support.gyp:*', | 216 '<(DEPTH)/build/util/support/support.gyp:*', |
| 217 '<(DEPTH)/build/win/system.gyp:cygwin', | |
| 218 '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', | 217 '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
| 219 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', | 218 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 220 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', | 219 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', |
| 221 '<(DEPTH)/rlz/rlz.gyp:rlz_lib', | 220 '<(DEPTH)/rlz/rlz.gyp:rlz_lib', |
| 222 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 221 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 223 ], | 222 ], |
| 224 'include_dirs': [ | 223 'include_dirs': [ |
| 225 '<(DEPTH)', | 224 '<(DEPTH)', |
| 226 '<(INTERMEDIATE_DIR)', | 225 '<(INTERMEDIATE_DIR)', |
| 227 '<(SHARED_INTERMEDIATE_DIR)/setup', | 226 '<(SHARED_INTERMEDIATE_DIR)/setup', |
| (...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 'variables': { | 935 'variables': { |
| 937 'branding_dir': 'app/theme/google_chrome', | 936 'branding_dir': 'app/theme/google_chrome', |
| 938 }, | 937 }, |
| 939 }, { # else branding!="Chrome" | 938 }, { # else branding!="Chrome" |
| 940 'variables': { | 939 'variables': { |
| 941 'branding_dir': 'app/theme/chromium', | 940 'branding_dir': 'app/theme/chromium', |
| 942 }, | 941 }, |
| 943 }], | 942 }], |
| 944 ], | 943 ], |
| 945 } | 944 } |
| OLD | NEW |