| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'installer/util/google_update_settings.cc', | 59 'installer/util/google_update_settings.cc', |
| 60 'installer/util/google_update_settings.h', | 60 'installer/util/google_update_settings.h', |
| 61 'installer/util/google_update_util.cc', | 61 'installer/util/google_update_util.cc', |
| 62 'installer/util/google_update_util.h', | 62 'installer/util/google_update_util.h', |
| 63 'installer/util/helper.cc', | 63 'installer/util/helper.cc', |
| 64 'installer/util/helper.h', | 64 'installer/util/helper.h', |
| 65 'installer/util/install_util.cc', | 65 'installer/util/install_util.cc', |
| 66 'installer/util/install_util.h', | 66 'installer/util/install_util.h', |
| 67 'installer/util/installation_state.cc', | 67 'installer/util/installation_state.cc', |
| 68 'installer/util/installation_state.h', | 68 'installer/util/installation_state.h', |
| 69 'installer/util/installer_crash_reporting.cc', |
| 70 'installer/util/installer_crash_reporting.h', |
| 69 'installer/util/installer_state.cc', | 71 'installer/util/installer_state.cc', |
| 70 'installer/util/installer_state.h', | 72 'installer/util/installer_state.h', |
| 71 'installer/util/l10n_string_util.cc', | 73 'installer/util/l10n_string_util.cc', |
| 72 'installer/util/l10n_string_util.h', | 74 'installer/util/l10n_string_util.h', |
| 73 'installer/util/language_selector.cc', | 75 'installer/util/language_selector.cc', |
| 74 'installer/util/language_selector.h', | 76 'installer/util/language_selector.h', |
| 75 'installer/util/legacy_firewall_manager_win.cc', | 77 'installer/util/legacy_firewall_manager_win.cc', |
| 76 'installer/util/legacy_firewall_manager_win.h', | 78 'installer/util/legacy_firewall_manager_win.h', |
| 77 'installer/util/master_preferences_constants.cc', | 79 'installer/util/master_preferences_constants.cc', |
| 78 'installer/util/master_preferences_constants.h', | 80 'installer/util/master_preferences_constants.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 ], | 232 ], |
| 231 'include_dirs': [ | 233 'include_dirs': [ |
| 232 '<(DEPTH)', | 234 '<(DEPTH)', |
| 233 ], | 235 ], |
| 234 } | 236 } |
| 235 ], | 237 ], |
| 236 }], | 238 }], |
| 237 | 239 |
| 238 ], | 240 ], |
| 239 } | 241 } |
| OLD | NEW |