| 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 15 matching lines...) Expand all Loading... |
| 26 'installer/util/channel_info.cc', | 26 'installer/util/channel_info.cc', |
| 27 'installer/util/channel_info.h', | 27 'installer/util/channel_info.h', |
| 28 'installer/util/chrome_app_host_distribution.cc', | 28 'installer/util/chrome_app_host_distribution.cc', |
| 29 'installer/util/chrome_app_host_distribution.h', | 29 'installer/util/chrome_app_host_distribution.h', |
| 30 'installer/util/chrome_frame_distribution.cc', | 30 'installer/util/chrome_frame_distribution.cc', |
| 31 'installer/util/chrome_frame_distribution.h', | 31 'installer/util/chrome_frame_distribution.h', |
| 32 'installer/util/chromium_binaries_distribution.cc', | 32 'installer/util/chromium_binaries_distribution.cc', |
| 33 'installer/util/chromium_binaries_distribution.h', | 33 'installer/util/chromium_binaries_distribution.h', |
| 34 'installer/util/conditional_work_item_list.cc', | 34 'installer/util/conditional_work_item_list.cc', |
| 35 'installer/util/conditional_work_item_list.h', | 35 'installer/util/conditional_work_item_list.h', |
| 36 'installer/util/copy_reg_key_work_item.cc', | |
| 37 'installer/util/copy_reg_key_work_item.h', | |
| 38 'installer/util/copy_tree_work_item.cc', | 36 'installer/util/copy_tree_work_item.cc', |
| 39 'installer/util/copy_tree_work_item.h', | 37 'installer/util/copy_tree_work_item.h', |
| 40 'installer/util/create_dir_work_item.cc', | 38 'installer/util/create_dir_work_item.cc', |
| 41 'installer/util/create_dir_work_item.h', | 39 'installer/util/create_dir_work_item.h', |
| 42 'installer/util/create_reg_key_work_item.cc', | 40 'installer/util/create_reg_key_work_item.cc', |
| 43 'installer/util/create_reg_key_work_item.h', | 41 'installer/util/create_reg_key_work_item.h', |
| 44 'installer/util/delete_reg_key_work_item.cc', | 42 'installer/util/delete_reg_key_work_item.cc', |
| 45 'installer/util/delete_reg_key_work_item.h', | 43 'installer/util/delete_reg_key_work_item.h', |
| 46 'installer/util/delete_reg_value_work_item.cc', | 44 'installer/util/delete_reg_value_work_item.cc', |
| 47 'installer/util/delete_reg_value_work_item.h', | 45 'installer/util/delete_reg_value_work_item.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 ], | 216 ], |
| 219 'include_dirs': [ | 217 'include_dirs': [ |
| 220 '<(DEPTH)', | 218 '<(DEPTH)', |
| 221 ], | 219 ], |
| 222 } | 220 } |
| 223 ], | 221 ], |
| 224 }], | 222 }], |
| 225 | 223 |
| 226 ], | 224 ], |
| 227 } | 225 } |
| OLD | NEW |