| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 ], | 210 ], |
| 211 }, | 211 }, |
| 212 { | 212 { |
| 213 # GN version: //chrome/installer/setup:lib | 213 # GN version: //chrome/installer/setup:lib |
| 214 'target_name': 'setup_lib', | 214 'target_name': 'setup_lib', |
| 215 'type': 'static_library', | 215 'type': 'static_library', |
| 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:version_header', |
| 220 '../components/components.gyp:crash_component_breakpad_to_be_deleted
', | 221 '../components/components.gyp:crash_component_breakpad_to_be_deleted
', |
| 221 ], | 222 ], |
| 222 'include_dirs': [ | 223 'include_dirs': [ |
| 223 '..', | 224 '..', |
| 224 '<(INTERMEDIATE_DIR)', | 225 '<(INTERMEDIATE_DIR)', |
| 225 ], | 226 ], |
| 226 'sources': [ | 227 'sources': [ |
| 227 'installer/setup/app_launcher_installer.cc', | 228 'installer/setup/app_launcher_installer.cc', |
| 228 'installer/setup/app_launcher_installer.h', | 229 'installer/setup/app_launcher_installer.h', |
| 229 'installer/setup/archive_patch_helper.cc', | 230 'installer/setup/archive_patch_helper.cc', |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1129 '../build/isolate.gypi', | 1130 '../build/isolate.gypi', |
| 1130 ], | 1131 ], |
| 1131 'sources': [ | 1132 'sources': [ |
| 1132 'setup_unittests.isolate', | 1133 'setup_unittests.isolate', |
| 1133 ], | 1134 ], |
| 1134 }, | 1135 }, |
| 1135 ], | 1136 ], |
| 1136 }], | 1137 }], |
| 1137 ], | 1138 ], |
| 1138 } | 1139 } |
| OLD | NEW |