| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 17 matching lines...) Expand all Loading... |
| 28 'installer/util/google_chrome_sxs_distribution.cc', | 28 'installer/util/google_chrome_sxs_distribution.cc', |
| 29 'installer/util/google_chrome_sxs_distribution.h', | 29 'installer/util/google_chrome_sxs_distribution.h', |
| 30 'installer/util/google_update_constants.cc', | 30 'installer/util/google_update_constants.cc', |
| 31 'installer/util/google_update_constants.h', | 31 'installer/util/google_update_constants.h', |
| 32 'installer/util/google_update_settings.cc', | 32 'installer/util/google_update_settings.cc', |
| 33 'installer/util/google_update_settings.h', | 33 'installer/util/google_update_settings.h', |
| 34 'installer/util/install_util.cc', | 34 'installer/util/install_util.cc', |
| 35 'installer/util/install_util.h', | 35 'installer/util/install_util.h', |
| 36 'installer/util/l10n_string_util.cc', | 36 'installer/util/l10n_string_util.cc', |
| 37 'installer/util/l10n_string_util.h', | 37 'installer/util/l10n_string_util.h', |
| 38 'installer/util/language_selector.cc', |
| 39 'installer/util/language_selector.h', |
| 38 'installer/util/master_preferences_constants.cc', | 40 'installer/util/master_preferences_constants.cc', |
| 39 'installer/util/master_preferences_constants.h', | 41 'installer/util/master_preferences_constants.h', |
| 40 'installer/util/move_tree_work_item.cc', | 42 'installer/util/move_tree_work_item.cc', |
| 41 'installer/util/move_tree_work_item.h', | 43 'installer/util/move_tree_work_item.h', |
| 42 'installer/util/self_reg_work_item.cc', | 44 'installer/util/self_reg_work_item.cc', |
| 43 'installer/util/self_reg_work_item.h', | 45 'installer/util/self_reg_work_item.h', |
| 44 'installer/util/set_reg_value_work_item.cc', | 46 'installer/util/set_reg_value_work_item.cc', |
| 45 'installer/util/set_reg_value_work_item.h', | 47 'installer/util/set_reg_value_work_item.h', |
| 46 'installer/util/util_constants.cc', | 48 'installer/util/util_constants.cc', |
| 47 'installer/util/util_constants.h', | 49 'installer/util/util_constants.h', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 ], | 156 ], |
| 155 }], | 157 }], |
| 156 ], | 158 ], |
| 157 } | 159 } |
| 158 | 160 |
| 159 # Local Variables: | 161 # Local Variables: |
| 160 # tab-width:2 | 162 # tab-width:2 |
| 161 # indent-tabs-mode:nil | 163 # indent-tabs-mode:nil |
| 162 # End: | 164 # End: |
| 163 # vim: set expandtab tabstop=2 shiftwidth=2: | 165 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |