| 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': 'app/theme/<(branding_path_component)', | 8 'branding_dir': 'app/theme/<(branding_path_component)', |
| 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
| 10 }, | 10 }, |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 ], | 250 ], |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 # GN version: //chrome/installer/setup | 253 # GN version: //chrome/installer/setup |
| 254 'target_name': 'setup', | 254 'target_name': 'setup', |
| 255 'type': 'executable', | 255 'type': 'executable', |
| 256 'dependencies': [ | 256 'dependencies': [ |
| 257 'setup_lib', | 257 'setup_lib', |
| 258 '../chrome/common_constants.gyp:common_constants', | 258 '../chrome/common_constants.gyp:common_constants', |
| 259 '../chrome/common_constants.gyp:version_header', | 259 '../chrome/common_constants.gyp:version_header', |
| 260 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | |
| 261 '../components/components.gyp:crash_component', | 260 '../components/components.gyp:crash_component', |
| 262 '../rlz/rlz.gyp:rlz_lib', | 261 '../rlz/rlz.gyp:rlz_lib', |
| 263 '../third_party/zlib/zlib.gyp:zlib', | 262 '../third_party/zlib/zlib.gyp:zlib', |
| 264 ], | 263 ], |
| 265 'defines': [ | 264 'defines': [ |
| 266 'COMPILE_CONTENT_STATICALLY', | 265 'COMPILE_CONTENT_STATICALLY', |
| 267 ], | 266 ], |
| 268 'include_dirs': [ | 267 'include_dirs': [ |
| 269 '..', | 268 '..', |
| 270 '<(INTERMEDIATE_DIR)', | 269 '<(INTERMEDIATE_DIR)', |
| (...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1127 '../build/isolate.gypi', | 1126 '../build/isolate.gypi', |
| 1128 ], | 1127 ], |
| 1129 'sources': [ | 1128 'sources': [ |
| 1130 'setup_unittests.isolate', | 1129 'setup_unittests.isolate', |
| 1131 ], | 1130 ], |
| 1132 }, | 1131 }, |
| 1133 ], | 1132 ], |
| 1134 }], | 1133 }], |
| 1135 ], | 1134 ], |
| 1136 } | 1135 } |
| OLD | NEW |