| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'installer_util_target': 0, | 8 'installer_util_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'installer/util/duplicate_tree_detector.cc', | 49 'installer/util/duplicate_tree_detector.cc', |
| 50 'installer/util/duplicate_tree_detector.h', | 50 'installer/util/duplicate_tree_detector.h', |
| 51 'installer/util/firewall_manager_win.cc', | 51 'installer/util/firewall_manager_win.cc', |
| 52 'installer/util/firewall_manager_win.h', | 52 'installer/util/firewall_manager_win.h', |
| 53 'installer/util/google_chrome_binaries_distribution.cc', | 53 'installer/util/google_chrome_binaries_distribution.cc', |
| 54 'installer/util/google_chrome_binaries_distribution.h', | 54 'installer/util/google_chrome_binaries_distribution.h', |
| 55 'installer/util/google_chrome_sxs_distribution.cc', | 55 'installer/util/google_chrome_sxs_distribution.cc', |
| 56 'installer/util/google_chrome_sxs_distribution.h', | 56 'installer/util/google_chrome_sxs_distribution.h', |
| 57 'installer/util/google_update_constants.cc', | 57 'installer/util/google_update_constants.cc', |
| 58 'installer/util/google_update_constants.h', | 58 'installer/util/google_update_constants.h', |
| 59 'installer/util/google_update_experiment_util.cc', | |
| 60 'installer/util/google_update_experiment_util.h', | |
| 61 'installer/util/google_update_settings.cc', | 59 'installer/util/google_update_settings.cc', |
| 62 'installer/util/google_update_settings.h', | 60 'installer/util/google_update_settings.h', |
| 63 'installer/util/google_update_util.cc', | 61 'installer/util/google_update_util.cc', |
| 64 'installer/util/google_update_util.h', | 62 'installer/util/google_update_util.h', |
| 65 'installer/util/helper.cc', | 63 'installer/util/helper.cc', |
| 66 'installer/util/helper.h', | 64 'installer/util/helper.h', |
| 67 'installer/util/install_util.cc', | 65 'installer/util/install_util.cc', |
| 68 'installer/util/install_util.h', | 66 'installer/util/install_util.h', |
| 69 'installer/util/installation_state.cc', | 67 'installer/util/installation_state.cc', |
| 70 'installer/util/installation_state.h', | 68 'installer/util/installation_state.h', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 # GN version: //chrome/installer/util | 206 # GN version: //chrome/installer/util |
| 209 'target_name': 'installer_util', | 207 'target_name': 'installer_util', |
| 210 'type': 'static_library', | 208 'type': 'static_library', |
| 211 'dependencies': [ | 209 'dependencies': [ |
| 212 '<(DEPTH)/base/base.gyp:base', | 210 '<(DEPTH)/base/base.gyp:base', |
| 213 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 211 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 214 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 212 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 215 ], | 213 ], |
| 216 'sources': [ | 214 'sources': [ |
| 217 # Note: sources list duplicated in GN build. | 215 # Note: sources list duplicated in GN build. |
| 218 'installer/util/google_update_experiment_util.cc', | |
| 219 'installer/util/google_update_experiment_util.h', | |
| 220 'installer/util/master_preferences.cc', | 216 'installer/util/master_preferences.cc', |
| 221 'installer/util/master_preferences.h', | 217 'installer/util/master_preferences.h', |
| 222 'installer/util/master_preferences_constants.cc', | 218 'installer/util/master_preferences_constants.cc', |
| 223 'installer/util/master_preferences_constants.h', | 219 'installer/util/master_preferences_constants.h', |
| 224 ], | 220 ], |
| 225 'include_dirs': [ | 221 'include_dirs': [ |
| 226 '<(DEPTH)', | 222 '<(DEPTH)', |
| 227 ], | 223 ], |
| 228 } | 224 } |
| 229 ], | 225 ], |
| 230 }], | 226 }], |
| 231 | 227 |
| 232 ], | 228 ], |
| 233 } | 229 } |
| OLD | NEW |