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 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 13 matching lines...) Expand all Loading... |
24 # platforms, including both 32-bit and 64-bit Windows. | 24 # platforms, including both 32-bit and 64-bit Windows. |
25 # Test files are not included. | 25 # Test files are not included. |
26 'common/about_handler.cc', | 26 'common/about_handler.cc', |
27 'common/about_handler.h', | 27 'common/about_handler.h', |
28 'common/app_mode_common_mac.h', | 28 'common/app_mode_common_mac.h', |
29 'common/app_mode_common_mac.mm', | 29 'common/app_mode_common_mac.mm', |
30 'common/auto_start_linux.cc', | 30 'common/auto_start_linux.cc', |
31 'common/auto_start_linux.h', | 31 'common/auto_start_linux.h', |
32 'common/autofill_messages.h', | 32 'common/autofill_messages.h', |
33 'common/bindings_policy.h', | 33 'common/bindings_policy.h', |
34 'common/child_process_info.cc', | |
35 'common/child_process_info.h', | |
36 'common/child_process_logging.h', | 34 'common/child_process_logging.h', |
37 'common/child_process_logging_linux.cc', | 35 'common/child_process_logging_linux.cc', |
38 'common/child_process_logging_mac.mm', | 36 'common/child_process_logging_mac.mm', |
39 'common/child_process_logging_win.cc', | 37 'common/child_process_logging_win.cc', |
40 'common/chrome_application_mac.h', | 38 'common/chrome_application_mac.h', |
41 'common/chrome_application_mac.mm', | 39 'common/chrome_application_mac.mm', |
42 'common/chrome_counters.cc', | 40 'common/chrome_counters.cc', |
43 'common/chrome_counters.h', | 41 'common/chrome_counters.h', |
44 'common/chrome_version_info.cc', | 42 'common/chrome_version_info.cc', |
45 'common/chrome_version_info.h', | 43 'common/chrome_version_info.h', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'common/appcache/appcache_backend_proxy.h', | 210 'common/appcache/appcache_backend_proxy.h', |
213 'common/appcache/appcache_dispatcher.cc', | 211 'common/appcache/appcache_dispatcher.cc', |
214 'common/appcache/appcache_dispatcher.h', | 212 'common/appcache/appcache_dispatcher.h', |
215 'common/automation_constants.cc', | 213 'common/automation_constants.cc', |
216 'common/automation_constants.h', | 214 'common/automation_constants.h', |
217 'common/automation_messages.cc', | 215 'common/automation_messages.cc', |
218 'common/automation_messages.h', | 216 'common/automation_messages.h', |
219 'common/automation_messages_internal.h', | 217 'common/automation_messages_internal.h', |
220 'common/badge_util.cc', | 218 'common/badge_util.cc', |
221 'common/badge_util.h', | 219 'common/badge_util.h', |
222 'common/child_process_host.cc', | |
223 'common/child_process_host.h', | |
224 'common/chrome_descriptors.h', | 220 'common/chrome_descriptors.h', |
225 'common/chrome_plugin_api.h', | 221 'common/chrome_plugin_api.h', |
226 'common/chrome_plugin_lib.cc', | 222 'common/chrome_plugin_lib.cc', |
227 'common/chrome_plugin_lib.h', | 223 'common/chrome_plugin_lib.h', |
228 'common/chrome_plugin_util.cc', | 224 'common/chrome_plugin_util.cc', |
229 'common/chrome_plugin_util.h', | 225 'common/chrome_plugin_util.h', |
230 'common/common_glue.cc', | 226 'common/common_glue.cc', |
231 'common/css_colors.h', | 227 'common/css_colors.h', |
232 'common/database_util.cc', | 228 'common/database_util.cc', |
233 'common/database_util.h', | 229 'common/database_util.h', |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 'configurations': { | 604 'configurations': { |
609 'Common_Base': { | 605 'Common_Base': { |
610 'msvs_target_platform': 'x64', | 606 'msvs_target_platform': 'x64', |
611 }, | 607 }, |
612 }, | 608 }, |
613 }, | 609 }, |
614 ], | 610 ], |
615 }], | 611 }], |
616 ], | 612 ], |
617 } | 613 } |
OLD | NEW |