blob: 4c2821edfeef6da8668f7b6f57f33faff7a47f32 [file] [log] [blame]
[email protected]098fa7a2013-03-08 22:11:171# Copyright (c) 2013 The Chromium Authors. All rights reserved.
[email protected]dd363682009-12-28 20:30:462# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
[email protected]dd363682009-12-28 20:30:466 'targets': [
7 {
8 'target_name': 'common',
[email protected]5a547332011-05-19 23:18:539 'type': 'static_library',
[email protected]dd363682009-12-28 20:30:4610 'variables': {
11 'chrome_common_target': 1,
[email protected]4f68ed72012-10-30 05:24:0712 'enable_wexit_time_destructors': 1,
[email protected]dd363682009-12-28 20:30:4613 },
[email protected]93156cec2011-09-12 21:14:4414 'include_dirs': [
15 '..',
[email protected]b50368b2012-02-18 00:02:1316 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_content_client.cc.
[email protected]93156cec2011-09-12 21:14:4417 ],
[email protected]dd363682009-12-28 20:30:4618 'direct_dependent_settings': {
19 'include_dirs': [
20 '..',
21 ],
22 },
23 'dependencies': [
24 # TODO(gregoryd): chrome_resources and chrome_strings could be
25 # shared with the 64-bit target, but it does not work due to a gyp
26 # issue.
[email protected]3c3065d2010-05-06 21:59:5527 'common_net',
[email protected]b9bbf5532011-11-03 07:35:2228 'common_version',
[email protected]52927222013-03-19 22:38:1229 'installer_util',
[email protected]7ae45d0502012-01-31 00:29:2630 'metrics_proto',
[email protected]37794d02011-11-30 18:24:2931 '<(DEPTH)/base/base.gyp:base',
32 '<(DEPTH)/base/base.gyp:base_i18n',
[email protected]f59f33e2012-11-01 12:05:2733 '<(DEPTH)/base/base.gyp:base_prefs',
[email protected]37794d02011-11-30 18:24:2934 '<(DEPTH)/base/base.gyp:base_static',
[email protected]37794d02011-11-30 18:24:2935 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
[email protected]99245a02012-10-09 20:57:4938 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
[email protected]fb1397ce2013-08-13 22:55:0739 '<(DEPTH)/components/components.gyp:json_schema',
[email protected]2a172e42014-02-21 04:06:1040 '<(DEPTH)/components/components.gyp:metrics',
[email protected]f522afa2014-01-08 15:36:3641 '<(DEPTH)/components/components.gyp:policy_component_common',
[email protected]eba93c92014-01-07 17:34:1742 '<(DEPTH)/components/components.gyp:translate_core_common',
[email protected]50ae9f12013-08-29 18:03:2243 '<(DEPTH)/components/components.gyp:variations',
[email protected]37794d02011-11-30 18:24:2944 '<(DEPTH)/content/content.gyp:content_common',
[email protected]00c82c92014-03-14 21:32:0745 '<(DEPTH)/crypto/crypto.gyp:crypto',
[email protected]ff0c6382014-03-20 20:15:4146 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
[email protected]37794d02011-11-30 18:24:2947 '<(DEPTH)/net/net.gyp:net',
[email protected]37794d02011-11-30 18:24:2948 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]37794d02011-11-30 18:24:2949 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
52 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
[email protected]720ceda2013-08-22 19:14:3753 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
[email protected]1c0c3f42013-11-20 02:03:2854 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
[email protected]002cc08f2013-06-03 05:40:2955 '<(DEPTH)/url/url.gyp:url_lib',
[email protected]dd363682009-12-28 20:30:4656 ],
57 'sources': [
[email protected]4bbdf9e2013-05-31 02:09:3858 '../apps/app_shim/app_shim_launch.h',
[email protected]acd2121c2013-03-18 05:54:5059 '../apps/app_shim/app_shim_messages.h',
[email protected]4a6d74152011-09-26 20:42:3060 'common/all_messages.h',
[email protected]93156cec2011-09-12 21:14:4461 'common/attrition_experiments.h',
62 'common/auto_start_linux.cc',
63 'common/auto_start_linux.h',
[email protected]b7f64d742013-05-21 04:04:0464 'common/autocomplete_match_type.cc',
65 'common/autocomplete_match_type.h',
[email protected]cdb8bc282010-11-22 19:23:0666 'common/automation_constants.cc',
67 'common/automation_constants.h',
[email protected]cdb8bc282010-11-22 19:23:0668 'common/automation_messages.h',
69 'common/automation_messages_internal.h',
70 'common/badge_util.cc',
71 'common/badge_util.h',
[email protected]93156cec2011-09-12 21:14:4472 'common/child_process_logging.h',
[email protected]93156cec2011-09-12 21:14:4473 'common/child_process_logging_win.cc',
[email protected]50e52cd2011-03-10 00:57:2974 'common/chrome_content_client.cc',
75 'common/chrome_content_client.h',
[email protected]18e78c582013-05-22 22:40:5576 'common/chrome_content_client_constants.cc',
[email protected]b7d1efa62012-11-16 11:22:0277 'common/chrome_content_client_ios.mm',
[email protected]c530c852011-10-24 18:18:3478 'common/chrome_result_codes.h',
[email protected]19a5c7442011-10-21 20:00:4179 'common/chrome_utility_messages.h',
[email protected]93156cec2011-09-12 21:14:4480 'common/chrome_version_info.cc',
[email protected]281288d2012-11-09 03:03:2381 'common/chrome_version_info_android.cc',
[email protected]3a12f882011-12-14 06:39:2582 'common/chrome_version_info_chromeos.cc',
[email protected]1f26b9a2012-02-28 00:29:3883 'common/chrome_version_info_posix.cc',
[email protected]93156cec2011-09-12 21:14:4484 'common/chrome_version_info_mac.mm',
85 'common/chrome_version_info_win.cc',
86 'common/chrome_version_info.h',
[email protected]13aec6c42011-10-27 21:22:0887 'common/cloud_print/cloud_print_class_mac.h',
88 'common/cloud_print/cloud_print_class_mac.mm',
[email protected]3eadbf22012-12-03 08:34:4689 'common/cloud_print/cloud_print_constants.cc',
90 'common/cloud_print/cloud_print_constants.h',
[email protected]b106ca52012-03-13 06:08:4691 'common/cloud_print/cloud_print_helpers.cc',
92 'common/cloud_print/cloud_print_helpers.h',
[email protected]de119cf22011-05-11 20:41:3593 'common/cloud_print/cloud_print_proxy_info.cc',
94 'common/cloud_print/cloud_print_proxy_info.h',
[email protected]fffaf972011-03-24 01:34:3595 'common/common_message_generator.cc',
96 'common/common_message_generator.h',
[email protected]79d68c62011-04-15 21:07:0397 'common/common_param_traits.cc',
98 'common/common_param_traits.h',
[email protected]af049dd2012-06-26 01:01:4299 'common/common_param_traits_macros.h',
[email protected]3c71576ce2013-07-23 02:00:01100 'common/content_restriction.h',
[email protected]93156cec2011-09-12 21:14:44101 'common/content_settings.cc',
102 'common/content_settings.h',
103 'common/content_settings_helper.cc',
104 'common/content_settings_helper.h',
[email protected]1d03fa32011-09-21 08:19:27105 'common/content_settings_pattern.cc',
106 'common/content_settings_pattern.h',
107 'common/content_settings_pattern_parser.cc',
108 'common/content_settings_pattern_parser.h',
[email protected]93156cec2011-09-12 21:14:44109 'common/content_settings_types.h',
[email protected]50cdead2013-01-03 18:36:33110 'common/crash_keys.cc',
111 'common/crash_keys.h',
[email protected]083917c82011-07-13 00:34:35112 'common/custom_handlers/protocol_handler.cc',
113 'common/custom_handlers/protocol_handler.h',
[email protected]29699c22012-10-03 23:57:39114 'common/descriptors_android.h',
[email protected]2b12c322013-09-19 06:53:56115 'common/encrypted_media_messages_android.h',
[email protected]c0c64f82014-02-12 01:40:16116 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc',
117 'common/extensions/api/bluetooth/bluetooth_manifest_data.h',
118 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc',
119 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h',
120 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc',
121 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h',
[email protected]b76c288a2013-01-24 02:30:34122 'common/extensions/api/commands/commands_handler.cc',
123 'common/extensions/api/commands/commands_handler.h',
[email protected]23b3c0a2013-01-16 23:36:36124 'common/extensions/api/extension_action/action_info.cc',
125 'common/extensions/api/extension_action/action_info.h',
[email protected]f9655482013-02-13 09:22:51126 'common/extensions/api/extension_action/browser_action_handler.cc',
127 'common/extensions/api/extension_action/browser_action_handler.h',
128 'common/extensions/api/extension_action/page_action_handler.cc',
129 'common/extensions/api/extension_action/page_action_handler.h',
[email protected]a31c3982013-07-13 04:33:31130 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
131 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
[email protected]06492ed2013-03-24 22:13:14132 'common/extensions/api/file_handlers/file_handlers_parser.cc',
133 'common/extensions/api/file_handlers/file_handlers_parser.h',
[email protected]0273969d2013-01-30 22:16:31134 'common/extensions/api/i18n/default_locale_handler.cc',
135 'common/extensions/api/i18n/default_locale_handler.h',
[email protected]29e0c4e72013-02-01 04:42:56136 'common/extensions/api/identity/oauth2_manifest_handler.cc',
137 'common/extensions/api/identity/oauth2_manifest_handler.h',
[email protected]4af65592013-01-04 21:06:19138 'common/extensions/api/input_ime/input_components_handler.cc',
139 'common/extensions/api/input_ime/input_components_handler.h',
[email protected]09a8631eb2013-03-27 22:52:44140 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
141 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
[email protected]a31c3982013-07-13 04:33:31142 'common/extensions/api/media_galleries_private/media_galleries_handler.h',
143 'common/extensions/api/media_galleries_private/media_galleries_handler.cc',
[email protected]d356c982012-12-12 19:32:55144 'common/extensions/api/omnibox/omnibox_handler.cc',
145 'common/extensions/api/omnibox/omnibox_handler.h',
[email protected]098fa7a2013-03-08 22:11:17146 'common/extensions/api/plugins/plugins_handler.cc',
147 'common/extensions/api/plugins/plugins_handler.h',
[email protected]692a8062013-01-10 04:14:42148 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
149 'common/extensions/api/speech/tts_engine_manifest_handler.h',
[email protected]76628452013-04-26 04:39:32150 'common/extensions/api/spellcheck/spellcheck_handler.cc',
151 'common/extensions/api/spellcheck/spellcheck_handler.h',
[email protected]a31c3982013-07-13 04:33:31152 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
153 'common/extensions/api/storage/storage_schema_manifest_handler.h',
[email protected]4e786932013-03-25 19:21:04154 'common/extensions/api/system_indicator/system_indicator_handler.cc',
155 'common/extensions/api/system_indicator/system_indicator_handler.h',
[email protected]43197ea22013-09-10 15:31:56156 'common/extensions/api/url_handlers/url_handlers_parser.cc',
157 'common/extensions/api/url_handlers/url_handlers_parser.h',
[email protected]c80fe5f2014-03-26 04:36:30158 'common/extensions/api/webstore/webstore_api_constants.cc',
159 'common/extensions/api/webstore/webstore_api_constants.h',
[email protected]fb820c02014-03-13 15:07:08160 'common/extensions/chrome_extension_messages.h',
[email protected]ad8b4ba2013-08-09 19:52:44161 'common/extensions/chrome_extensions_client.cc',
162 'common/extensions/chrome_extensions_client.h',
[email protected]d592b1bd2013-05-06 06:40:47163 'common/extensions/chrome_manifest_handlers.cc',
164 'common/extensions/chrome_manifest_handlers.h',
[email protected]65907942012-05-22 19:59:47165 'common/extensions/command.cc',
166 'common/extensions/command.h',
[email protected]d15e8a02013-05-30 03:24:26167 'common/extensions/dom_action_types.h',
[email protected]dd363682009-12-28 20:30:46168 'common/extensions/extension_constants.cc',
169 'common/extensions/extension_constants.h',
[email protected]7c927b62010-02-24 09:54:13170 'common/extensions/extension_file_util.cc',
171 'common/extensions/extension_file_util.h',
[email protected]807871f2010-09-16 01:04:48172 'common/extensions/extension_icon_set.cc',
173 'common/extensions/extension_icon_set.h',
[email protected]dd363682009-12-28 20:30:46174 'common/extensions/extension_l10n_util.cc',
175 'common/extensions/extension_l10n_util.h',
[email protected]808d1512011-12-14 16:29:59176 'common/extensions/extension_process_policy.cc',
177 'common/extensions/extension_process_policy.h',
[email protected]4770acb2013-03-28 12:40:24178 'common/extensions/features/api_feature.cc',
179 'common/extensions/features/api_feature.h',
[email protected]4b927fe2012-12-15 20:30:45180 'common/extensions/features/base_feature_provider.cc',
181 'common/extensions/features/base_feature_provider.h',
182 'common/extensions/features/complex_feature.cc',
183 'common/extensions/features/complex_feature.h',
[email protected]15d4d2d2013-08-09 06:49:03184 'common/extensions/features/feature_channel.cc',
185 'common/extensions/features/feature_channel.h',
[email protected]5115ccc2012-06-11 19:47:07186 'common/extensions/features/manifest_feature.cc',
187 'common/extensions/features/manifest_feature.h',
188 'common/extensions/features/permission_feature.cc',
189 'common/extensions/features/permission_feature.h',
[email protected]4b927fe2012-12-15 20:30:45190 'common/extensions/features/simple_feature.cc',
191 'common/extensions/features/simple_feature.h',
[email protected]23b3c0a2013-01-16 23:36:36192 'common/extensions/manifest_handler_helpers.cc',
193 'common/extensions/manifest_handler_helpers.h',
[email protected]561e33d52013-04-03 06:58:43194 'common/extensions/manifest_handlers/app_isolation_info.cc',
195 'common/extensions/manifest_handlers/app_isolation_info.h',
[email protected]6b414c232013-06-05 07:53:34196 'common/extensions/manifest_handlers/app_launch_info.cc',
197 'common/extensions/manifest_handlers/app_launch_info.h',
[email protected]334ec0a2013-03-24 01:36:16198 'common/extensions/manifest_handlers/content_scripts_handler.cc',
199 'common/extensions/manifest_handlers/content_scripts_handler.h',
[email protected]5c259802013-04-24 09:27:05200 'common/extensions/manifest_handlers/externally_connectable.cc',
201 'common/extensions/manifest_handlers/externally_connectable.h',
[email protected]abe720c02013-04-12 04:00:10202 'common/extensions/manifest_handlers/icons_handler.cc',
203 'common/extensions/manifest_handlers/icons_handler.h',
[email protected]28707cdc2013-07-18 21:38:08204 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
205 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
[email protected]31622542013-05-30 19:42:30206 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
207 'common/extensions/manifest_handlers/nacl_modules_handler.h',
[email protected]ebdea8e2013-10-23 14:29:58208 'common/extensions/manifest_handlers/settings_overrides_handler.cc',
209 'common/extensions/manifest_handlers/settings_overrides_handler.h',
[email protected]72b49d42013-04-19 12:47:31210 'common/extensions/manifest_handlers/theme_handler.cc',
211 'common/extensions/manifest_handlers/theme_handler.h',
[email protected]e59d5712014-03-10 17:29:13212 'common/extensions/manifest_handlers/ui_overrides_handler.cc',
213 'common/extensions/manifest_handlers/ui_overrides_handler.h',
[email protected]a405f6d2013-01-11 11:50:13214 'common/extensions/manifest_url_handler.cc',
215 'common/extensions/manifest_url_handler.h',
[email protected]40404bc2012-07-25 17:40:49216 'common/extensions/message_bundle.cc',
217 'common/extensions/message_bundle.h',
[email protected]92549352013-03-12 07:55:57218 'common/extensions/mime_types_handler.cc',
219 'common/extensions/mime_types_handler.h',
[email protected]e676f8f2013-04-04 09:04:37220 'common/extensions/permissions/chrome_api_permissions.cc',
221 'common/extensions/permissions/chrome_api_permissions.h',
[email protected]c41003472013-10-19 15:37:25222 'common/extensions/permissions/chrome_permission_message_provider.cc',
223 'common/extensions/permissions/chrome_permission_message_provider.h',
[email protected]8f3bcbd2013-06-05 08:42:40224 'common/extensions/sync_helper.cc',
225 'common/extensions/sync_helper.h',
[email protected]dd363682009-12-28 20:30:46226 'common/extensions/update_manifest.cc',
227 'common/extensions/update_manifest.h',
[email protected]d9e559d2012-07-05 01:04:57228 'common/extensions/value_counter.cc',
229 'common/extensions/value_counter.h',
[email protected]78dfe382013-07-17 18:05:42230 'common/favicon/favicon_types.cc',
231 'common/favicon/favicon_types.h',
232 'common/favicon/favicon_url_parser.cc',
233 'common/favicon/favicon_url_parser.h',
[email protected]4de75262013-12-18 23:16:12234 'common/profile_management_switches.cc',
235 'common/profile_management_switches.h',
[email protected]6ae45eb2012-11-29 23:27:28236 'common/icon_with_badge_image_source.cc',
237 'common/icon_with_badge_image_source.h',
[email protected]946b4ee02013-07-16 21:57:52238 'common/importer/firefox_importer_utils.cc',
239 'common/importer/firefox_importer_utils.h',
240 'common/importer/firefox_importer_utils_linux.cc',
241 'common/importer/firefox_importer_utils_mac.mm',
242 'common/importer/firefox_importer_utils_win.cc',
243 'common/importer/ie_importer_test_registry_overrider_win.cc',
244 'common/importer/ie_importer_test_registry_overrider_win.h',
245 'common/importer/ie_importer_utils_win.cc',
246 'common/importer/ie_importer_utils_win.h',
[email protected]b7fa4992013-07-03 00:32:13247 'common/importer/imported_bookmark_entry.cc',
248 'common/importer/imported_bookmark_entry.h',
249 'common/importer/imported_favicon_usage.cc',
250 'common/importer/imported_favicon_usage.h',
[email protected]946b4ee02013-07-16 21:57:52251 'common/importer/importer_bridge.cc',
252 'common/importer/importer_bridge.h',
[email protected]b7fa4992013-07-03 00:32:13253 'common/importer/importer_data_types.cc',
254 'common/importer/importer_data_types.h',
255 'common/importer/importer_type.h',
[email protected]3eb29c1c2013-06-29 00:07:14256 'common/importer/importer_url_row.cc',
257 'common/importer/importer_url_row.h',
[email protected]b7fa4992013-07-03 00:32:13258 'common/importer/profile_import_process_messages.cc',
259 'common/importer/profile_import_process_messages.h',
[email protected]b5be8662013-07-17 00:20:43260 'common/importer/safari_importer_utils.h',
261 'common/importer/safari_importer_utils.mm',
[email protected]8b169b4b2013-03-23 18:24:46262 'common/instant_restricted_id_cache.h',
[email protected]0e7cb682012-08-15 04:04:38263 'common/instant_types.cc',
[email protected]93156cec2011-09-12 21:14:44264 'common/instant_types.h',
[email protected]499512b2012-08-08 19:27:49265 'common/localized_error.cc',
266 'common/localized_error.h',
[email protected]909ee8b2013-09-22 00:53:00267 'common/local_discovery/service_discovery_client.cc',
268 'common/local_discovery/service_discovery_client.h',
[email protected]93156cec2011-09-12 21:14:44269 'common/logging_chrome.cc',
270 'common/logging_chrome.h',
[email protected]46821242011-08-19 13:59:59271 'common/mac/app_mode_common.h',
272 'common/mac/app_mode_common.mm',
[email protected]00ecec52011-08-19 20:01:24273 'common/mac/cfbundle_blocker.h',
274 'common/mac/cfbundle_blocker.mm',
[email protected]46821242011-08-19 13:59:59275 'common/mac/launchd.h',
276 'common/mac/launchd.mm',
[email protected]d02437b2011-09-06 17:25:15277 'common/mac/objc_method_swizzle.h',
278 'common/mac/objc_method_swizzle.mm',
279 'common/mac/objc_zombie.h',
280 'common/mac/objc_zombie.mm',
[email protected]6ef98b5a2013-05-31 23:58:31281 'common/media/webrtc_logging_messages.h',
[email protected]c277e2b2013-08-02 15:41:08282 'common/metrics/caching_permuted_entropy_provider.cc',
283 'common/metrics/caching_permuted_entropy_provider.h',
[email protected]e182be02012-01-27 02:35:44284 'common/metrics/metrics_log_base.cc',
285 'common/metrics/metrics_log_base.h',
[email protected]2e4cd1a2012-01-12 08:51:03286 'common/metrics/metrics_log_manager.cc',
287 'common/metrics/metrics_log_manager.h',
[email protected]e182be02012-01-27 02:35:44288 'common/metrics/metrics_service_base.cc',
289 'common/metrics/metrics_service_base.h',
[email protected]d383ffc2013-12-06 15:27:28290 'common/metrics/variations/experiment_labels.cc',
291 'common/metrics/variations/experiment_labels.h',
[email protected]e90c7562013-02-27 20:22:18292 'common/metrics/variations/uniformity_field_trials.cc',
293 'common/metrics/variations/uniformity_field_trials.h',
[email protected]cf265dc02012-08-15 01:01:16294 'common/metrics/variations/variations_util.cc',
295 'common/metrics/variations/variations_util.h',
[email protected]93156cec2011-09-12 21:14:44296 'common/multi_process_lock.h',
297 'common/multi_process_lock_linux.cc',
298 'common/multi_process_lock_mac.cc',
299 'common/multi_process_lock_win.cc',
[email protected]ca98bd32013-04-09 05:16:05300 'common/omnibox_focus_state.h',
[email protected]6ef98b5a2013-05-31 23:58:31301 'common/partial_circular_buffer.cc',
302 'common/partial_circular_buffer.h',
[email protected]9b4f6082012-04-24 01:43:07303 'common/pepper_flash.cc',
304 'common/pepper_flash.h',
[email protected]9d450492013-06-13 23:08:37305 'common/pepper_permission_util.cc',
306 'common/pepper_permission_util.h',
[email protected]be85e7d2012-10-31 08:34:20307 'common/pref_names_util.cc',
308 'common/pref_names_util.h',
[email protected]1ee57dd72014-02-11 23:58:40309 'common/prerender_types.h',
[email protected]b4bd67a2011-08-22 19:04:09310 'common/print_messages.cc',
[email protected]1375e3ab2011-03-24 17:07:22311 'common/print_messages.h',
[email protected]93156cec2011-09-12 21:14:44312 'common/profiling.cc',
313 'common/profiling.h',
[email protected]93156cec2011-09-12 21:14:44314 'common/ref_counted_util.h',
[email protected]7a4de7a62010-08-17 18:38:24315 'common/render_messages.cc',
[email protected]dd363682009-12-28 20:30:46316 'common/render_messages.h',
[email protected]f6fd9042013-02-14 18:43:58317 'common/safe_browsing/download_protection_util.cc',
318 'common/safe_browsing/download_protection_util.h',
[email protected]93156cec2011-09-12 21:14:44319 'common/safe_browsing/safebrowsing_messages.h',
[email protected]f6fd9042013-02-14 18:43:58320 'common/safe_browsing/zip_analyzer.cc',
321 'common/safe_browsing/zip_analyzer.h',
[email protected]c08e7932011-03-29 04:08:14322 'common/search_provider.h',
[email protected]c3917742012-11-21 01:51:14323 'common/search_types.h',
[email protected]2309e912013-10-01 01:33:30324 'common/search_urls.cc',
325 'common/search_urls.h',
[email protected]38fe1962010-07-31 07:57:00326 'common/service_messages.h',
[email protected]7a4de7a62010-08-17 18:38:24327 'common/service_process_util.cc',
328 'common/service_process_util.h',
[email protected]56f0f262011-02-24 17:14:36329 'common/service_process_util_linux.cc',
330 'common/service_process_util_mac.mm',
[email protected]146354942010-10-13 20:27:04331 'common/service_process_util_posix.cc',
[email protected]56f0f262011-02-24 17:14:36332 'common/service_process_util_posix.h',
[email protected]146354942010-10-13 20:27:04333 'common/service_process_util_win.cc',
[email protected]dd363682009-12-28 20:30:46334 'common/spellcheck_common.cc',
335 'common/spellcheck_common.h',
[email protected]f6add48e2013-05-14 00:58:07336 'common/spellcheck_marker.h',
[email protected]3e267192011-03-25 01:55:45337 'common/spellcheck_messages.h',
[email protected]7ed49c22012-02-17 02:14:53338 'common/spellcheck_result.h',
[email protected]93156cec2011-09-12 21:14:44339 'common/switch_utils.cc',
340 'common/switch_utils.h',
[email protected]dd363682009-12-28 20:30:46341 'common/thumbnail_score.cc',
342 'common/thumbnail_score.h',
[email protected]7a06d282013-05-03 04:39:33343 'common/tts_messages.h',
344 'common/tts_utterance_request.cc',
345 'common/tts_utterance_request.h',
[email protected]dd363682009-12-28 20:30:46346 'common/url_constants.cc',
347 'common/url_constants.h',
[email protected]93f50462013-05-10 04:40:40348 'common/web_application_info.cc',
349 'common/web_application_info.h',
[email protected]dd363682009-12-28 20:30:46350 'common/worker_thread_ticker.cc',
351 'common/worker_thread_ticker.h',
[email protected]dd363682009-12-28 20:30:46352 ],
353 'conditions': [
[email protected]989ae862013-03-13 04:22:58354 ['enable_extensions==1', {
[email protected]989ae862013-03-13 04:22:58355 'dependencies': [
[email protected]1ff64292013-07-18 20:37:15356 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
[email protected]e3a9ccfc2013-06-03 00:22:30357 '../device/usb/usb.gyp:device_usb',
[email protected]989ae862013-03-13 04:22:58358 ],
359 }, { # enable_extensions == 0
360 'sources/': [
361 ['exclude', '^common/extensions/api/'],
[email protected]989ae862013-03-13 04:22:58362 ['include', 'common/extensions/api/extension_action/action_info.cc'],
363 ['include', 'common/extensions/api/extension_action/action_info.h'],
[email protected]989ae862013-03-13 04:22:58364 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
365 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
366 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
367 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
[email protected]09a8631eb2013-03-27 22:52:44368 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
369 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
[email protected]d02e3542013-07-15 12:27:25370 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
371 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
[email protected]d02e3542013-07-15 12:27:25372 ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.cc'],
373 ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.h'],
[email protected]989ae862013-03-13 04:22:58374 ],
375 }],
[email protected]c51694f2013-06-25 02:50:24376 ['OS=="win" or OS=="mac"', {
377 'sources': [
[email protected]00c82c92014-03-14 21:32:07378 'common/extensions/api/networking_private/networking_private_crypto.cc',
379 'common/extensions/api/networking_private/networking_private_crypto.h',
[email protected]580ce3d62013-07-31 05:28:48380 'common/media_galleries/itunes_library.cc',
381 'common/media_galleries/itunes_library.h',
[email protected]62116d02013-06-26 04:32:00382 'common/media_galleries/picasa_types.cc',
383 'common/media_galleries/picasa_types.h',
384 'common/media_galleries/pmp_constants.h',
[email protected]c51694f2013-06-25 02:50:24385 ],
386 }],
[email protected]19fa62bf2013-10-17 17:55:41387 ['OS=="mac"', {
388 'sources': [
389 'common/media_galleries/iphoto_library.cc',
390 'common/media_galleries/iphoto_library.h',
391 ],
392 }],
[email protected]fdaed545c2012-10-20 19:13:04393 ['OS != "ios"', {
394 'dependencies': [
[email protected]e3a8ebb92014-03-31 01:54:38395 '<(DEPTH)/apps/common/api/api.gyp:apps_api',
[email protected]68cb5652014-03-12 06:41:29396 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
[email protected]d04f81912013-06-18 14:52:13397 '<(DEPTH)/components/components.gyp:autofill_core_common',
[email protected]45b53fb2013-12-12 19:28:06398 '<(DEPTH)/components/components.gyp:autofill_content_common',
[email protected]faaa917f2014-02-05 10:43:28399 '<(DEPTH)/components/components.gyp:password_manager_core_common',
[email protected]63c7f0c2014-03-25 21:12:59400 '<(DEPTH)/components/components.gyp:signin_core_common',
[email protected]058fe532013-11-28 06:45:59401 '<(DEPTH)/components/nacl.gyp:nacl_common',
[email protected]54ac11b2013-12-04 19:50:37402 '<(DEPTH)/components/components.gyp:visitedlink_common',
[email protected]5eda6dc2014-03-28 16:12:56403 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
[email protected]558878cc82013-11-09 01:25:51404 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
[email protected]fdaed545c2012-10-20 19:13:04405 '<(DEPTH)/ipc/ipc.gyp:ipc',
[email protected]fdaed545c2012-10-20 19:13:04406 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
[email protected]e3a8ebb92014-03-31 01:54:38407 '<(DEPTH)/third_party/re2/re2.gyp:re2',
[email protected]fdaed545c2012-10-20 19:13:04408 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
[email protected]fdaed545c2012-10-20 19:13:04409 ],
[email protected]5eda6dc2014-03-28 16:12:56410 'export_dependent_settings': [
411 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
412 ],
[email protected]fdaed545c2012-10-20 19:13:04413 }, { # OS == ios
414 'sources/': [
[email protected]fdaed545c2012-10-20 19:13:04415 ['exclude', '^common/child_process_'],
416 ['exclude', '^common/chrome_content_client\\.cc$'],
417 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
418 ['exclude', '^common/common_message_generator\\.cc$'],
419 ['exclude', '^common/common_param_traits'],
420 ['exclude', '^common/custom_handlers/'],
421 ['exclude', '^common/extensions/'],
[email protected]fdaed545c2012-10-20 19:13:04422 ['exclude', '^common/logging_chrome\\.'],
423 ['exclude', '^common/multi_process_'],
424 ['exclude', '^common/nacl_'],
425 ['exclude', '^common/pepper_flash\\.'],
426 ['exclude', '^common/profiling\\.'],
427 ['exclude', '^common/service_process_util_'],
428 ['exclude', '^common/spellcheck_'],
[email protected]1352ca92013-04-30 02:30:27429 ['exclude', '^common/validation_message_'],
[email protected]fdaed545c2012-10-20 19:13:04430 ['exclude', '^common/web_apps\\.'],
431 # TODO(ios): Include files here as they are made to work; once
432 # everything is online, remove everything below here and just
433 # use the exclusions above.
[email protected]b7d1efa62012-11-16 11:22:02434 ['exclude', '\\.(cc|mm)$'],
435 ['include', '_ios\\.(cc|mm)$'],
436 ['include', '(^|/)ios/'],
437 ['include', '^common/chrome_version_info\\.cc$'],
[email protected]d7575c22013-07-11 13:54:22438 ['include', '^common/translate'],
[email protected]b7d1efa62012-11-16 11:22:02439 ['include', '^common/zip'],
[email protected]fdaed545c2012-10-20 19:13:04440 ],
[email protected]271e88fc2013-05-06 07:48:05441 'include_dirs': [
442 '<(DEPTH)/breakpad/src',
443 ],
[email protected]fdaed545c2012-10-20 19:13:04444 }],
[email protected]f757c1a2013-11-07 09:02:36445 ['enable_printing!=0', {
446 'dependencies': [
447 '<(DEPTH)/printing/printing.gyp:printing',
448 ],
449 }],
[email protected]9f6167c2012-03-16 02:28:17450 ['OS=="android"', {
451 'sources/': [
[email protected]281288d2012-11-09 03:03:23452 ['exclude', '^common/chrome_version_info_posix.cc'],
[email protected]b279e76aec2014-02-20 17:17:37453 ['exclude', '^common/importer/'],
454 ['include', '^common/importer/imported_favicon_usage.cc$'],
455 ['include', '^common/importer/imported_favicon_usage.h$'],
[email protected]9f6167c2012-03-16 02:28:17456 ['exclude', '^common/service_'],
457 ],
[email protected]81bdab22013-09-02 21:12:52458 'sources!': [
459 'common/badge_util.cc',
460 'common/extensions/api/extension_action/browser_action_handler.cc',
461 'common/extensions/api/extension_action/page_action_handler.cc',
462 'common/extensions/api/spellcheck/spellcheck_handler.cc',
463 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
464 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
465 'common/icon_with_badge_image_source.cc',
[email protected]81bdab22013-09-02 21:12:52466 'common/net/url_util.cc',
[email protected]81bdab22013-09-02 21:12:52467 'common/spellcheck_common.cc',
468 ],
[email protected]9f6167c2012-03-16 02:28:17469 }],
[email protected]93156cec2011-09-12 21:14:44470 ['OS=="win"', {
471 'include_dirs': [
[email protected]27b38d62013-08-14 18:12:11472 '<(DEPTH)/breakpad/src',
[email protected]93156cec2011-09-12 21:14:44473 '<(DEPTH)/third_party/wtl/include',
[email protected]f65fdfc2013-03-05 21:56:04474 ],
[email protected]ef777a42011-11-25 13:15:43475 }],
[email protected]c1cc0e02013-07-04 12:46:35476 ['enable_mdns == 1', {
477 'sources': [
[email protected]686e985e2013-07-18 22:04:56478 'common/local_discovery/local_discovery_messages.h',
[email protected]c1cc0e02013-07-04 12:46:35479 ]
480 }],
[email protected]cb5e5072011-05-19 21:49:41481 ['toolkit_uses_gtk == 1', {
[email protected]dd363682009-12-28 20:30:46482 'dependencies': [
483 '../build/linux/system.gyp:gtk',
[email protected]6ee05a52014-02-05 09:09:30484 '../build/linux/system.gyp:x11',
485 '../build/linux/system.gyp:xrender',
486 '../build/linux/system.gyp:xext',
[email protected]dd363682009-12-28 20:30:46487 ],
488 'export_dependent_settings': [
489 '../third_party/sqlite/sqlite.gyp:sqlite',
490 ],
[email protected]0ce34852011-09-23 20:00:51491 }],
[email protected]89886fa32012-10-08 23:46:33492 ['chromeos==1', {
[email protected]3a12f882011-12-14 06:39:25493 'sources!': [
494 'common/chrome_version_info_linux.cc',
495 ],
496 }],
[email protected]b9bbf5532011-11-03 07:35:22497 ['OS=="mac"', {
498 'dependencies': [
[email protected]a023dca2013-12-18 03:58:36499 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
[email protected]b9bbf5532011-11-03 07:35:22500 '../third_party/mach_override/mach_override.gyp:mach_override',
501 ],
502 'include_dirs': [
[email protected]271e88fc2013-05-06 07:48:05503 '<(DEPTH)/breakpad/src',
[email protected]b9bbf5532011-11-03 07:35:22504 ],
[email protected]1f26b9a2012-02-28 00:29:38505 'sources!': [
506 'common/child_process_logging_posix.cc',
507 'common/chrome_version_info_posix.cc',
508 ],
[email protected]b9bbf5532011-11-03 07:35:22509 }],
510 ['remoting==1', {
511 'dependencies': [
512 '../remoting/remoting.gyp:remoting_client_plugin',
513 ],
514 }],
[email protected]098dff8a2013-01-23 20:54:49515 ['enable_automation==0', {
516 'sources/': [
517 ['exclude', '^common/automation_']
[email protected]edf48d42013-03-07 05:44:43518 ]
[email protected]90b54ed2013-01-28 10:38:42519 }],
[email protected]e3d193772013-09-11 15:18:26520 ['enable_plugins==0', {
521 'source!' : [
522 'common/pepper_permission_util.cc',
523 ],
524 }],
[email protected]6ef98b5a2013-05-31 23:58:31525 ['enable_webrtc==0', {
526 'sources!': [
527 'common/media/webrtc_logging_messages.h',
528 ]
529 }],
[email protected]1e54c1c2013-08-12 17:16:05530 ['enable_printing==0', {
531 'sources!': [
532 'common/print_messages.cc',
533 'common/print_messages.h',
534 ]
535 }],
[email protected]991573e2013-12-16 13:49:20536 ['configuration_policy==1', {
537 'dependencies': [
538 '<(DEPTH)/components/components.gyp:policy',
539 ],
540 }],
[email protected]b9bbf5532011-11-03 07:35:22541 ],
[email protected]fdaed545c2012-10-20 19:13:04542 'target_conditions': [
543 ['OS == "ios"', {
544 'sources/': [
545 # Pull in specific Mac files for iOS (which have been filtered out
546 # by file name rules).
547 ['include', '^common/chrome_version_info_mac\\.mm$'],
548 ],
549 }],
550 ],
[email protected]b9bbf5532011-11-03 07:35:22551 'export_dependent_settings': [
552 '../base/base.gyp:base',
[email protected]8a59a082012-03-07 02:27:30553 'metrics_proto',
[email protected]b9bbf5532011-11-03 07:35:22554 ],
555 },
556 {
557 'target_name': 'common_version',
558 'type': 'none',
559 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04560 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
[email protected]b9bbf5532011-11-03 07:35:22561 'direct_dependent_settings': {
562 'include_dirs': [
563 '<(SHARED_INTERMEDIATE_DIR)',
564 ],
565 },
[email protected]79440c52010-08-27 22:53:02566 # Because posix_version generates a header, we must set the
567 # hard_dependency flag.
568 'hard_dependency': 1,
[email protected]4641d3c2010-08-26 21:44:13569 'actions': [
570 {
571 'action_name': 'posix_version',
572 'variables': {
[email protected]bcd84532014-02-21 03:14:02573 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
574 'version_py_path': '<(DEPTH)/build/util/version.py',
[email protected]4641d3c2010-08-26 21:44:13575 'version_path': 'VERSION',
576 'template_input_path': 'common/chrome_version_info_posix.h.version',
577 },
578 'conditions': [
579 [ 'branding == "Chrome"', {
580 'variables': {
581 'branding_path':
582 'app/theme/google_chrome/BRANDING',
583 },
584 }, { # else branding!="Chrome"
585 'variables': {
586 'branding_path':
587 'app/theme/chromium/BRANDING',
588 },
589 }],
590 ],
591 'inputs': [
592 '<(template_input_path)',
593 '<(version_path)',
594 '<(branding_path)',
595 '<(lastchange_path)',
596 ],
597 'outputs': [
598 '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_posix.h',
599 ],
600 'action': [
601 'python',
602 '<(version_py_path)',
603 '-f', '<(version_path)',
604 '-f', '<(branding_path)',
605 '-f', '<(lastchange_path)',
606 '<(template_input_path)',
607 '<@(_outputs)',
608 ],
609 'message': 'Generating version information',
610 },
611 ],
612 }],
[email protected]dd363682009-12-28 20:30:46613 ],
614 },
[email protected]3c3065d2010-05-06 21:59:55615 {
616 'target_name': 'common_net',
[email protected]5a547332011-05-19 23:18:53617 'type': 'static_library',
[email protected]3c3065d2010-05-06 21:59:55618 'sources': [
[email protected]2ea1efe2013-07-17 05:23:13619 'common/net/net_error_info.cc',
620 'common/net/net_error_info.h',
[email protected]06305962012-05-09 22:34:36621 'common/net/net_resource_provider.cc',
622 'common/net/net_resource_provider.h',
623 'common/net/predictor_common.h',
[email protected]4f3b4462013-07-27 19:20:18624 'common/net/url_fixer_upper.cc',
625 'common/net/url_fixer_upper.h',
[email protected]06305962012-05-09 22:34:36626 'common/net/url_util.cc',
627 'common/net/url_util.h',
[email protected]b1c2a5542010-10-08 12:44:40628 'common/net/x509_certificate_model.cc',
629 'common/net/x509_certificate_model_nss.cc',
630 'common/net/x509_certificate_model_openssl.cc',
631 'common/net/x509_certificate_model.h',
[email protected]3c3065d2010-05-06 21:59:55632 ],
633 'dependencies': [
[email protected]37794d02011-11-30 18:24:29634 '<(DEPTH)/base/base.gyp:base',
635 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
636 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
637 '<(DEPTH)/crypto/crypto.gyp:crypto',
[email protected]37794d02011-11-30 18:24:29638 '<(DEPTH)/net/net.gyp:net_resources',
639 '<(DEPTH)/net/net.gyp:net',
640 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
641 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
[email protected]3c3065d2010-05-06 21:59:55642 ],
[email protected]b1c2a5542010-10-08 12:44:40643 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04644 ['OS != "ios"', {
645 'dependencies': [
646 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
647 ],
648 }, { # OS == ios
649 'sources!': [
650 'common/net/net_resource_provider.cc',
651 'common/net/x509_certificate_model.cc',
652 ],
653 }],
654 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
[email protected]638e9df42011-05-31 17:19:30655 'dependencies': [
656 '../build/linux/system.gyp:ssl',
[email protected]b1c2a5542010-10-08 12:44:40657 ],
658 },
[email protected]af221ff2012-04-03 05:22:39659 ],
[email protected]fdaed545c2012-10-20 19:13:04660 ['os_posix != 1 or OS == "mac" or OS == "ios"', {
[email protected]b1c2a5542010-10-08 12:44:40661 'sources!': [
662 'common/net/x509_certificate_model_nss.cc',
663 'common/net/x509_certificate_model_openssl.cc',
664 ],
665 },
666 ],
[email protected]af221ff2012-04-03 05:22:39667 ['OS == "android"', {
668 'dependencies': [
[email protected]8e853b142012-05-16 07:40:01669 '../third_party/openssl/openssl.gyp:openssl',
[email protected]af221ff2012-04-03 05:22:39670 ],
[email protected]df2e196e2014-02-05 19:56:25671 'sources!': [
672 'common/net/x509_certificate_model.cc',
673 ],
674 }],
[email protected]b1c2a5542010-10-08 12:44:40675 ['use_openssl==1', {
676 'sources!': [
[email protected]00c82c92014-03-14 21:32:07677 # networking_private_crypto.cc uses NSS functions.
678 'common/extensions/api/networking_private/networking_private_crypto.cc',
[email protected]b1c2a5542010-10-08 12:44:40679 'common/net/x509_certificate_model_nss.cc',
680 ],
681 },
682 { # else !use_openssl: remove the unneeded files
683 'sources!': [
684 'common/net/x509_certificate_model_openssl.cc',
685 ],
686 },
687 ],
[email protected]b1d2c742013-01-21 18:04:52688 ['OS=="win"', {
689 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
690 'msvs_disabled_warnings': [4267, ],
691 },
692 ],
[email protected]129d11452012-03-01 01:56:56693 ],
[email protected]3c3065d2010-05-06 21:59:55694 },
[email protected]133139772011-04-14 22:14:13695 {
[email protected]1c20dd62011-08-19 21:54:33696 # Protobuf compiler / generator for the safebrowsing client
697 # model proto and the client-side detection (csd) request
698 # protocol buffer.
[email protected]cae64fe2011-06-17 17:54:50699 'target_name': 'safe_browsing_proto',
[email protected]1c20dd62011-08-19 21:54:33700 'type': 'static_library',
701 'sources': [
702 'common/safe_browsing/client_model.proto',
[email protected]8e289f0b2013-12-17 17:49:07703 'common/safe_browsing/crx_info.proto',
[email protected]1c20dd62011-08-19 21:54:33704 'common/safe_browsing/csd.proto'
[email protected]cae64fe2011-06-17 17:54:50705 ],
[email protected]1c20dd62011-08-19 21:54:33706 'variables': {
707 'proto_in_dir': 'common/safe_browsing',
708 'proto_out_dir': 'chrome/common/safe_browsing',
[email protected]cae64fe2011-06-17 17:54:50709 },
[email protected]1c20dd62011-08-19 21:54:33710 'includes': [ '../build/protoc.gypi' ],
[email protected]133139772011-04-14 22:14:13711 },
[email protected]7ae45d0502012-01-31 00:29:26712 {
713 # Protobuf compiler / generator for UMA (User Metrics Analysis).
714 'target_name': 'metrics_proto',
715 'type': 'static_library',
716 'sources': [
[email protected]f89fdab12012-05-04 23:27:21717 'common/metrics/proto/chrome_experiments.proto',
[email protected]7ae45d0502012-01-31 00:29:26718 'common/metrics/proto/chrome_user_metrics_extension.proto',
719 'common/metrics/proto/histogram_event.proto',
720 'common/metrics/proto/omnibox_event.proto',
[email protected]f65859e2013-02-04 20:00:25721 'common/metrics/proto/perf_data.proto',
[email protected]9d7c4a82013-05-07 12:10:49722 'common/metrics/proto/permuted_entropy_cache.proto',
[email protected]2a08b1d2012-02-18 00:30:04723 'common/metrics/proto/profiler_event.proto',
[email protected]7ae45d0502012-01-31 00:29:26724 'common/metrics/proto/system_profile.proto',
725 'common/metrics/proto/user_action_event.proto',
726 ],
727 'variables': {
728 'proto_in_dir': 'common/metrics/proto',
729 'proto_out_dir': 'chrome/common/metrics/proto',
730 },
731 'includes': [ '../build/protoc.gypi' ],
732 },
[email protected]dd363682009-12-28 20:30:46733 ],
[email protected]dd363682009-12-28 20:30:46734}