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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'installer/util/installer_state.h', | 50 'installer/util/installer_state.h', |
51 'installer/util/installer_state.cc', | 51 'installer/util/installer_state.cc', |
52 'installer/util/l10n_string_util.cc', | 52 'installer/util/l10n_string_util.cc', |
53 'installer/util/l10n_string_util.h', | 53 'installer/util/l10n_string_util.h', |
54 'installer/util/language_selector.cc', | 54 'installer/util/language_selector.cc', |
55 'installer/util/language_selector.h', | 55 'installer/util/language_selector.h', |
56 'installer/util/master_preferences_constants.cc', | 56 'installer/util/master_preferences_constants.cc', |
57 'installer/util/master_preferences_constants.h', | 57 'installer/util/master_preferences_constants.h', |
58 'installer/util/move_tree_work_item.cc', | 58 'installer/util/move_tree_work_item.cc', |
59 'installer/util/move_tree_work_item.h', | 59 'installer/util/move_tree_work_item.h', |
| 60 'installer/util/app_command.cc', |
| 61 'installer/util/app_command.h', |
| 62 'installer/util/app_commands.cc', |
| 63 'installer/util/app_commands.h', |
60 'installer/util/self_reg_work_item.cc', | 64 'installer/util/self_reg_work_item.cc', |
61 'installer/util/self_reg_work_item.h', | 65 'installer/util/self_reg_work_item.h', |
62 'installer/util/set_reg_value_work_item.cc', | 66 'installer/util/set_reg_value_work_item.cc', |
63 'installer/util/set_reg_value_work_item.h', | 67 'installer/util/set_reg_value_work_item.h', |
64 'installer/util/util_constants.cc', | 68 'installer/util/util_constants.cc', |
65 'installer/util/util_constants.h', | 69 'installer/util/util_constants.h', |
66 'installer/util/wmi.cc', | 70 'installer/util/wmi.cc', |
67 'installer/util/wmi.h', | 71 'installer/util/wmi.h', |
68 'installer/util/work_item.cc', | 72 'installer/util/work_item.cc', |
69 'installer/util/work_item.h', | 73 'installer/util/work_item.h', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 ], | 183 ], |
180 }], | 184 }], |
181 ], | 185 ], |
182 } | 186 } |
183 | 187 |
184 # Local Variables: | 188 # Local Variables: |
185 # tab-width:2 | 189 # tab-width:2 |
186 # indent-tabs-mode:nil | 190 # indent-tabs-mode:nil |
187 # End: | 191 # End: |
188 # vim: set expandtab tabstop=2 shiftwidth=2: | 192 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |