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 22 matching lines...) Expand all Loading... |
33 'installer/util/chromium_binaries_distribution.cc', | 33 'installer/util/chromium_binaries_distribution.cc', |
34 'installer/util/chromium_binaries_distribution.h', | 34 'installer/util/chromium_binaries_distribution.h', |
35 'installer/util/conditional_work_item_list.cc', | 35 'installer/util/conditional_work_item_list.cc', |
36 'installer/util/conditional_work_item_list.h', | 36 'installer/util/conditional_work_item_list.h', |
37 'installer/util/copy_tree_work_item.cc', | 37 'installer/util/copy_tree_work_item.cc', |
38 'installer/util/copy_tree_work_item.h', | 38 'installer/util/copy_tree_work_item.h', |
39 'installer/util/create_dir_work_item.cc', | 39 'installer/util/create_dir_work_item.cc', |
40 'installer/util/create_dir_work_item.h', | 40 'installer/util/create_dir_work_item.h', |
41 'installer/util/create_reg_key_work_item.cc', | 41 'installer/util/create_reg_key_work_item.cc', |
42 'installer/util/create_reg_key_work_item.h', | 42 'installer/util/create_reg_key_work_item.h', |
| 43 'installer/util/delete_old_versions.cc', |
| 44 'installer/util/delete_old_versions.h', |
43 'installer/util/delete_reg_key_work_item.cc', | 45 'installer/util/delete_reg_key_work_item.cc', |
44 'installer/util/delete_reg_key_work_item.h', | 46 'installer/util/delete_reg_key_work_item.h', |
45 'installer/util/delete_reg_value_work_item.cc', | 47 'installer/util/delete_reg_value_work_item.cc', |
46 'installer/util/delete_reg_value_work_item.h', | 48 'installer/util/delete_reg_value_work_item.h', |
47 'installer/util/delete_tree_work_item.cc', | 49 'installer/util/delete_tree_work_item.cc', |
48 'installer/util/delete_tree_work_item.h', | 50 'installer/util/delete_tree_work_item.h', |
49 'installer/util/duplicate_tree_detector.cc', | 51 'installer/util/duplicate_tree_detector.cc', |
50 'installer/util/duplicate_tree_detector.h', | 52 'installer/util/duplicate_tree_detector.h', |
51 'installer/util/firewall_manager_win.cc', | 53 'installer/util/firewall_manager_win.cc', |
52 'installer/util/firewall_manager_win.h', | 54 'installer/util/firewall_manager_win.h', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 ], | 236 ], |
235 'include_dirs': [ | 237 'include_dirs': [ |
236 '<(DEPTH)', | 238 '<(DEPTH)', |
237 ], | 239 ], |
238 } | 240 } |
239 ], | 241 ], |
240 }], | 242 }], |
241 | 243 |
242 ], | 244 ], |
243 } | 245 } |
OLD | NEW |