OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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/app_command.cc', | 14 'installer/util/app_command.cc', |
15 'installer/util/app_command.h', | 15 'installer/util/app_command.h', |
16 'installer/util/app_commands.cc', | 16 'installer/util/app_commands.cc', |
17 'installer/util/app_commands.h', | 17 'installer/util/app_commands.h', |
| 18 'installer/util/auto_launch_util.cc', |
| 19 'installer/util/auto_launch_util.h', |
18 'installer/util/browser_distribution.cc', | 20 'installer/util/browser_distribution.cc', |
19 'installer/util/browser_distribution.h', | 21 'installer/util/browser_distribution.h', |
20 'installer/util/channel_info.cc', | 22 'installer/util/channel_info.cc', |
21 'installer/util/channel_info.h', | 23 'installer/util/channel_info.h', |
22 'installer/util/chrome_frame_distribution.cc', | 24 'installer/util/chrome_frame_distribution.cc', |
23 'installer/util/chrome_frame_distribution.h', | 25 'installer/util/chrome_frame_distribution.h', |
24 'installer/util/chromium_binaries_distribution.cc', | 26 'installer/util/chromium_binaries_distribution.cc', |
25 'installer/util/chromium_binaries_distribution.h', | 27 'installer/util/chromium_binaries_distribution.h', |
26 'installer/util/conditional_work_item_list.cc', | 28 'installer/util/conditional_work_item_list.cc', |
27 'installer/util/conditional_work_item_list.h', | 29 'installer/util/conditional_work_item_list.h', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'sources': [ '../content/public/common/content_switches.cc' ], | 201 'sources': [ '../content/public/common/content_switches.cc' ], |
200 'defines': [ 'COMPILE_CONTENT_STATICALLY'], | 202 'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
201 }], | 203 }], |
202 ], | 204 ], |
203 } | 205 } |
204 ], | 206 ], |
205 }], | 207 }], |
206 | 208 |
207 ], | 209 ], |
208 } | 210 } |
OLD | NEW |