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': [ |
11 # This part is shared between the two versions of the target. | 11 # This part is shared between the two versions of the target. |
12 ['installer_util_target==1', { | 12 ['installer_util_target==1', { |
13 'sources': [ | 13 'sources': [ |
14 'installer/util/advanced_firewall_manager_win.cc', | 14 'installer/util/advanced_firewall_manager_win.cc', |
15 'installer/util/advanced_firewall_manager_win.h', | 15 'installer/util/advanced_firewall_manager_win.h', |
16 'installer/util/app_command.cc', | 16 'installer/util/app_command.cc', |
17 'installer/util/app_command.h', | 17 'installer/util/app_command.h', |
18 'installer/util/app_commands.cc', | 18 'installer/util/app_commands.cc', |
19 'installer/util/app_commands.h', | 19 'installer/util/app_commands.h', |
20 'installer/util/app_registration_data.h', | 20 'installer/util/app_registration_data.h', |
21 'installer/util/auto_launch_util.cc', | 21 'installer/util/auto_launch_util.cc', |
22 'installer/util/auto_launch_util.h', | 22 'installer/util/auto_launch_util.h', |
| 23 'installer/util/beacons.cc', |
| 24 'installer/util/beacons.h', |
23 'installer/util/browser_distribution.cc', | 25 'installer/util/browser_distribution.cc', |
24 'installer/util/browser_distribution.h', | 26 'installer/util/browser_distribution.h', |
25 'installer/util/callback_work_item.cc', | 27 'installer/util/callback_work_item.cc', |
26 'installer/util/callback_work_item.h', | 28 'installer/util/callback_work_item.h', |
27 'installer/util/channel_info.cc', | 29 'installer/util/channel_info.cc', |
28 'installer/util/channel_info.h', | 30 'installer/util/channel_info.h', |
29 'installer/util/chrome_frame_distribution.cc', | 31 'installer/util/chrome_frame_distribution.cc', |
30 'installer/util/chrome_frame_distribution.h', | 32 'installer/util/chrome_frame_distribution.h', |
31 'installer/util/chromium_binaries_distribution.cc', | 33 'installer/util/chromium_binaries_distribution.cc', |
32 'installer/util/chromium_binaries_distribution.h', | 34 'installer/util/chromium_binaries_distribution.h', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 ], | 224 ], |
223 'include_dirs': [ | 225 'include_dirs': [ |
224 '<(DEPTH)', | 226 '<(DEPTH)', |
225 ], | 227 ], |
226 } | 228 } |
227 ], | 229 ], |
228 }], | 230 }], |
229 | 231 |
230 ], | 232 ], |
231 } | 233 } |
OLD | NEW |