blob: 0d1f40359748878919e027e0244e83c2e2ee3334 [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]7dc8d802013-06-18 12:21:1939 '<(DEPTH)/components/components.gyp:breakpad_common',
[email protected]1f371fa2013-01-23 00:35:1440 '<(DEPTH)/components/components.gyp:visitedlink_common',
[email protected]37794d02011-11-30 18:24:2941 '<(DEPTH)/content/content.gyp:content_common',
[email protected]37794d02011-11-30 18:24:2942 '<(DEPTH)/net/net.gyp:net',
[email protected]37794d02011-11-30 18:24:2943 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]37794d02011-11-30 18:24:2944 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
[email protected]20f999b52012-08-24 22:32:5947 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
[email protected]37794d02011-11-30 18:24:2948 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
[email protected]4170d3a2013-05-03 23:02:5749 '<(DEPTH)/third_party/zlib/zlib.gyp:zip',
[email protected]37794d02011-11-30 18:24:2950 '<(DEPTH)/ui/ui.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]885c0e92012-11-13 20:27:4257 '../extensions/common/constants.cc',
58 '../extensions/common/constants.h',
[email protected]993da5e2013-03-23 21:25:1659 '../extensions/common/crx_file.cc',
60 '../extensions/common/crx_file.h',
[email protected]d5cc8692013-02-01 01:51:3661 '../extensions/common/draggable_region.cc',
62 '../extensions/common/draggable_region.h',
[email protected]e9f541a2012-11-19 21:52:3163 '../extensions/common/error_utils.cc',
64 '../extensions/common/error_utils.h',
[email protected]4b3e1922013-02-12 04:45:5865 '../extensions/common/event_filter.cc',
66 '../extensions/common/event_filter.h',
67 '../extensions/common/event_filtering_info.cc',
68 '../extensions/common/event_filtering_info.h',
69 '../extensions/common/event_matcher.cc',
70 '../extensions/common/event_matcher.h',
[email protected]32efb042013-03-29 00:23:2171 '../extensions/common/extension_paths.cc',
72 '../extensions/common/extension_paths.h',
[email protected]993da5e2013-03-23 21:25:1673 '../extensions/common/extension_resource.cc',
74 '../extensions/common/extension_resource.h',
75 '../extensions/common/id_util.cc',
76 '../extensions/common/id_util.h',
[email protected]1d5e58b2013-01-31 08:41:4077 '../extensions/common/install_warning.cc',
[email protected]4a10006a2013-05-17 23:18:3578 '../extensions/common/install_warning.h',
[email protected]d32024d2013-02-04 23:15:1179 '../extensions/common/matcher/regex_set_matcher.cc',
80 '../extensions/common/matcher/regex_set_matcher.h',
81 '../extensions/common/matcher/string_pattern.cc',
82 '../extensions/common/matcher/string_pattern.h',
83 '../extensions/common/matcher/substring_set_matcher.cc',
84 '../extensions/common/matcher/substring_set_matcher.h',
85 '../extensions/common/matcher/url_matcher.cc',
86 '../extensions/common/matcher/url_matcher.h',
87 '../extensions/common/matcher/url_matcher_constants.cc',
88 '../extensions/common/matcher/url_matcher_constants.h',
89 '../extensions/common/matcher/url_matcher_factory.cc',
90 '../extensions/common/matcher/url_matcher_factory.h',
91 '../extensions/common/matcher/url_matcher_helpers.cc',
92 '../extensions/common/matcher/url_matcher_helpers.h',
[email protected]4a10006a2013-05-17 23:18:3593 '../extensions/common/one_shot_event.cc',
94 '../extensions/common/one_shot_event.h',
[email protected]885c0e92012-11-13 20:27:4295 '../extensions/common/url_pattern.cc',
96 '../extensions/common/url_pattern.h',
[email protected]e9f541a2012-11-19 21:52:3197 '../extensions/common/url_pattern_set.cc',
98 '../extensions/common/url_pattern_set.h',
[email protected]cb2edf22013-04-01 20:25:2399 '../extensions/common/view_type.cc',
100 '../extensions/common/view_type.h',
[email protected]4a6d74152011-09-26 20:42:30101 'common/all_messages.h',
[email protected]93156cec2011-09-12 21:14:44102 'common/attrition_experiments.h',
103 'common/auto_start_linux.cc',
104 'common/auto_start_linux.h',
[email protected]b7f64d742013-05-21 04:04:04105 'common/autocomplete_match_type.cc',
106 'common/autocomplete_match_type.h',
[email protected]cdb8bc282010-11-22 19:23:06107 'common/automation_constants.cc',
108 'common/automation_constants.h',
[email protected]c54ab2332011-12-05 21:05:42109 'common/automation_id.cc',
110 'common/automation_id.h',
[email protected]cdb8bc282010-11-22 19:23:06111 'common/automation_messages.cc',
112 'common/automation_messages.h',
113 'common/automation_messages_internal.h',
114 'common/badge_util.cc',
115 'common/badge_util.h',
[email protected]62867b02012-11-03 07:21:03116 'common/cancelable_task_tracker.cc',
117 'common/cancelable_task_tracker.h',
[email protected]93156cec2011-09-12 21:14:44118 'common/child_process_logging.h',
[email protected]93156cec2011-09-12 21:14:44119 'common/child_process_logging_mac.mm',
[email protected]1f26b9a2012-02-28 00:29:38120 'common/child_process_logging_posix.cc',
[email protected]93156cec2011-09-12 21:14:44121 'common/child_process_logging_win.cc',
[email protected]50e52cd2011-03-10 00:57:29122 'common/chrome_content_client.cc',
123 'common/chrome_content_client.h',
[email protected]18e78c582013-05-22 22:40:55124 'common/chrome_content_client_constants.cc',
[email protected]b7d1efa62012-11-16 11:22:02125 'common/chrome_content_client_ios.mm',
[email protected]93156cec2011-09-12 21:14:44126 'common/chrome_notification_types.h',
[email protected]c530c852011-10-24 18:18:34127 'common/chrome_result_codes.h',
[email protected]f3b357692013-03-22 05:16:13128 'common/chrome_process_type.h',
[email protected]dbd825842011-11-25 20:55:24129 'common/chrome_sandbox_type_mac.h',
[email protected]19a5c7442011-10-21 20:00:41130 'common/chrome_utility_messages.h',
[email protected]93156cec2011-09-12 21:14:44131 'common/chrome_version_info.cc',
[email protected]281288d2012-11-09 03:03:23132 'common/chrome_version_info_android.cc',
[email protected]3a12f882011-12-14 06:39:25133 'common/chrome_version_info_chromeos.cc',
[email protected]1f26b9a2012-02-28 00:29:38134 'common/chrome_version_info_posix.cc',
[email protected]93156cec2011-09-12 21:14:44135 'common/chrome_version_info_mac.mm',
136 'common/chrome_version_info_win.cc',
137 'common/chrome_version_info.h',
[email protected]13aec6c42011-10-27 21:22:08138 'common/cloud_print/cloud_print_class_mac.h',
139 'common/cloud_print/cloud_print_class_mac.mm',
[email protected]3eadbf22012-12-03 08:34:46140 'common/cloud_print/cloud_print_constants.cc',
141 'common/cloud_print/cloud_print_constants.h',
[email protected]b106ca52012-03-13 06:08:46142 'common/cloud_print/cloud_print_helpers.cc',
143 'common/cloud_print/cloud_print_helpers.h',
[email protected]de119cf22011-05-11 20:41:35144 'common/cloud_print/cloud_print_proxy_info.cc',
145 'common/cloud_print/cloud_print_proxy_info.h',
[email protected]fffaf972011-03-24 01:34:35146 'common/common_message_generator.cc',
147 'common/common_message_generator.h',
[email protected]79d68c62011-04-15 21:07:03148 'common/common_param_traits.cc',
149 'common/common_param_traits.h',
[email protected]af049dd2012-06-26 01:01:42150 'common/common_param_traits_macros.h',
[email protected]93156cec2011-09-12 21:14:44151 'common/content_settings.cc',
152 'common/content_settings.h',
153 'common/content_settings_helper.cc',
154 'common/content_settings_helper.h',
[email protected]1d03fa32011-09-21 08:19:27155 'common/content_settings_pattern.cc',
156 'common/content_settings_pattern.h',
157 'common/content_settings_pattern_parser.cc',
158 'common/content_settings_pattern_parser.h',
[email protected]93156cec2011-09-12 21:14:44159 'common/content_settings_types.h',
[email protected]50cdead2013-01-03 18:36:33160 'common/crash_keys.cc',
161 'common/crash_keys.h',
[email protected]083917c82011-07-13 00:34:35162 'common/custom_handlers/protocol_handler.cc',
163 'common/custom_handlers/protocol_handler.h',
[email protected]29699c22012-10-03 23:57:39164 'common/descriptors_android.h',
[email protected]fe69aa12013-02-01 03:37:27165 'common/dump_without_crashing.cc',
166 'common/dump_without_crashing.h',
[email protected]b76c288a2013-01-24 02:30:34167 'common/extensions/api/commands/commands_handler.cc',
168 'common/extensions/api/commands/commands_handler.h',
[email protected]23b3c0a2013-01-16 23:36:36169 'common/extensions/api/extension_action/action_info.cc',
170 'common/extensions/api/extension_action/action_info.h',
[email protected]f9655482013-02-13 09:22:51171 'common/extensions/api/extension_action/browser_action_handler.cc',
172 'common/extensions/api/extension_action/browser_action_handler.h',
173 'common/extensions/api/extension_action/page_action_handler.cc',
174 'common/extensions/api/extension_action/page_action_handler.h',
175 'common/extensions/api/extension_action/script_badge_handler.cc',
176 'common/extensions/api/extension_action/script_badge_handler.h',
[email protected]d356c982012-12-12 19:32:55177 'common/extensions/api/extension_api.cc',
178 'common/extensions/api/extension_api.h',
179 'common/extensions/api/extension_api_stub.cc',
[email protected]06492ed2013-03-24 22:13:14180 'common/extensions/api/file_handlers/file_handlers_parser.cc',
181 'common/extensions/api/file_handlers/file_handlers_parser.h',
[email protected]0273969d2013-01-30 22:16:31182 'common/extensions/api/i18n/default_locale_handler.cc',
183 'common/extensions/api/i18n/default_locale_handler.h',
[email protected]29e0c4e72013-02-01 04:42:56184 'common/extensions/api/identity/oauth2_manifest_handler.cc',
185 'common/extensions/api/identity/oauth2_manifest_handler.h',
[email protected]4af65592013-01-04 21:06:19186 'common/extensions/api/input_ime/input_components_handler.cc',
187 'common/extensions/api/input_ime/input_components_handler.h',
[email protected]09a8631eb2013-03-27 22:52:44188 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
189 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
[email protected]d356c982012-12-12 19:32:55190 'common/extensions/api/omnibox/omnibox_handler.cc',
191 'common/extensions/api/omnibox/omnibox_handler.h',
[email protected]79e4ec902013-02-12 03:46:12192 'common/extensions/api/page_launcher/page_launcher_handler.cc',
193 'common/extensions/api/page_launcher/page_launcher_handler.h',
[email protected]098fa7a2013-03-08 22:11:17194 'common/extensions/api/plugins/plugins_handler.cc',
195 'common/extensions/api/plugins/plugins_handler.h',
[email protected]692a8062013-01-10 04:14:42196 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
197 'common/extensions/api/speech/tts_engine_manifest_handler.h',
[email protected]76628452013-04-26 04:39:32198 'common/extensions/api/spellcheck/spellcheck_handler.cc',
199 'common/extensions/api/spellcheck/spellcheck_handler.h',
[email protected]4e786932013-03-25 19:21:04200 'common/extensions/api/system_indicator/system_indicator_handler.cc',
201 'common/extensions/api/system_indicator/system_indicator_handler.h',
[email protected]9367eabc2013-03-01 01:29:29202 'common/extensions/background_info.cc',
203 'common/extensions/background_info.h',
[email protected]d592b1bd2013-05-06 06:40:47204 'common/extensions/chrome_manifest_handlers.cc',
205 'common/extensions/chrome_manifest_handlers.h',
[email protected]65907942012-05-22 19:59:47206 'common/extensions/command.cc',
207 'common/extensions/command.h',
[email protected]f1d88d92013-02-16 01:54:47208 'common/extensions/csp_handler.cc',
209 'common/extensions/csp_handler.h',
[email protected]ee0be772011-12-02 08:02:10210 'common/extensions/csp_validator.cc',
211 'common/extensions/csp_validator.h',
[email protected]d15e8a02013-05-30 03:24:26212 'common/extensions/dom_action_types.h',
[email protected]dd363682009-12-28 20:30:46213 'common/extensions/extension.cc',
214 'common/extensions/extension.h',
215 'common/extensions/extension_constants.cc',
216 'common/extensions/extension_constants.h',
[email protected]7c927b62010-02-24 09:54:13217 'common/extensions/extension_file_util.cc',
218 'common/extensions/extension_file_util.h',
[email protected]807871f2010-09-16 01:04:48219 'common/extensions/extension_icon_set.cc',
220 'common/extensions/extension_icon_set.h',
[email protected]dd363682009-12-28 20:30:46221 'common/extensions/extension_l10n_util.cc',
222 'common/extensions/extension_l10n_util.h',
[email protected]8a58f9a2010-05-18 18:38:09223 'common/extensions/extension_localization_peer.cc',
224 'common/extensions/extension_localization_peer.h',
[email protected]a52c0e92012-03-23 06:02:24225 'common/extensions/extension_manifest_constants.cc',
226 'common/extensions/extension_manifest_constants.h',
[email protected]44c49c92011-03-28 16:17:23227 'common/extensions/extension_messages.cc',
228 'common/extensions/extension_messages.h',
[email protected]808d1512011-12-14 16:29:59229 'common/extensions/extension_process_policy.cc',
230 'common/extensions/extension_process_policy.h',
[email protected]ec7db282011-01-29 01:11:36231 'common/extensions/extension_set.cc',
232 'common/extensions/extension_set.h',
[email protected]ee837d32012-10-02 22:25:49233 'common/extensions/feature_switch.cc',
234 'common/extensions/feature_switch.h',
[email protected]4770acb2013-03-28 12:40:24235 'common/extensions/features/api_feature.cc',
236 'common/extensions/features/api_feature.h',
[email protected]4b927fe2012-12-15 20:30:45237 'common/extensions/features/base_feature_provider.cc',
238 'common/extensions/features/base_feature_provider.h',
239 'common/extensions/features/complex_feature.cc',
240 'common/extensions/features/complex_feature.h',
[email protected]5115ccc2012-06-11 19:47:07241 'common/extensions/features/feature.cc',
242 'common/extensions/features/feature.h',
243 'common/extensions/features/feature_provider.h',
244 'common/extensions/features/manifest_feature.cc',
245 'common/extensions/features/manifest_feature.h',
246 'common/extensions/features/permission_feature.cc',
247 'common/extensions/features/permission_feature.h',
[email protected]4b927fe2012-12-15 20:30:45248 'common/extensions/features/simple_feature.cc',
249 'common/extensions/features/simple_feature.h',
[email protected]06492ed2013-03-24 22:13:14250 'common/extensions/incognito_handler.cc',
251 'common/extensions/incognito_handler.h',
[email protected]953620b2011-12-04 00:55:32252 'common/extensions/manifest.cc',
253 'common/extensions/manifest.h',
[email protected]d356c982012-12-12 19:32:55254 'common/extensions/manifest_handler.cc',
255 'common/extensions/manifest_handler.h',
[email protected]23b3c0a2013-01-16 23:36:36256 'common/extensions/manifest_handler_helpers.cc',
257 'common/extensions/manifest_handler_helpers.h',
[email protected]561e33d52013-04-03 06:58:43258 'common/extensions/manifest_handlers/app_isolation_info.cc',
259 'common/extensions/manifest_handlers/app_isolation_info.h',
[email protected]6b414c232013-06-05 07:53:34260 'common/extensions/manifest_handlers/app_launch_info.cc',
261 'common/extensions/manifest_handlers/app_launch_info.h',
[email protected]334ec0a2013-03-24 01:36:16262 'common/extensions/manifest_handlers/content_scripts_handler.cc',
263 'common/extensions/manifest_handlers/content_scripts_handler.h',
[email protected]5c259802013-04-24 09:27:05264 'common/extensions/manifest_handlers/externally_connectable.cc',
265 'common/extensions/manifest_handlers/externally_connectable.h',
[email protected]abe720c02013-04-12 04:00:10266 'common/extensions/manifest_handlers/icons_handler.cc',
267 'common/extensions/manifest_handlers/icons_handler.h',
[email protected]7152d4dd2013-03-29 06:06:41268 'common/extensions/manifest_handlers/kiosk_enabled_info.cc',
269 'common/extensions/manifest_handlers/kiosk_enabled_info.h',
[email protected]31622542013-05-30 19:42:30270 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
271 'common/extensions/manifest_handlers/nacl_modules_handler.h',
[email protected]da80bdf2013-03-28 23:27:21272 'common/extensions/manifest_handlers/offline_enabled_info.cc',
273 'common/extensions/manifest_handlers/offline_enabled_info.h',
[email protected]d5a8df32013-03-26 07:20:41274 'common/extensions/manifest_handlers/requirements_handler.cc',
275 'common/extensions/manifest_handlers/requirements_handler.h',
[email protected]2702b79f2013-03-27 08:44:33276 'common/extensions/manifest_handlers/sandboxed_page_info.cc',
277 'common/extensions/manifest_handlers/sandboxed_page_info.h',
[email protected]b56d3c72013-04-30 01:04:35278 'common/extensions/manifest_handlers/shared_module_info.cc',
279 'common/extensions/manifest_handlers/shared_module_info.h',
[email protected]72b49d42013-04-19 12:47:31280 'common/extensions/manifest_handlers/theme_handler.cc',
281 'common/extensions/manifest_handlers/theme_handler.h',
[email protected]a405f6d2013-01-11 11:50:13282 'common/extensions/manifest_url_handler.cc',
283 'common/extensions/manifest_url_handler.h',
[email protected]40404bc2012-07-25 17:40:49284 'common/extensions/message_bundle.cc',
285 'common/extensions/message_bundle.h',
[email protected]92549352013-03-12 07:55:57286 'common/extensions/mime_types_handler.cc',
287 'common/extensions/mime_types_handler.h',
[email protected]c2e66e12012-06-27 06:27:06288 'common/extensions/permissions/api_permission.cc',
289 'common/extensions/permissions/api_permission.h',
[email protected]1d8b79a2012-08-16 20:22:54290 'common/extensions/permissions/api_permission_set.cc',
291 'common/extensions/permissions/api_permission_set.h',
[email protected]288ce6c2012-12-03 21:05:24292 'common/extensions/permissions/bluetooth_device_permission.cc',
293 'common/extensions/permissions/bluetooth_device_permission.h',
[email protected]f3cc80632012-12-06 19:30:25294 'common/extensions/permissions/bluetooth_device_permission_data.cc',
295 'common/extensions/permissions/bluetooth_device_permission_data.h',
[email protected]e676f8f2013-04-04 09:04:37296 'common/extensions/permissions/chrome_api_permissions.cc',
297 'common/extensions/permissions/chrome_api_permissions.h',
[email protected]398d77b2013-01-17 01:31:06298 'common/extensions/permissions/media_galleries_permission.cc',
299 'common/extensions/permissions/media_galleries_permission.h',
300 'common/extensions/permissions/media_galleries_permission_data.cc',
301 'common/extensions/permissions/media_galleries_permission_data.h',
[email protected]c2e66e12012-06-27 06:27:06302 'common/extensions/permissions/permission_message.cc',
303 'common/extensions/permissions/permission_message.h',
304 'common/extensions/permissions/permission_set.cc',
305 'common/extensions/permissions/permission_set.h',
[email protected]2cb5e302013-05-09 05:00:06306 'common/extensions/permissions/permissions_data.cc',
307 'common/extensions/permissions/permissions_data.h',
[email protected]c2e66e12012-06-27 06:27:06308 'common/extensions/permissions/permissions_info.cc',
309 'common/extensions/permissions/permissions_info.h',
[email protected]f3cc80632012-12-06 19:30:25310 'common/extensions/permissions/set_disjunction_permission.h',
[email protected]1d8b79a2012-08-16 20:22:54311 'common/extensions/permissions/socket_permission.cc',
312 'common/extensions/permissions/socket_permission.h',
313 'common/extensions/permissions/socket_permission_data.cc',
314 'common/extensions/permissions/socket_permission_data.h',
[email protected]ad46f222012-12-11 07:18:15315 'common/extensions/permissions/usb_device_permission.cc',
316 'common/extensions/permissions/usb_device_permission.h',
317 'common/extensions/permissions/usb_device_permission_data.cc',
318 'common/extensions/permissions/usb_device_permission_data.h',
[email protected]8f3bcbd2013-06-05 08:42:40319 'common/extensions/sync_helper.cc',
320 'common/extensions/sync_helper.h',
[email protected]b3fe68d2012-07-16 19:14:39321 'common/extensions/unpacker.cc',
322 'common/extensions/unpacker.h',
[email protected]dd363682009-12-28 20:30:46323 'common/extensions/update_manifest.cc',
324 'common/extensions/update_manifest.h',
[email protected]dd363682009-12-28 20:30:46325 'common/extensions/user_script.cc',
326 'common/extensions/user_script.h',
[email protected]d9e559d2012-07-05 01:04:57327 'common/extensions/value_counter.cc',
328 'common/extensions/value_counter.h',
[email protected]d4e96fa2013-01-16 21:12:54329 'common/extensions/web_accessible_resources_handler.cc',
330 'common/extensions/web_accessible_resources_handler.h',
[email protected]93156cec2011-09-12 21:14:44331 'common/external_ipc_fuzzer.h',
332 'common/external_ipc_fuzzer.cc',
[email protected]6ae45eb2012-11-29 23:27:28333 'common/icon_with_badge_image_source.cc',
334 'common/icon_with_badge_image_source.h',
[email protected]8b169b4b2013-03-23 18:24:46335 'common/instant_restricted_id_cache.h',
[email protected]0e7cb682012-08-15 04:04:38336 'common/instant_types.cc',
[email protected]93156cec2011-09-12 21:14:44337 'common/instant_types.h',
[email protected]7af5e1a72013-03-19 03:31:31338 'common/json_schema/json_schema_constants.cc',
339 'common/json_schema/json_schema_constants.h',
340 'common/json_schema/json_schema_validator.cc',
341 'common/json_schema/json_schema_validator.h',
[email protected]499512b2012-08-08 19:27:49342 'common/localized_error.cc',
343 'common/localized_error.h',
[email protected]93156cec2011-09-12 21:14:44344 'common/logging_chrome.cc',
345 'common/logging_chrome.h',
[email protected]46821242011-08-19 13:59:59346 'common/mac/app_mode_common.h',
347 'common/mac/app_mode_common.mm',
[email protected]00ecec52011-08-19 20:01:24348 'common/mac/cfbundle_blocker.h',
349 'common/mac/cfbundle_blocker.mm',
[email protected]46821242011-08-19 13:59:59350 'common/mac/launchd.h',
351 'common/mac/launchd.mm',
[email protected]d9b6d572012-10-22 16:41:19352 'common/mac/nscoder_util.h',
353 'common/mac/nscoder_util.mm',
[email protected]d02437b2011-09-06 17:25:15354 'common/mac/objc_method_swizzle.h',
355 'common/mac/objc_method_swizzle.mm',
356 'common/mac/objc_zombie.h',
357 'common/mac/objc_zombie.mm',
[email protected]6ef98b5a2013-05-31 23:58:31358 'common/media/webrtc_logging_messages.h',
[email protected]20f999b52012-08-24 22:32:59359 'common/metrics/entropy_provider.cc',
360 'common/metrics/entropy_provider.h',
[email protected]e182be02012-01-27 02:35:44361 'common/metrics/metrics_log_base.cc',
362 'common/metrics/metrics_log_base.h',
[email protected]2e4cd1a2012-01-12 08:51:03363 'common/metrics/metrics_log_manager.cc',
364 'common/metrics/metrics_log_manager.h',
[email protected]e182be02012-01-27 02:35:44365 'common/metrics/metrics_service_base.cc',
366 'common/metrics/metrics_service_base.h',
[email protected]bca34942012-09-05 18:23:25367 'common/metrics/metrics_util.cc',
368 'common/metrics/metrics_util.h',
[email protected]e90c7562013-02-27 20:22:18369 'common/metrics/variations/uniformity_field_trials.cc',
370 'common/metrics/variations/uniformity_field_trials.h',
[email protected]cf265dc02012-08-15 01:01:16371 'common/metrics/variations/variations_util.cc',
372 'common/metrics/variations/variations_util.h',
[email protected]93156cec2011-09-12 21:14:44373 'common/multi_process_lock.h',
374 'common/multi_process_lock_linux.cc',
375 'common/multi_process_lock_mac.cc',
376 'common/multi_process_lock_win.cc',
377 'common/nacl_cmd_line.cc',
378 'common/nacl_cmd_line.h',
[email protected]01e59752013-06-18 00:17:35379 'common/nacl_host_messages.h',
[email protected]93156cec2011-09-12 21:14:44380 'common/nacl_messages.cc',
381 'common/nacl_messages.h',
[email protected]00d99542012-04-17 22:48:02382 'common/nacl_types.cc',
[email protected]93156cec2011-09-12 21:14:44383 'common/nacl_types.h',
[email protected]48c1ebd2013-04-27 02:22:27384 'common/omaha_query_params/omaha_query_params.cc',
385 'common/omaha_query_params/omaha_query_params.h',
[email protected]ca98bd32013-04-09 05:16:05386 'common/omnibox_focus_state.h',
[email protected]b6b15bcc2013-02-01 05:34:25387 'common/one_click_signin_messages.h',
[email protected]6ef98b5a2013-05-31 23:58:31388 'common/partial_circular_buffer.cc',
389 'common/partial_circular_buffer.h',
[email protected]9b4f6082012-04-24 01:43:07390 'common/pepper_flash.cc',
391 'common/pepper_flash.h',
[email protected]9d450492013-06-13 23:08:37392 'common/pepper_permission_util.cc',
393 'common/pepper_permission_util.h',
[email protected]be85e7d2012-10-31 08:34:20394 'common/pref_names_util.cc',
395 'common/pref_names_util.h',
[email protected]b4bd67a2011-08-22 19:04:09396 'common/print_messages.cc',
[email protected]1375e3ab2011-03-24 17:07:22397 'common/print_messages.h',
[email protected]93156cec2011-09-12 21:14:44398 'common/profiling.cc',
399 'common/profiling.h',
[email protected]93156cec2011-09-12 21:14:44400 'common/ref_counted_util.h',
[email protected]7a4de7a62010-08-17 18:38:24401 'common/render_messages.cc',
[email protected]dd363682009-12-28 20:30:46402 'common/render_messages.h',
[email protected]f6fd9042013-02-14 18:43:58403 'common/safe_browsing/download_protection_util.cc',
404 'common/safe_browsing/download_protection_util.h',
[email protected]93156cec2011-09-12 21:14:44405 'common/safe_browsing/safebrowsing_messages.h',
[email protected]f6fd9042013-02-14 18:43:58406 'common/safe_browsing/zip_analyzer.cc',
407 'common/safe_browsing/zip_analyzer.h',
[email protected]c08e7932011-03-29 04:08:14408 'common/search_provider.h',
[email protected]c3917742012-11-21 01:51:14409 'common/search_types.h',
[email protected]38fe1962010-07-31 07:57:00410 'common/service_messages.h',
[email protected]7a4de7a62010-08-17 18:38:24411 'common/service_process_util.cc',
412 'common/service_process_util.h',
[email protected]56f0f262011-02-24 17:14:36413 'common/service_process_util_linux.cc',
414 'common/service_process_util_mac.mm',
[email protected]146354942010-10-13 20:27:04415 'common/service_process_util_posix.cc',
[email protected]56f0f262011-02-24 17:14:36416 'common/service_process_util_posix.h',
[email protected]146354942010-10-13 20:27:04417 'common/service_process_util_win.cc',
[email protected]dd363682009-12-28 20:30:46418 'common/spellcheck_common.cc',
419 'common/spellcheck_common.h',
[email protected]f6add48e2013-05-14 00:58:07420 'common/spellcheck_marker.h',
[email protected]3e267192011-03-25 01:55:45421 'common/spellcheck_messages.h',
[email protected]7ed49c22012-02-17 02:14:53422 'common/spellcheck_result.h',
[email protected]b5febf72012-07-29 18:10:09423 'common/startup_metric_utils.cc',
424 'common/startup_metric_utils.h',
[email protected]93156cec2011-09-12 21:14:44425 'common/switch_utils.cc',
426 'common/switch_utils.h',
[email protected]dd363682009-12-28 20:30:46427 'common/thumbnail_score.cc',
428 'common/thumbnail_score.h',
[email protected]93156cec2011-09-12 21:14:44429 'common/time_format.cc',
430 'common/time_format.h',
[email protected]b2ed9c672013-06-06 23:34:00431 'common/translate/language_detection_details.cc',
432 'common/translate/language_detection_details.h',
[email protected]1fb417f22013-06-10 11:28:06433 'common/translate/translate_errors.h',
434 'common/translate/translate_util.cc',
435 'common/translate/translate_util.h',
[email protected]7a06d282013-05-03 04:39:33436 'common/tts_messages.h',
437 'common/tts_utterance_request.cc',
438 'common/tts_utterance_request.h',
[email protected]dd363682009-12-28 20:30:46439 'common/url_constants.cc',
440 'common/url_constants.h',
[email protected]1352ca92013-04-30 02:30:27441 'common/validation_message_messages.h',
[email protected]93f50462013-05-10 04:40:40442 'common/web_application_info.cc',
443 'common/web_application_info.h',
[email protected]cdb8bc282010-11-22 19:23:06444 'common/web_resource/web_resource_unpacker.cc',
445 'common/web_resource/web_resource_unpacker.h',
[email protected]dd363682009-12-28 20:30:46446 'common/worker_thread_ticker.cc',
447 'common/worker_thread_ticker.h',
[email protected]dd363682009-12-28 20:30:46448 ],
449 'conditions': [
[email protected]989ae862013-03-13 04:22:58450 ['enable_extensions==1', {
451 'sources!': [
452 'common/extensions/api/extension_api_stub.cc',
453 ],
454 'dependencies': [
[email protected]e3a9ccfc2013-06-03 00:22:30455 '../device/usb/usb.gyp:device_usb',
[email protected]989ae862013-03-13 04:22:58456 ],
457 }, { # enable_extensions == 0
458 'sources/': [
459 ['exclude', '^common/extensions/api/'],
460 ['include', 'common/extensions/api/extension_api_stub.cc'],
461 ['include', 'common/extensions/api/extension_action/action_info.cc'],
462 ['include', 'common/extensions/api/extension_action/action_info.h'],
463 ['include', 'common/extensions/api/extension_action/browser_action_handler.cc'],
464 ['include', 'common/extensions/api/extension_action/browser_action_handler.h'],
465 ['include', 'common/extensions/api/extension_action/page_action_handler.cc'],
466 ['include', 'common/extensions/api/extension_action/page_action_handler.h'],
[email protected]989ae862013-03-13 04:22:58467 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
468 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
469 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
470 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
471 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
472 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
[email protected]76628452013-04-26 04:39:32473 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc',],
474 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h',],
[email protected]09a8631eb2013-03-27 22:52:44475 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
476 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
[email protected]989ae862013-03-13 04:22:58477 ],
478 }],
[email protected]fdaed545c2012-10-20 19:13:04479 ['OS != "ios"', {
480 'dependencies': [
481 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
482 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
[email protected]feb7b45c2013-06-15 17:03:03483 '<(DEPTH)/components/components.gyp:autofill_common',
[email protected]fdaed545c2012-10-20 19:13:04484 '<(DEPTH)/ipc/ipc.gyp:ipc',
485 '<(DEPTH)/printing/printing.gyp:printing',
486 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
487 '<(DEPTH)/third_party/re2/re2.gyp:re2',
488 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
489 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
490 ],
491 }, { # OS == ios
492 'sources/': [
[email protected]fdaed545c2012-10-20 19:13:04493 ['exclude', '^common/child_process_'],
494 ['exclude', '^common/chrome_content_client\\.cc$'],
495 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
496 ['exclude', '^common/common_message_generator\\.cc$'],
497 ['exclude', '^common/common_param_traits'],
498 ['exclude', '^common/custom_handlers/'],
499 ['exclude', '^common/extensions/'],
500 ['exclude', '^common/external_ipc_fuzzer\\.'],
501 ['exclude', '^common/logging_chrome\\.'],
502 ['exclude', '^common/multi_process_'],
503 ['exclude', '^common/nacl_'],
504 ['exclude', '^common/pepper_flash\\.'],
505 ['exclude', '^common/profiling\\.'],
506 ['exclude', '^common/service_process_util_'],
507 ['exclude', '^common/spellcheck_'],
[email protected]1352ca92013-04-30 02:30:27508 ['exclude', '^common/validation_message_'],
[email protected]fdaed545c2012-10-20 19:13:04509 ['exclude', '^common/web_apps\\.'],
510 # TODO(ios): Include files here as they are made to work; once
511 # everything is online, remove everything below here and just
512 # use the exclusions above.
[email protected]b7d1efa62012-11-16 11:22:02513 ['exclude', '\\.(cc|mm)$'],
514 ['include', '_ios\\.(cc|mm)$'],
515 ['include', '(^|/)ios/'],
516 ['include', '^common/chrome_version_info\\.cc$'],
517 ['include', '^common/zip'],
[email protected]fdaed545c2012-10-20 19:13:04518 ],
[email protected]271e88fc2013-05-06 07:48:05519 'include_dirs': [
520 '<(DEPTH)/breakpad/src',
521 ],
[email protected]fdaed545c2012-10-20 19:13:04522 }],
[email protected]9f6167c2012-03-16 02:28:17523 ['OS=="android"', {
524 'sources/': [
[email protected]281288d2012-11-09 03:03:23525 ['exclude', '^common/chrome_version_info_posix.cc'],
[email protected]9f6167c2012-03-16 02:28:17526 ['exclude', '^common/service_'],
527 ],
[email protected]ccd90f02012-11-01 19:52:15528 'dependencies!': [
529 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
530 ],
[email protected]9f6167c2012-03-16 02:28:17531 }],
[email protected]93156cec2011-09-12 21:14:44532 ['OS=="win"', {
533 'include_dirs': [
534 '<(DEPTH)/third_party/wtl/include',
[email protected]f65fdfc2013-03-05 21:56:04535 ],
536 'sources!': [
537 'common/crash_keys.cc',
538 'common/crash_keys.h',
539 ],
[email protected]ef777a42011-11-25 13:15:43540 }],
[email protected]cb5e5072011-05-19 21:49:41541 ['toolkit_uses_gtk == 1', {
[email protected]dd363682009-12-28 20:30:46542 'dependencies': [
543 '../build/linux/system.gyp:gtk',
544 ],
545 'export_dependent_settings': [
546 '../third_party/sqlite/sqlite.gyp:sqlite',
547 ],
548 'link_settings': {
549 'libraries': [
550 '-lX11',
551 '-lXrender',
[email protected]8b46c13b2010-01-26 19:50:54552 '-lXss',
[email protected]dd363682009-12-28 20:30:46553 '-lXext',
554 ],
555 },
[email protected]0ce34852011-09-23 20:00:51556 }],
[email protected]89886fa32012-10-08 23:46:33557 ['chromeos==1', {
[email protected]3a12f882011-12-14 06:39:25558 'sources!': [
559 'common/chrome_version_info_linux.cc',
560 ],
561 }],
[email protected]b9bbf5532011-11-03 07:35:22562 ['OS=="mac"', {
563 'dependencies': [
564 '../third_party/mach_override/mach_override.gyp:mach_override',
565 ],
566 'include_dirs': [
[email protected]271e88fc2013-05-06 07:48:05567 '<(DEPTH)/breakpad/src',
[email protected]b9bbf5532011-11-03 07:35:22568 '../third_party/GTM',
569 ],
[email protected]1f26b9a2012-02-28 00:29:38570 'sources!': [
571 'common/child_process_logging_posix.cc',
572 'common/chrome_version_info_posix.cc',
573 ],
[email protected]b9bbf5532011-11-03 07:35:22574 }],
575 ['remoting==1', {
576 'dependencies': [
577 '../remoting/remoting.gyp:remoting_client_plugin',
578 ],
579 }],
[email protected]098dff8a2013-01-23 20:54:49580 ['enable_automation==0', {
581 'sources/': [
582 ['exclude', '^common/automation_']
[email protected]edf48d42013-03-07 05:44:43583 ]
[email protected]90b54ed2013-01-28 10:38:42584 }],
585 ['use_system_nspr==1', {
586 'dependencies': [
587 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
588 ],
589 }],
[email protected]6ef98b5a2013-05-31 23:58:31590 ['enable_webrtc==0', {
591 'sources!': [
592 'common/media/webrtc_logging_messages.h',
593 ]
594 }],
[email protected]b9bbf5532011-11-03 07:35:22595 ],
[email protected]fdaed545c2012-10-20 19:13:04596 'target_conditions': [
597 ['OS == "ios"', {
598 'sources/': [
599 # Pull in specific Mac files for iOS (which have been filtered out
600 # by file name rules).
601 ['include', '^common/chrome_version_info_mac\\.mm$'],
[email protected]b7d1efa62012-11-16 11:22:02602 ['include', '^common/mac/nscoder_util\\.'],
[email protected]fdaed545c2012-10-20 19:13:04603 ],
604 }],
605 ],
[email protected]b9bbf5532011-11-03 07:35:22606 'export_dependent_settings': [
607 '../base/base.gyp:base',
[email protected]8a59a082012-03-07 02:27:30608 'metrics_proto',
[email protected]b9bbf5532011-11-03 07:35:22609 ],
610 },
611 {
612 'target_name': 'common_version',
613 'type': 'none',
614 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04615 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
[email protected]b9bbf5532011-11-03 07:35:22616 'direct_dependent_settings': {
617 'include_dirs': [
618 '<(SHARED_INTERMEDIATE_DIR)',
619 ],
620 },
[email protected]79440c52010-08-27 22:53:02621 # Because posix_version generates a header, we must set the
622 # hard_dependency flag.
623 'hard_dependency': 1,
[email protected]4641d3c2010-08-26 21:44:13624 'actions': [
625 {
626 'action_name': 'posix_version',
627 'variables': {
628 'lastchange_path':
[email protected]9046a112012-01-31 20:45:25629 '<(DEPTH)/build/util/LASTCHANGE',
[email protected]4641d3c2010-08-26 21:44:13630 'version_py_path': 'tools/build/version.py',
631 'version_path': 'VERSION',
632 'template_input_path': 'common/chrome_version_info_posix.h.version',
633 },
634 'conditions': [
635 [ 'branding == "Chrome"', {
636 'variables': {
637 'branding_path':
638 'app/theme/google_chrome/BRANDING',
639 },
640 }, { # else branding!="Chrome"
641 'variables': {
642 'branding_path':
643 'app/theme/chromium/BRANDING',
644 },
645 }],
646 ],
647 'inputs': [
648 '<(template_input_path)',
649 '<(version_path)',
650 '<(branding_path)',
651 '<(lastchange_path)',
652 ],
653 'outputs': [
654 '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_posix.h',
655 ],
656 'action': [
657 'python',
658 '<(version_py_path)',
659 '-f', '<(version_path)',
660 '-f', '<(branding_path)',
661 '-f', '<(lastchange_path)',
662 '<(template_input_path)',
663 '<@(_outputs)',
664 ],
665 'message': 'Generating version information',
666 },
667 ],
668 }],
[email protected]dd363682009-12-28 20:30:46669 ],
670 },
[email protected]3c3065d2010-05-06 21:59:55671 {
672 'target_name': 'common_net',
[email protected]5a547332011-05-19 23:18:53673 'type': 'static_library',
[email protected]3c3065d2010-05-06 21:59:55674 'sources': [
[email protected]93cccd82013-02-14 22:35:24675 'common/net/net_error_tracker.cc',
676 'common/net/net_error_tracker.h',
[email protected]06305962012-05-09 22:34:36677 'common/net/net_resource_provider.cc',
678 'common/net/net_resource_provider.h',
679 'common/net/predictor_common.h',
680 'common/net/url_util.cc',
681 'common/net/url_util.h',
[email protected]b1c2a5542010-10-08 12:44:40682 'common/net/x509_certificate_model.cc',
683 'common/net/x509_certificate_model_nss.cc',
684 'common/net/x509_certificate_model_openssl.cc',
685 'common/net/x509_certificate_model.h',
[email protected]3c3065d2010-05-06 21:59:55686 ],
687 'dependencies': [
[email protected]37794d02011-11-30 18:24:29688 '<(DEPTH)/base/base.gyp:base',
689 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
690 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
691 '<(DEPTH)/crypto/crypto.gyp:crypto',
[email protected]37794d02011-11-30 18:24:29692 '<(DEPTH)/net/net.gyp:net_resources',
693 '<(DEPTH)/net/net.gyp:net',
694 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
695 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
[email protected]3c3065d2010-05-06 21:59:55696 ],
[email protected]b1c2a5542010-10-08 12:44:40697 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04698 ['OS != "ios"', {
699 'dependencies': [
700 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
701 ],
702 }, { # OS == ios
703 'sources!': [
704 'common/net/net_resource_provider.cc',
705 'common/net/x509_certificate_model.cc',
706 ],
707 }],
708 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
[email protected]638e9df42011-05-31 17:19:30709 'dependencies': [
710 '../build/linux/system.gyp:ssl',
[email protected]b1c2a5542010-10-08 12:44:40711 ],
712 },
[email protected]af221ff2012-04-03 05:22:39713 ],
[email protected]fdaed545c2012-10-20 19:13:04714 ['os_posix != 1 or OS == "mac" or OS == "ios"', {
[email protected]b1c2a5542010-10-08 12:44:40715 'sources!': [
716 'common/net/x509_certificate_model_nss.cc',
717 'common/net/x509_certificate_model_openssl.cc',
718 ],
719 },
720 ],
[email protected]af221ff2012-04-03 05:22:39721 ['OS == "android"', {
722 'dependencies': [
[email protected]8e853b142012-05-16 07:40:01723 '../third_party/openssl/openssl.gyp:openssl',
[email protected]af221ff2012-04-03 05:22:39724 ],
725 },
726 ],
[email protected]b1c2a5542010-10-08 12:44:40727 ['use_openssl==1', {
728 'sources!': [
729 'common/net/x509_certificate_model_nss.cc',
730 ],
731 },
732 { # else !use_openssl: remove the unneeded files
733 'sources!': [
734 'common/net/x509_certificate_model_openssl.cc',
735 ],
736 },
737 ],
[email protected]b1d2c742013-01-21 18:04:52738 ['OS=="win"', {
739 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
740 'msvs_disabled_warnings': [4267, ],
741 },
742 ],
[email protected]129d11452012-03-01 01:56:56743 ],
[email protected]3c3065d2010-05-06 21:59:55744 },
[email protected]133139772011-04-14 22:14:13745 {
[email protected]1c20dd62011-08-19 21:54:33746 # Protobuf compiler / generator for the safebrowsing client
747 # model proto and the client-side detection (csd) request
748 # protocol buffer.
[email protected]cae64fe2011-06-17 17:54:50749 'target_name': 'safe_browsing_proto',
[email protected]1c20dd62011-08-19 21:54:33750 'type': 'static_library',
751 'sources': [
752 'common/safe_browsing/client_model.proto',
753 'common/safe_browsing/csd.proto'
[email protected]cae64fe2011-06-17 17:54:50754 ],
[email protected]1c20dd62011-08-19 21:54:33755 'variables': {
756 'proto_in_dir': 'common/safe_browsing',
757 'proto_out_dir': 'chrome/common/safe_browsing',
[email protected]cae64fe2011-06-17 17:54:50758 },
[email protected]1c20dd62011-08-19 21:54:33759 'includes': [ '../build/protoc.gypi' ],
[email protected]133139772011-04-14 22:14:13760 },
[email protected]7ae45d0502012-01-31 00:29:26761 {
762 # Protobuf compiler / generator for UMA (User Metrics Analysis).
763 'target_name': 'metrics_proto',
764 'type': 'static_library',
765 'sources': [
[email protected]f89fdab12012-05-04 23:27:21766 'common/metrics/proto/chrome_experiments.proto',
[email protected]7ae45d0502012-01-31 00:29:26767 'common/metrics/proto/chrome_user_metrics_extension.proto',
768 'common/metrics/proto/histogram_event.proto',
769 'common/metrics/proto/omnibox_event.proto',
[email protected]f65859e2013-02-04 20:00:25770 'common/metrics/proto/perf_data.proto',
[email protected]9d7c4a82013-05-07 12:10:49771 'common/metrics/proto/permuted_entropy_cache.proto',
[email protected]2a08b1d2012-02-18 00:30:04772 'common/metrics/proto/profiler_event.proto',
[email protected]7ae45d0502012-01-31 00:29:26773 'common/metrics/proto/system_profile.proto',
774 'common/metrics/proto/user_action_event.proto',
775 ],
776 'variables': {
777 'proto_in_dir': 'common/metrics/proto',
778 'proto_out_dir': 'chrome/common/metrics/proto',
779 },
780 'includes': [ '../build/protoc.gypi' ],
781 },
[email protected]dd363682009-12-28 20:30:46782 ],
[email protected]dd363682009-12-28 20:30:46783}