blob: b67a9999c9f1e40e1a0bffb0cfd3094ae1ff459c [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]183be4e2013-08-14 14:41:1040 '<(DEPTH)/components/components.gyp:policy_component',
[email protected]50ae9f12013-08-29 18:03:2241 '<(DEPTH)/components/components.gyp:variations',
[email protected]37794d02011-11-30 18:24:2942 '<(DEPTH)/content/content.gyp:content_common',
[email protected]37794d02011-11-30 18:24:2943 '<(DEPTH)/net/net.gyp:net',
[email protected]37794d02011-11-30 18:24:2944 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]37794d02011-11-30 18:24:2945 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
[email protected]720ceda2013-08-22 19:14:3749 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
[email protected]1c0c3f42013-11-20 02:03:2850 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
[email protected]002cc08f2013-06-03 05:40:2951 '<(DEPTH)/url/url.gyp:url_lib',
[email protected]fa02deb2013-05-31 22:31:4752 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
[email protected]dd363682009-12-28 20:30:4653 ],
54 'sources': [
[email protected]4bbdf9e2013-05-31 02:09:3855 '../apps/app_shim/app_shim_launch.h',
[email protected]acd2121c2013-03-18 05:54:5056 '../apps/app_shim/app_shim_messages.h',
[email protected]4a6d74152011-09-26 20:42:3057 'common/all_messages.h',
[email protected]93156cec2011-09-12 21:14:4458 'common/attrition_experiments.h',
59 'common/auto_start_linux.cc',
60 'common/auto_start_linux.h',
[email protected]b7f64d742013-05-21 04:04:0461 'common/autocomplete_match_type.cc',
62 'common/autocomplete_match_type.h',
[email protected]cdb8bc282010-11-22 19:23:0663 'common/automation_constants.cc',
64 'common/automation_constants.h',
65 'common/automation_messages.cc',
66 'common/automation_messages.h',
67 'common/automation_messages_internal.h',
68 'common/badge_util.cc',
69 'common/badge_util.h',
[email protected]62867b02012-11-03 07:21:0370 'common/cancelable_task_tracker.cc',
71 'common/cancelable_task_tracker.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]fe69aa12013-02-01 03:37:27115 'common/dump_without_crashing.cc',
116 'common/dump_without_crashing.h',
[email protected]2b12c322013-09-19 06:53:56117 'common/encrypted_media_messages_android.h',
[email protected]b76c288a2013-01-24 02:30:34118 'common/extensions/api/commands/commands_handler.cc',
119 'common/extensions/api/commands/commands_handler.h',
[email protected]23b3c0a2013-01-16 23:36:36120 'common/extensions/api/extension_action/action_info.cc',
121 'common/extensions/api/extension_action/action_info.h',
[email protected]f9655482013-02-13 09:22:51122 'common/extensions/api/extension_action/browser_action_handler.cc',
123 'common/extensions/api/extension_action/browser_action_handler.h',
124 'common/extensions/api/extension_action/page_action_handler.cc',
125 'common/extensions/api/extension_action/page_action_handler.h',
126 'common/extensions/api/extension_action/script_badge_handler.cc',
127 'common/extensions/api/extension_action/script_badge_handler.h',
[email protected]a31c3982013-07-13 04:33:31128 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
129 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
[email protected]06492ed2013-03-24 22:13:14130 'common/extensions/api/file_handlers/file_handlers_parser.cc',
131 'common/extensions/api/file_handlers/file_handlers_parser.h',
[email protected]0273969d2013-01-30 22:16:31132 'common/extensions/api/i18n/default_locale_handler.cc',
133 'common/extensions/api/i18n/default_locale_handler.h',
[email protected]29e0c4e72013-02-01 04:42:56134 'common/extensions/api/identity/oauth2_manifest_handler.cc',
135 'common/extensions/api/identity/oauth2_manifest_handler.h',
[email protected]4af65592013-01-04 21:06:19136 'common/extensions/api/input_ime/input_components_handler.cc',
137 'common/extensions/api/input_ime/input_components_handler.h',
[email protected]09a8631eb2013-03-27 22:52:44138 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
139 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
[email protected]a31c3982013-07-13 04:33:31140 'common/extensions/api/media_galleries_private/media_galleries_handler.h',
141 'common/extensions/api/media_galleries_private/media_galleries_handler.cc',
[email protected]8865fea2013-10-23 01:17:26142 'common/extensions/api/messaging/message.h',
[email protected]d356c982012-12-12 19:32:55143 'common/extensions/api/omnibox/omnibox_handler.cc',
144 'common/extensions/api/omnibox/omnibox_handler.h',
[email protected]098fa7a2013-03-08 22:11:17145 'common/extensions/api/plugins/plugins_handler.cc',
146 'common/extensions/api/plugins/plugins_handler.h',
[email protected]e737c442013-11-15 15:55:24147 'common/extensions/api/sockets/sockets_manifest_handler.cc',
148 'common/extensions/api/sockets/sockets_manifest_handler.h',
149 'common/extensions/api/sockets/sockets_manifest_data.cc',
150 'common/extensions/api/sockets/sockets_manifest_data.h',
151 'common/extensions/api/sockets/sockets_manifest_permission.cc',
152 'common/extensions/api/sockets/sockets_manifest_permission.h',
[email protected]692a8062013-01-10 04:14:42153 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
154 'common/extensions/api/speech/tts_engine_manifest_handler.h',
[email protected]76628452013-04-26 04:39:32155 'common/extensions/api/spellcheck/spellcheck_handler.cc',
156 'common/extensions/api/spellcheck/spellcheck_handler.h',
[email protected]a31c3982013-07-13 04:33:31157 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
158 'common/extensions/api/storage/storage_schema_manifest_handler.h',
[email protected]4e786932013-03-25 19:21:04159 'common/extensions/api/system_indicator/system_indicator_handler.cc',
160 'common/extensions/api/system_indicator/system_indicator_handler.h',
[email protected]43197ea22013-09-10 15:31:56161 'common/extensions/api/url_handlers/url_handlers_parser.cc',
162 'common/extensions/api/url_handlers/url_handlers_parser.h',
[email protected]ad8b4ba2013-08-09 19:52:44163 'common/extensions/chrome_extensions_client.cc',
164 'common/extensions/chrome_extensions_client.h',
[email protected]d592b1bd2013-05-06 06:40:47165 'common/extensions/chrome_manifest_handlers.cc',
166 'common/extensions/chrome_manifest_handlers.h',
[email protected]65907942012-05-22 19:59:47167 'common/extensions/command.cc',
168 'common/extensions/command.h',
[email protected]d15e8a02013-05-30 03:24:26169 'common/extensions/dom_action_types.h',
[email protected]dd363682009-12-28 20:30:46170 'common/extensions/extension_constants.cc',
171 'common/extensions/extension_constants.h',
[email protected]7c927b62010-02-24 09:54:13172 'common/extensions/extension_file_util.cc',
173 'common/extensions/extension_file_util.h',
[email protected]807871f2010-09-16 01:04:48174 'common/extensions/extension_icon_set.cc',
175 'common/extensions/extension_icon_set.h',
[email protected]dd363682009-12-28 20:30:46176 'common/extensions/extension_l10n_util.cc',
177 'common/extensions/extension_l10n_util.h',
[email protected]44c49c92011-03-28 16:17:23178 'common/extensions/extension_messages.cc',
179 'common/extensions/extension_messages.h',
[email protected]808d1512011-12-14 16:29:59180 'common/extensions/extension_process_policy.cc',
181 'common/extensions/extension_process_policy.h',
[email protected]4770acb2013-03-28 12:40:24182 'common/extensions/features/api_feature.cc',
183 'common/extensions/features/api_feature.h',
[email protected]4b927fe2012-12-15 20:30:45184 'common/extensions/features/base_feature_provider.cc',
185 'common/extensions/features/base_feature_provider.h',
186 'common/extensions/features/complex_feature.cc',
187 'common/extensions/features/complex_feature.h',
[email protected]15d4d2d2013-08-09 06:49:03188 'common/extensions/features/feature_channel.cc',
189 'common/extensions/features/feature_channel.h',
[email protected]5115ccc2012-06-11 19:47:07190 'common/extensions/features/manifest_feature.cc',
191 'common/extensions/features/manifest_feature.h',
192 'common/extensions/features/permission_feature.cc',
193 'common/extensions/features/permission_feature.h',
[email protected]4b927fe2012-12-15 20:30:45194 'common/extensions/features/simple_feature.cc',
195 'common/extensions/features/simple_feature.h',
[email protected]23b3c0a2013-01-16 23:36:36196 'common/extensions/manifest_handler_helpers.cc',
197 'common/extensions/manifest_handler_helpers.h',
[email protected]561e33d52013-04-03 06:58:43198 'common/extensions/manifest_handlers/app_isolation_info.cc',
199 'common/extensions/manifest_handlers/app_isolation_info.h',
[email protected]6b414c232013-06-05 07:53:34200 'common/extensions/manifest_handlers/app_launch_info.cc',
201 'common/extensions/manifest_handlers/app_launch_info.h',
[email protected]334ec0a2013-03-24 01:36:16202 'common/extensions/manifest_handlers/content_scripts_handler.cc',
203 'common/extensions/manifest_handlers/content_scripts_handler.h',
[email protected]5c259802013-04-24 09:27:05204 'common/extensions/manifest_handlers/externally_connectable.cc',
205 'common/extensions/manifest_handlers/externally_connectable.h',
[email protected]abe720c02013-04-12 04:00:10206 'common/extensions/manifest_handlers/icons_handler.cc',
207 'common/extensions/manifest_handlers/icons_handler.h',
[email protected]28707cdc2013-07-18 21:38:08208 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
209 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
[email protected]31622542013-05-30 19:42:30210 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
211 'common/extensions/manifest_handlers/nacl_modules_handler.h',
[email protected]ebdea8e2013-10-23 14:29:58212 'common/extensions/manifest_handlers/settings_overrides_handler.cc',
213 'common/extensions/manifest_handlers/settings_overrides_handler.h',
[email protected]72b49d42013-04-19 12:47:31214 'common/extensions/manifest_handlers/theme_handler.cc',
215 'common/extensions/manifest_handlers/theme_handler.h',
[email protected]a405f6d2013-01-11 11:50:13216 'common/extensions/manifest_url_handler.cc',
217 'common/extensions/manifest_url_handler.h',
[email protected]40404bc2012-07-25 17:40:49218 'common/extensions/message_bundle.cc',
219 'common/extensions/message_bundle.h',
[email protected]92549352013-03-12 07:55:57220 'common/extensions/mime_types_handler.cc',
221 'common/extensions/mime_types_handler.h',
[email protected]14ed8dc2013-07-02 03:02:09222 'common/extensions/permissions/bluetooth_permission.cc',
223 'common/extensions/permissions/bluetooth_permission.h',
224 'common/extensions/permissions/bluetooth_permission_data.cc',
225 'common/extensions/permissions/bluetooth_permission_data.h',
[email protected]e676f8f2013-04-04 09:04:37226 'common/extensions/permissions/chrome_api_permissions.cc',
227 'common/extensions/permissions/chrome_api_permissions.h',
[email protected]c41003472013-10-19 15:37:25228 'common/extensions/permissions/chrome_permission_message_provider.cc',
229 'common/extensions/permissions/chrome_permission_message_provider.h',
[email protected]398d77b2013-01-17 01:31:06230 'common/extensions/permissions/media_galleries_permission.cc',
231 'common/extensions/permissions/media_galleries_permission.h',
232 'common/extensions/permissions/media_galleries_permission_data.cc',
233 'common/extensions/permissions/media_galleries_permission_data.h',
[email protected]e54e7102013-09-27 21:46:14234 'common/extensions/permissions/permission_message_util.cc',
235 'common/extensions/permissions/permission_message_util.h',
[email protected]f3cc80632012-12-06 19:30:25236 'common/extensions/permissions/set_disjunction_permission.h',
[email protected]66382a922013-11-06 22:19:16237 'common/extensions/permissions/settings_override_permission.cc',
238 'common/extensions/permissions/settings_override_permission.h',
[email protected]1d8b79a2012-08-16 20:22:54239 'common/extensions/permissions/socket_permission.cc',
240 'common/extensions/permissions/socket_permission.h',
241 'common/extensions/permissions/socket_permission_data.cc',
242 'common/extensions/permissions/socket_permission_data.h',
[email protected]f371c89b2013-09-26 04:06:38243 'common/extensions/permissions/socket_permission_entry.cc',
244 'common/extensions/permissions/socket_permission_entry.h',
[email protected]ad46f222012-12-11 07:18:15245 'common/extensions/permissions/usb_device_permission.cc',
246 'common/extensions/permissions/usb_device_permission.h',
247 'common/extensions/permissions/usb_device_permission_data.cc',
248 'common/extensions/permissions/usb_device_permission_data.h',
[email protected]8f3bcbd2013-06-05 08:42:40249 'common/extensions/sync_helper.cc',
250 'common/extensions/sync_helper.h',
[email protected]dd363682009-12-28 20:30:46251 'common/extensions/update_manifest.cc',
252 'common/extensions/update_manifest.h',
[email protected]d9e559d2012-07-05 01:04:57253 'common/extensions/value_counter.cc',
254 'common/extensions/value_counter.h',
[email protected]d4e96fa2013-01-16 21:12:54255 'common/extensions/web_accessible_resources_handler.cc',
256 'common/extensions/web_accessible_resources_handler.h',
[email protected]7f585cc82013-09-29 18:05:09257 'common/extensions/webview_handler.cc',
258 'common/extensions/webview_handler.h',
[email protected]78dfe382013-07-17 18:05:42259 'common/favicon/favicon_types.cc',
260 'common/favicon/favicon_types.h',
261 'common/favicon/favicon_url_parser.cc',
262 'common/favicon/favicon_url_parser.h',
[email protected]6ae45eb2012-11-29 23:27:28263 'common/icon_with_badge_image_source.cc',
264 'common/icon_with_badge_image_source.h',
[email protected]946b4ee02013-07-16 21:57:52265 'common/importer/firefox_importer_utils.cc',
266 'common/importer/firefox_importer_utils.h',
267 'common/importer/firefox_importer_utils_linux.cc',
268 'common/importer/firefox_importer_utils_mac.mm',
269 'common/importer/firefox_importer_utils_win.cc',
270 'common/importer/ie_importer_test_registry_overrider_win.cc',
271 'common/importer/ie_importer_test_registry_overrider_win.h',
272 'common/importer/ie_importer_utils_win.cc',
273 'common/importer/ie_importer_utils_win.h',
[email protected]b7fa4992013-07-03 00:32:13274 'common/importer/imported_bookmark_entry.cc',
275 'common/importer/imported_bookmark_entry.h',
276 'common/importer/imported_favicon_usage.cc',
277 'common/importer/imported_favicon_usage.h',
[email protected]946b4ee02013-07-16 21:57:52278 'common/importer/importer_bridge.cc',
279 'common/importer/importer_bridge.h',
[email protected]b7fa4992013-07-03 00:32:13280 'common/importer/importer_data_types.cc',
281 'common/importer/importer_data_types.h',
282 'common/importer/importer_type.h',
[email protected]3eb29c1c2013-06-29 00:07:14283 'common/importer/importer_url_row.cc',
284 'common/importer/importer_url_row.h',
[email protected]b7fa4992013-07-03 00:32:13285 'common/importer/profile_import_process_messages.cc',
286 'common/importer/profile_import_process_messages.h',
[email protected]b5be8662013-07-17 00:20:43287 'common/importer/safari_importer_utils.h',
288 'common/importer/safari_importer_utils.mm',
[email protected]8b169b4b2013-03-23 18:24:46289 'common/instant_restricted_id_cache.h',
[email protected]0e7cb682012-08-15 04:04:38290 'common/instant_types.cc',
[email protected]93156cec2011-09-12 21:14:44291 'common/instant_types.h',
[email protected]499512b2012-08-08 19:27:49292 'common/localized_error.cc',
293 'common/localized_error.h',
[email protected]909ee8b2013-09-22 00:53:00294 'common/local_discovery/service_discovery_client.cc',
295 'common/local_discovery/service_discovery_client.h',
[email protected]93156cec2011-09-12 21:14:44296 'common/logging_chrome.cc',
297 'common/logging_chrome.h',
[email protected]46821242011-08-19 13:59:59298 'common/mac/app_mode_common.h',
299 'common/mac/app_mode_common.mm',
[email protected]00ecec52011-08-19 20:01:24300 'common/mac/cfbundle_blocker.h',
301 'common/mac/cfbundle_blocker.mm',
[email protected]46821242011-08-19 13:59:59302 'common/mac/launchd.h',
303 'common/mac/launchd.mm',
[email protected]d02437b2011-09-06 17:25:15304 'common/mac/objc_method_swizzle.h',
305 'common/mac/objc_method_swizzle.mm',
306 'common/mac/objc_zombie.h',
307 'common/mac/objc_zombie.mm',
[email protected]6ef98b5a2013-05-31 23:58:31308 'common/media/webrtc_logging_messages.h',
[email protected]c277e2b2013-08-02 15:41:08309 'common/metrics/caching_permuted_entropy_provider.cc',
310 'common/metrics/caching_permuted_entropy_provider.h',
[email protected]e182be02012-01-27 02:35:44311 'common/metrics/metrics_log_base.cc',
312 'common/metrics/metrics_log_base.h',
[email protected]2e4cd1a2012-01-12 08:51:03313 'common/metrics/metrics_log_manager.cc',
314 'common/metrics/metrics_log_manager.h',
[email protected]e182be02012-01-27 02:35:44315 'common/metrics/metrics_service_base.cc',
316 'common/metrics/metrics_service_base.h',
[email protected]d383ffc2013-12-06 15:27:28317 'common/metrics/variations/experiment_labels.cc',
318 'common/metrics/variations/experiment_labels.h',
[email protected]e90c7562013-02-27 20:22:18319 'common/metrics/variations/uniformity_field_trials.cc',
320 'common/metrics/variations/uniformity_field_trials.h',
[email protected]cf265dc02012-08-15 01:01:16321 'common/metrics/variations/variations_util.cc',
322 'common/metrics/variations/variations_util.h',
[email protected]93156cec2011-09-12 21:14:44323 'common/multi_process_lock.h',
324 'common/multi_process_lock_linux.cc',
325 'common/multi_process_lock_mac.cc',
326 'common/multi_process_lock_win.cc',
[email protected]48c1ebd2013-04-27 02:22:27327 'common/omaha_query_params/omaha_query_params.cc',
328 'common/omaha_query_params/omaha_query_params.h',
[email protected]ca98bd32013-04-09 05:16:05329 'common/omnibox_focus_state.h',
[email protected]6ef98b5a2013-05-31 23:58:31330 'common/partial_circular_buffer.cc',
331 'common/partial_circular_buffer.h',
[email protected]9b4f6082012-04-24 01:43:07332 'common/pepper_flash.cc',
333 'common/pepper_flash.h',
[email protected]9d450492013-06-13 23:08:37334 'common/pepper_permission_util.cc',
335 'common/pepper_permission_util.h',
[email protected]be85e7d2012-10-31 08:34:20336 'common/pref_names_util.cc',
337 'common/pref_names_util.h',
[email protected]b4bd67a2011-08-22 19:04:09338 'common/print_messages.cc',
[email protected]1375e3ab2011-03-24 17:07:22339 'common/print_messages.h',
[email protected]93156cec2011-09-12 21:14:44340 'common/profiling.cc',
341 'common/profiling.h',
[email protected]93156cec2011-09-12 21:14:44342 'common/ref_counted_util.h',
[email protected]7a4de7a62010-08-17 18:38:24343 'common/render_messages.cc',
[email protected]dd363682009-12-28 20:30:46344 'common/render_messages.h',
[email protected]f6fd9042013-02-14 18:43:58345 'common/safe_browsing/download_protection_util.cc',
346 'common/safe_browsing/download_protection_util.h',
[email protected]93156cec2011-09-12 21:14:44347 'common/safe_browsing/safebrowsing_messages.h',
[email protected]f6fd9042013-02-14 18:43:58348 'common/safe_browsing/zip_analyzer.cc',
349 'common/safe_browsing/zip_analyzer.h',
[email protected]c08e7932011-03-29 04:08:14350 'common/search_provider.h',
[email protected]c3917742012-11-21 01:51:14351 'common/search_types.h',
[email protected]2309e912013-10-01 01:33:30352 'common/search_urls.cc',
353 'common/search_urls.h',
[email protected]38fe1962010-07-31 07:57:00354 'common/service_messages.h',
[email protected]7a4de7a62010-08-17 18:38:24355 'common/service_process_util.cc',
356 'common/service_process_util.h',
[email protected]56f0f262011-02-24 17:14:36357 'common/service_process_util_linux.cc',
358 'common/service_process_util_mac.mm',
[email protected]146354942010-10-13 20:27:04359 'common/service_process_util_posix.cc',
[email protected]56f0f262011-02-24 17:14:36360 'common/service_process_util_posix.h',
[email protected]146354942010-10-13 20:27:04361 'common/service_process_util_win.cc',
[email protected]dd363682009-12-28 20:30:46362 'common/spellcheck_common.cc',
363 'common/spellcheck_common.h',
[email protected]f6add48e2013-05-14 00:58:07364 'common/spellcheck_marker.h',
[email protected]3e267192011-03-25 01:55:45365 'common/spellcheck_messages.h',
[email protected]7ed49c22012-02-17 02:14:53366 'common/spellcheck_result.h',
[email protected]93156cec2011-09-12 21:14:44367 'common/switch_utils.cc',
368 'common/switch_utils.h',
[email protected]dd363682009-12-28 20:30:46369 'common/thumbnail_score.cc',
370 'common/thumbnail_score.h',
[email protected]b2ed9c672013-06-06 23:34:00371 'common/translate/language_detection_details.cc',
372 'common/translate/language_detection_details.h',
[email protected]1fb417f22013-06-10 11:28:06373 'common/translate/translate_errors.h',
[email protected]7a06d282013-05-03 04:39:33374 'common/tts_messages.h',
375 'common/tts_utterance_request.cc',
376 'common/tts_utterance_request.h',
[email protected]dd363682009-12-28 20:30:46377 'common/url_constants.cc',
378 'common/url_constants.h',
[email protected]93f50462013-05-10 04:40:40379 'common/web_application_info.cc',
380 'common/web_application_info.h',
[email protected]dd363682009-12-28 20:30:46381 'common/worker_thread_ticker.cc',
382 'common/worker_thread_ticker.h',
[email protected]dd363682009-12-28 20:30:46383 ],
384 'conditions': [
[email protected]989ae862013-03-13 04:22:58385 ['enable_extensions==1', {
[email protected]989ae862013-03-13 04:22:58386 'dependencies': [
[email protected]1ff64292013-07-18 20:37:15387 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
[email protected]e3a9ccfc2013-06-03 00:22:30388 '../device/usb/usb.gyp:device_usb',
[email protected]989ae862013-03-13 04:22:58389 ],
390 }, { # enable_extensions == 0
391 'sources/': [
392 ['exclude', '^common/extensions/api/'],
[email protected]989ae862013-03-13 04:22:58393 ['include', 'common/extensions/api/extension_action/action_info.cc'],
394 ['include', 'common/extensions/api/extension_action/action_info.h'],
[email protected]989ae862013-03-13 04:22:58395 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
396 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
397 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
398 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
[email protected]09a8631eb2013-03-27 22:52:44399 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
400 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
[email protected]d02e3542013-07-15 12:27:25401 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
402 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
[email protected]d02e3542013-07-15 12:27:25403 ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.cc'],
404 ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.h'],
[email protected]989ae862013-03-13 04:22:58405 ],
406 }],
[email protected]c51694f2013-06-25 02:50:24407 ['OS=="win" or OS=="mac"', {
408 'sources': [
[email protected]580ce3d62013-07-31 05:28:48409 'common/media_galleries/itunes_library.cc',
410 'common/media_galleries/itunes_library.h',
[email protected]62116d02013-06-26 04:32:00411 'common/media_galleries/picasa_types.cc',
412 'common/media_galleries/picasa_types.h',
413 'common/media_galleries/pmp_constants.h',
[email protected]c51694f2013-06-25 02:50:24414 ],
415 }],
[email protected]19fa62bf2013-10-17 17:55:41416 ['OS=="mac"', {
417 'sources': [
418 'common/media_galleries/iphoto_library.cc',
419 'common/media_galleries/iphoto_library.h',
420 ],
421 }],
[email protected]fdaed545c2012-10-20 19:13:04422 ['OS != "ios"', {
423 'dependencies': [
[email protected]e9d3b952013-11-05 20:13:02424 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
[email protected]d04f81912013-06-18 14:52:13425 '<(DEPTH)/components/components.gyp:autofill_core_common',
[email protected]45b53fb2013-12-12 19:28:06426 '<(DEPTH)/components/components.gyp:autofill_content_common',
[email protected]058fe532013-11-28 06:45:59427 '<(DEPTH)/components/nacl.gyp:nacl_common',
[email protected]54ac11b2013-12-04 19:50:37428 '<(DEPTH)/components/components.gyp:visitedlink_common',
[email protected]558878cc82013-11-09 01:25:51429 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
[email protected]fdaed545c2012-10-20 19:13:04430 '<(DEPTH)/ipc/ipc.gyp:ipc',
[email protected]fdaed545c2012-10-20 19:13:04431 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
432 '<(DEPTH)/third_party/re2/re2.gyp:re2',
433 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
[email protected]fdaed545c2012-10-20 19:13:04434 ],
435 }, { # OS == ios
436 'sources/': [
[email protected]fdaed545c2012-10-20 19:13:04437 ['exclude', '^common/child_process_'],
438 ['exclude', '^common/chrome_content_client\\.cc$'],
439 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
440 ['exclude', '^common/common_message_generator\\.cc$'],
441 ['exclude', '^common/common_param_traits'],
442 ['exclude', '^common/custom_handlers/'],
443 ['exclude', '^common/extensions/'],
[email protected]fdaed545c2012-10-20 19:13:04444 ['exclude', '^common/logging_chrome\\.'],
445 ['exclude', '^common/multi_process_'],
446 ['exclude', '^common/nacl_'],
447 ['exclude', '^common/pepper_flash\\.'],
448 ['exclude', '^common/profiling\\.'],
449 ['exclude', '^common/service_process_util_'],
450 ['exclude', '^common/spellcheck_'],
[email protected]1352ca92013-04-30 02:30:27451 ['exclude', '^common/validation_message_'],
[email protected]fdaed545c2012-10-20 19:13:04452 ['exclude', '^common/web_apps\\.'],
453 # TODO(ios): Include files here as they are made to work; once
454 # everything is online, remove everything below here and just
455 # use the exclusions above.
[email protected]b7d1efa62012-11-16 11:22:02456 ['exclude', '\\.(cc|mm)$'],
457 ['include', '_ios\\.(cc|mm)$'],
458 ['include', '(^|/)ios/'],
459 ['include', '^common/chrome_version_info\\.cc$'],
[email protected]d7575c22013-07-11 13:54:22460 ['include', '^common/translate'],
[email protected]b7d1efa62012-11-16 11:22:02461 ['include', '^common/zip'],
[email protected]fdaed545c2012-10-20 19:13:04462 ],
[email protected]271e88fc2013-05-06 07:48:05463 'include_dirs': [
464 '<(DEPTH)/breakpad/src',
465 ],
[email protected]fdaed545c2012-10-20 19:13:04466 }],
[email protected]f757c1a2013-11-07 09:02:36467 ['enable_printing!=0', {
468 'dependencies': [
469 '<(DEPTH)/printing/printing.gyp:printing',
470 ],
471 }],
[email protected]e389c472013-07-24 02:49:58472 ['OS!="ios" and chrome_multiple_dll!=1', {
473 'dependencies': [
[email protected]a356e5cc2013-09-24 02:54:46474 '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue',
[email protected]e389c472013-07-24 02:49:58475 ],
476 }],
[email protected]9f6167c2012-03-16 02:28:17477 ['OS=="android"', {
478 'sources/': [
[email protected]281288d2012-11-09 03:03:23479 ['exclude', '^common/chrome_version_info_posix.cc'],
[email protected]9f6167c2012-03-16 02:28:17480 ['exclude', '^common/service_'],
481 ],
[email protected]81bdab22013-09-02 21:12:52482 'sources!': [
483 'common/badge_util.cc',
484 'common/extensions/api/extension_action/browser_action_handler.cc',
485 'common/extensions/api/extension_action/page_action_handler.cc',
486 'common/extensions/api/spellcheck/spellcheck_handler.cc',
487 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
488 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
489 'common/icon_with_badge_image_source.cc',
490 'common/importer/imported_bookmark_entry.cc',
491 'common/importer/importer_bridge.cc',
492 'common/importer/importer_data_types.cc',
493 'common/importer/importer_url_row.cc',
494 'common/net/url_util.cc',
[email protected]81bdab22013-09-02 21:12:52495 'common/spellcheck_common.cc',
496 ],
[email protected]9f6167c2012-03-16 02:28:17497 }],
[email protected]93156cec2011-09-12 21:14:44498 ['OS=="win"', {
499 'include_dirs': [
[email protected]27b38d62013-08-14 18:12:11500 '<(DEPTH)/breakpad/src',
[email protected]93156cec2011-09-12 21:14:44501 '<(DEPTH)/third_party/wtl/include',
[email protected]f65fdfc2013-03-05 21:56:04502 ],
[email protected]ef777a42011-11-25 13:15:43503 }],
[email protected]c1cc0e02013-07-04 12:46:35504 ['enable_mdns == 1', {
505 'sources': [
[email protected]686e985e2013-07-18 22:04:56506 'common/local_discovery/local_discovery_messages.h',
[email protected]c1cc0e02013-07-04 12:46:35507 ]
508 }],
[email protected]cb5e5072011-05-19 21:49:41509 ['toolkit_uses_gtk == 1', {
[email protected]dd363682009-12-28 20:30:46510 'dependencies': [
511 '../build/linux/system.gyp:gtk',
512 ],
513 'export_dependent_settings': [
514 '../third_party/sqlite/sqlite.gyp:sqlite',
515 ],
516 'link_settings': {
517 'libraries': [
518 '-lX11',
519 '-lXrender',
[email protected]8b46c13b2010-01-26 19:50:54520 '-lXss',
[email protected]dd363682009-12-28 20:30:46521 '-lXext',
522 ],
523 },
[email protected]0ce34852011-09-23 20:00:51524 }],
[email protected]89886fa32012-10-08 23:46:33525 ['chromeos==1', {
[email protected]3a12f882011-12-14 06:39:25526 'sources!': [
527 'common/chrome_version_info_linux.cc',
528 ],
529 }],
[email protected]b9bbf5532011-11-03 07:35:22530 ['OS=="mac"', {
531 'dependencies': [
[email protected]a023dca2013-12-18 03:58:36532 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
[email protected]b9bbf5532011-11-03 07:35:22533 '../third_party/mach_override/mach_override.gyp:mach_override',
534 ],
535 'include_dirs': [
[email protected]271e88fc2013-05-06 07:48:05536 '<(DEPTH)/breakpad/src',
[email protected]b9bbf5532011-11-03 07:35:22537 ],
[email protected]1f26b9a2012-02-28 00:29:38538 'sources!': [
539 'common/child_process_logging_posix.cc',
540 'common/chrome_version_info_posix.cc',
541 ],
[email protected]b9bbf5532011-11-03 07:35:22542 }],
543 ['remoting==1', {
544 'dependencies': [
545 '../remoting/remoting.gyp:remoting_client_plugin',
546 ],
547 }],
[email protected]098dff8a2013-01-23 20:54:49548 ['enable_automation==0', {
549 'sources/': [
550 ['exclude', '^common/automation_']
[email protected]edf48d42013-03-07 05:44:43551 ]
[email protected]90b54ed2013-01-28 10:38:42552 }],
[email protected]e3d193772013-09-11 15:18:26553 ['enable_plugins==0', {
554 'source!' : [
555 'common/pepper_permission_util.cc',
556 ],
557 }],
[email protected]90b54ed2013-01-28 10:38:42558 ['use_system_nspr==1', {
559 'dependencies': [
560 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
561 ],
562 }],
[email protected]6ef98b5a2013-05-31 23:58:31563 ['enable_webrtc==0', {
564 'sources!': [
565 'common/media/webrtc_logging_messages.h',
566 ]
567 }],
[email protected]1e54c1c2013-08-12 17:16:05568 ['enable_printing==0', {
569 'sources!': [
570 'common/print_messages.cc',
571 'common/print_messages.h',
572 ]
573 }],
[email protected]991573e2013-12-16 13:49:20574 ['configuration_policy==1', {
575 'dependencies': [
576 '<(DEPTH)/components/components.gyp:policy',
577 ],
578 }],
[email protected]b9bbf5532011-11-03 07:35:22579 ],
[email protected]fdaed545c2012-10-20 19:13:04580 'target_conditions': [
581 ['OS == "ios"', {
582 'sources/': [
583 # Pull in specific Mac files for iOS (which have been filtered out
584 # by file name rules).
585 ['include', '^common/chrome_version_info_mac\\.mm$'],
586 ],
587 }],
588 ],
[email protected]b9bbf5532011-11-03 07:35:22589 'export_dependent_settings': [
590 '../base/base.gyp:base',
[email protected]8a59a082012-03-07 02:27:30591 'metrics_proto',
[email protected]b9bbf5532011-11-03 07:35:22592 ],
593 },
594 {
595 'target_name': 'common_version',
596 'type': 'none',
597 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04598 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
[email protected]b9bbf5532011-11-03 07:35:22599 'direct_dependent_settings': {
600 'include_dirs': [
601 '<(SHARED_INTERMEDIATE_DIR)',
602 ],
603 },
[email protected]79440c52010-08-27 22:53:02604 # Because posix_version generates a header, we must set the
605 # hard_dependency flag.
606 'hard_dependency': 1,
[email protected]4641d3c2010-08-26 21:44:13607 'actions': [
608 {
609 'action_name': 'posix_version',
610 'variables': {
611 'lastchange_path':
[email protected]9046a112012-01-31 20:45:25612 '<(DEPTH)/build/util/LASTCHANGE',
[email protected]4641d3c2010-08-26 21:44:13613 'version_py_path': 'tools/build/version.py',
614 'version_path': 'VERSION',
615 'template_input_path': 'common/chrome_version_info_posix.h.version',
616 },
617 'conditions': [
618 [ 'branding == "Chrome"', {
619 'variables': {
620 'branding_path':
621 'app/theme/google_chrome/BRANDING',
622 },
623 }, { # else branding!="Chrome"
624 'variables': {
625 'branding_path':
626 'app/theme/chromium/BRANDING',
627 },
628 }],
629 ],
630 'inputs': [
631 '<(template_input_path)',
632 '<(version_path)',
633 '<(branding_path)',
634 '<(lastchange_path)',
635 ],
636 'outputs': [
637 '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_posix.h',
638 ],
639 'action': [
640 'python',
641 '<(version_py_path)',
642 '-f', '<(version_path)',
643 '-f', '<(branding_path)',
644 '-f', '<(lastchange_path)',
645 '<(template_input_path)',
646 '<@(_outputs)',
647 ],
648 'message': 'Generating version information',
649 },
650 ],
651 }],
[email protected]dd363682009-12-28 20:30:46652 ],
653 },
[email protected]3c3065d2010-05-06 21:59:55654 {
655 'target_name': 'common_net',
[email protected]5a547332011-05-19 23:18:53656 'type': 'static_library',
[email protected]3c3065d2010-05-06 21:59:55657 'sources': [
[email protected]2ea1efe2013-07-17 05:23:13658 'common/net/net_error_info.cc',
659 'common/net/net_error_info.h',
[email protected]06305962012-05-09 22:34:36660 'common/net/net_resource_provider.cc',
661 'common/net/net_resource_provider.h',
662 'common/net/predictor_common.h',
[email protected]4f3b4462013-07-27 19:20:18663 'common/net/url_fixer_upper.cc',
664 'common/net/url_fixer_upper.h',
[email protected]06305962012-05-09 22:34:36665 'common/net/url_util.cc',
666 'common/net/url_util.h',
[email protected]b1c2a5542010-10-08 12:44:40667 'common/net/x509_certificate_model.cc',
668 'common/net/x509_certificate_model_nss.cc',
669 'common/net/x509_certificate_model_openssl.cc',
670 'common/net/x509_certificate_model.h',
[email protected]3c3065d2010-05-06 21:59:55671 ],
672 'dependencies': [
[email protected]37794d02011-11-30 18:24:29673 '<(DEPTH)/base/base.gyp:base',
674 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
675 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
676 '<(DEPTH)/crypto/crypto.gyp:crypto',
[email protected]37794d02011-11-30 18:24:29677 '<(DEPTH)/net/net.gyp:net_resources',
678 '<(DEPTH)/net/net.gyp:net',
679 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
680 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
[email protected]3c3065d2010-05-06 21:59:55681 ],
[email protected]b1c2a5542010-10-08 12:44:40682 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04683 ['OS != "ios"', {
684 'dependencies': [
685 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
686 ],
687 }, { # OS == ios
688 'sources!': [
689 'common/net/net_resource_provider.cc',
690 'common/net/x509_certificate_model.cc',
691 ],
692 }],
693 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
[email protected]638e9df42011-05-31 17:19:30694 'dependencies': [
695 '../build/linux/system.gyp:ssl',
[email protected]b1c2a5542010-10-08 12:44:40696 ],
697 },
[email protected]af221ff2012-04-03 05:22:39698 ],
[email protected]fdaed545c2012-10-20 19:13:04699 ['os_posix != 1 or OS == "mac" or OS == "ios"', {
[email protected]b1c2a5542010-10-08 12:44:40700 'sources!': [
701 'common/net/x509_certificate_model_nss.cc',
702 'common/net/x509_certificate_model_openssl.cc',
703 ],
704 },
705 ],
[email protected]af221ff2012-04-03 05:22:39706 ['OS == "android"', {
707 'dependencies': [
[email protected]8e853b142012-05-16 07:40:01708 '../third_party/openssl/openssl.gyp:openssl',
[email protected]af221ff2012-04-03 05:22:39709 ],
710 },
711 ],
[email protected]b1c2a5542010-10-08 12:44:40712 ['use_openssl==1', {
713 'sources!': [
714 'common/net/x509_certificate_model_nss.cc',
715 ],
716 },
717 { # else !use_openssl: remove the unneeded files
718 'sources!': [
719 'common/net/x509_certificate_model_openssl.cc',
720 ],
721 },
722 ],
[email protected]b1d2c742013-01-21 18:04:52723 ['OS=="win"', {
724 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
725 'msvs_disabled_warnings': [4267, ],
726 },
727 ],
[email protected]129d11452012-03-01 01:56:56728 ],
[email protected]3c3065d2010-05-06 21:59:55729 },
[email protected]133139772011-04-14 22:14:13730 {
[email protected]1c20dd62011-08-19 21:54:33731 # Protobuf compiler / generator for the safebrowsing client
732 # model proto and the client-side detection (csd) request
733 # protocol buffer.
[email protected]cae64fe2011-06-17 17:54:50734 'target_name': 'safe_browsing_proto',
[email protected]1c20dd62011-08-19 21:54:33735 'type': 'static_library',
736 'sources': [
737 'common/safe_browsing/client_model.proto',
[email protected]8e289f0b2013-12-17 17:49:07738 'common/safe_browsing/crx_info.proto',
[email protected]1c20dd62011-08-19 21:54:33739 'common/safe_browsing/csd.proto'
[email protected]cae64fe2011-06-17 17:54:50740 ],
[email protected]1c20dd62011-08-19 21:54:33741 'variables': {
742 'proto_in_dir': 'common/safe_browsing',
743 'proto_out_dir': 'chrome/common/safe_browsing',
[email protected]cae64fe2011-06-17 17:54:50744 },
[email protected]1c20dd62011-08-19 21:54:33745 'includes': [ '../build/protoc.gypi' ],
[email protected]133139772011-04-14 22:14:13746 },
[email protected]7ae45d0502012-01-31 00:29:26747 {
748 # Protobuf compiler / generator for UMA (User Metrics Analysis).
749 'target_name': 'metrics_proto',
750 'type': 'static_library',
751 'sources': [
[email protected]f89fdab12012-05-04 23:27:21752 'common/metrics/proto/chrome_experiments.proto',
[email protected]7ae45d0502012-01-31 00:29:26753 'common/metrics/proto/chrome_user_metrics_extension.proto',
754 'common/metrics/proto/histogram_event.proto',
755 'common/metrics/proto/omnibox_event.proto',
[email protected]f65859e2013-02-04 20:00:25756 'common/metrics/proto/perf_data.proto',
[email protected]9d7c4a82013-05-07 12:10:49757 'common/metrics/proto/permuted_entropy_cache.proto',
[email protected]2a08b1d2012-02-18 00:30:04758 'common/metrics/proto/profiler_event.proto',
[email protected]7ae45d0502012-01-31 00:29:26759 'common/metrics/proto/system_profile.proto',
760 'common/metrics/proto/user_action_event.proto',
761 ],
762 'variables': {
763 'proto_in_dir': 'common/metrics/proto',
764 'proto_out_dir': 'chrome/common/metrics/proto',
765 },
766 'includes': [ '../build/protoc.gypi' ],
767 },
[email protected]dd363682009-12-28 20:30:46768 ],
[email protected]dd363682009-12-28 20:30:46769}