| 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', | |
| 45 'installer/util/delete_reg_key_work_item.cc', | 43 'installer/util/delete_reg_key_work_item.cc', |
| 46 'installer/util/delete_reg_key_work_item.h', | 44 'installer/util/delete_reg_key_work_item.h', |
| 47 'installer/util/delete_reg_value_work_item.cc', | 45 'installer/util/delete_reg_value_work_item.cc', |
| 48 'installer/util/delete_reg_value_work_item.h', | 46 'installer/util/delete_reg_value_work_item.h', |
| 49 'installer/util/delete_tree_work_item.cc', | 47 'installer/util/delete_tree_work_item.cc', |
| 50 'installer/util/delete_tree_work_item.h', | 48 'installer/util/delete_tree_work_item.h', |
| 51 'installer/util/duplicate_tree_detector.cc', | 49 'installer/util/duplicate_tree_detector.cc', |
| 52 'installer/util/duplicate_tree_detector.h', | 50 'installer/util/duplicate_tree_detector.h', |
| 53 'installer/util/firewall_manager_win.cc', | 51 'installer/util/firewall_manager_win.cc', |
| 54 'installer/util/firewall_manager_win.h', | 52 'installer/util/firewall_manager_win.h', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 ], | 234 ], |
| 237 'include_dirs': [ | 235 'include_dirs': [ |
| 238 '<(DEPTH)', | 236 '<(DEPTH)', |
| 239 ], | 237 ], |
| 240 } | 238 } |
| 241 ], | 239 ], |
| 242 }], | 240 }], |
| 243 | 241 |
| 244 ], | 242 ], |
| 245 } | 243 } |
| OLD | NEW |