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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 # GN version: //chrome/installer/setup | 213 # GN version: //chrome/installer/setup |
214 'target_name': 'setup', | 214 'target_name': 'setup', |
215 'type': 'executable', | 215 'type': 'executable', |
216 'dependencies': [ | 216 'dependencies': [ |
217 'installer_util', | 217 'installer_util', |
218 'installer_util_strings', | 218 'installer_util_strings', |
219 '../base/base.gyp:base', | 219 '../base/base.gyp:base', |
220 '../chrome/common_constants.gyp:common_constants', | 220 '../chrome/common_constants.gyp:common_constants', |
221 '../chrome/common_constants.gyp:version_header', | 221 '../chrome/common_constants.gyp:version_header', |
222 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 222 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
223 '../components/components.gyp:crash_component', | 223 '../components/components.gyp:crash_component_breakpad_to_be_deleted
', |
224 '../rlz/rlz.gyp:rlz_lib', | 224 '../rlz/rlz.gyp:rlz_lib', |
225 '../third_party/zlib/zlib.gyp:zlib', | 225 '../third_party/zlib/zlib.gyp:zlib', |
226 ], | 226 ], |
227 'include_dirs': [ | 227 'include_dirs': [ |
228 '..', | 228 '..', |
229 '<(INTERMEDIATE_DIR)', | 229 '<(INTERMEDIATE_DIR)', |
230 '<(SHARED_INTERMEDIATE_DIR)/setup', | 230 '<(SHARED_INTERMEDIATE_DIR)/setup', |
231 ], | 231 ], |
232 'direct_dependent_settings': { | 232 'direct_dependent_settings': { |
233 'include_dirs': [ | 233 'include_dirs': [ |
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1138 '../build/isolate.gypi', | 1138 '../build/isolate.gypi', |
1139 ], | 1139 ], |
1140 'sources': [ | 1140 'sources': [ |
1141 'setup_unittests.isolate', | 1141 'setup_unittests.isolate', |
1142 ], | 1142 ], |
1143 }, | 1143 }, |
1144 ], | 1144 ], |
1145 }], | 1145 }], |
1146 ], | 1146 ], |
1147 } | 1147 } |
OLD | NEW |