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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'common/common_param_traits.cc', | 44 'common/common_param_traits.cc', |
45 'common/common_param_traits.h', | 45 'common/common_param_traits.h', |
46 'common/content_restriction.h', | 46 'common/content_restriction.h', |
47 'common/content_settings.cc', | 47 'common/content_settings.cc', |
48 'common/content_settings.h', | 48 'common/content_settings.h', |
49 'common/content_settings_helper.cc', | 49 'common/content_settings_helper.cc', |
50 'common/content_settings_helper.h', | 50 'common/content_settings_helper.h', |
51 'common/content_settings_types.h', | 51 'common/content_settings_types.h', |
52 'common/devtools_messages.cc', | 52 'common/devtools_messages.cc', |
53 'common/devtools_messages.h', | 53 'common/devtools_messages.h', |
54 'common/font_config_ipc_linux.cc', | |
55 'common/font_config_ipc_linux.h', | |
56 'common/geoposition.cc', | |
57 'common/geoposition.h', | |
58 'common/gfx_resource_provider.cc', | 54 'common/gfx_resource_provider.cc', |
59 'common/gfx_resource_provider.h', | 55 'common/gfx_resource_provider.h', |
60 'common/gpu_feature_flags.cc', | 56 'common/gpu_feature_flags.cc', |
61 'common/gpu_feature_flags.h', | 57 'common/gpu_feature_flags.h', |
62 'common/guid.cc', | 58 'common/guid.cc', |
63 'common/guid.h', | 59 'common/guid.h', |
64 'common/guid_posix.cc', | 60 'common/guid_posix.cc', |
65 'common/guid_win.cc', | 61 'common/guid_win.cc', |
66 'common/instant_types.h', | 62 'common/instant_types.h', |
67 'common/logging_chrome.cc', | 63 'common/logging_chrome.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
89 'common/sandbox_policy.cc', | 85 'common/sandbox_policy.cc', |
90 'common/sandbox_policy.h', | 86 'common/sandbox_policy.h', |
91 'common/set_process_title.cc', | 87 'common/set_process_title.cc', |
92 'common/set_process_title.h', | 88 'common/set_process_title.h', |
93 'common/set_process_title_linux.cc', | 89 'common/set_process_title_linux.cc', |
94 'common/set_process_title_linux.h', | 90 'common/set_process_title_linux.h', |
95 'common/switch_utils.cc', | 91 'common/switch_utils.cc', |
96 'common/switch_utils.h', | 92 'common/switch_utils.h', |
97 'common/time_format.cc', | 93 'common/time_format.cc', |
98 'common/time_format.h', | 94 'common/time_format.h', |
99 'common/unix_domain_socket_posix.cc', | |
100 'common/unix_domain_socket_posix.h', | |
101 'common/win_safe_util.cc', | 95 'common/win_safe_util.cc', |
102 'common/win_safe_util.h', | 96 'common/win_safe_util.h', |
103 ], | 97 ], |
104 }], | 98 }], |
105 ], | 99 ], |
106 }, | 100 }, |
107 'targets': [ | 101 'targets': [ |
108 { | 102 { |
109 'target_name': 'common', | 103 'target_name': 'common', |
110 'type': '<(library)', | 104 'type': '<(library)', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'common/badge_util.h', | 154 'common/badge_util.h', |
161 'common/chrome_content_client.cc', | 155 'common/chrome_content_client.cc', |
162 'common/chrome_content_client.h', | 156 'common/chrome_content_client.h', |
163 'common/chrome_descriptors.h', | 157 'common/chrome_descriptors.h', |
164 'common/common_glue.cc', | 158 'common/common_glue.cc', |
165 'common/css_colors.h', | 159 'common/css_colors.h', |
166 'common/default_plugin.cc', | 160 'common/default_plugin.cc', |
167 'common/default_plugin.h', | 161 'common/default_plugin.h', |
168 'common/deprecated/event_sys-inl.h', | 162 'common/deprecated/event_sys-inl.h', |
169 'common/deprecated/event_sys.h', | 163 'common/deprecated/event_sys.h', |
170 'common/desktop_notifications/active_notification_tracker.cc', | |
171 'common/desktop_notifications/active_notification_tracker.h', | |
172 'common/extensions/extension.cc', | 164 'common/extensions/extension.cc', |
173 'common/extensions/extension.h', | 165 'common/extensions/extension.h', |
174 'common/extensions/extension_action.cc', | 166 'common/extensions/extension_action.cc', |
175 'common/extensions/extension_action.h', | 167 'common/extensions/extension_action.h', |
176 'common/extensions/extension_constants.cc', | 168 'common/extensions/extension_constants.cc', |
177 'common/extensions/extension_constants.h', | 169 'common/extensions/extension_constants.h', |
178 'common/extensions/extension_error_utils.cc', | 170 'common/extensions/extension_error_utils.cc', |
179 'common/extensions/extension_error_utils.h', | 171 'common/extensions/extension_error_utils.h', |
180 'common/extensions/extension_extent.cc', | 172 'common/extensions/extension_extent.cc', |
181 'common/extensions/extension_extent.h', | 173 'common/extensions/extension_extent.h', |
(...skipping 25 matching lines...) Expand all Loading... |
207 'common/important_file_writer.cc', | 199 'common/important_file_writer.cc', |
208 'common/important_file_writer.h', | 200 'common/important_file_writer.h', |
209 'common/json_pref_store.cc', | 201 'common/json_pref_store.cc', |
210 'common/json_pref_store.h', | 202 'common/json_pref_store.h', |
211 'common/json_schema_validator.cc', | 203 'common/json_schema_validator.cc', |
212 'common/json_schema_validator.h', | 204 'common/json_schema_validator.h', |
213 'common/jstemplate_builder.cc', | 205 'common/jstemplate_builder.cc', |
214 'common/jstemplate_builder.h', | 206 'common/jstemplate_builder.h', |
215 'common/libxml_utils.cc', | 207 'common/libxml_utils.cc', |
216 'common/libxml_utils.h', | 208 'common/libxml_utils.h', |
217 'common/mru_cache.h', | |
218 'common/native_web_keyboard_event.h', | 209 'common/native_web_keyboard_event.h', |
219 'common/native_web_keyboard_event_linux.cc', | 210 'common/native_web_keyboard_event_linux.cc', |
220 'common/native_web_keyboard_event_mac.mm', | 211 'common/native_web_keyboard_event_mac.mm', |
221 'common/native_web_keyboard_event_win.cc', | 212 'common/native_web_keyboard_event_win.cc', |
222 'common/native_window_notification_source.h', | 213 'common/native_window_notification_source.h', |
223 'common/navigation_gesture.h', | 214 'common/navigation_gesture.h', |
224 'common/navigation_types.h', | 215 'common/navigation_types.h', |
225 'common/page_transition_types.cc', | 216 'common/page_transition_types.cc', |
226 'common/page_transition_types.h', | 217 'common/page_transition_types.h', |
227 'common/page_type.h', | 218 'common/page_type.h', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 'configurations': { | 508 'configurations': { |
518 'Common_Base': { | 509 'Common_Base': { |
519 'msvs_target_platform': 'x64', | 510 'msvs_target_platform': 'x64', |
520 }, | 511 }, |
521 }, | 512 }, |
522 }, | 513 }, |
523 ], | 514 ], |
524 }], | 515 }], |
525 ], | 516 ], |
526 } | 517 } |
OLD | NEW |