blob: cbd4ec374a1900997f887c2239411bdf458884e5 [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]1f371fa2013-01-23 00:35:1442 '<(DEPTH)/components/components.gyp:visitedlink_common',
[email protected]37794d02011-11-30 18:24:2943 '<(DEPTH)/content/content.gyp:content_common',
[email protected]8eb6d532013-09-25 21:45:5644 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
[email protected]37794d02011-11-30 18:24:2945 '<(DEPTH)/net/net.gyp:net',
[email protected]37794d02011-11-30 18:24:2946 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]37794d02011-11-30 18:24:2947 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
48 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
49 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
[email protected]720ceda2013-08-22 19:14:3751 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
[email protected]37794d02011-11-30 18:24:2952 '<(DEPTH)/ui/ui.gyp:ui_resources',
[email protected]002cc08f2013-06-03 05:40:2953 '<(DEPTH)/url/url.gyp:url_lib',
[email protected]fa02deb2013-05-31 22:31:4754 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
[email protected]dd363682009-12-28 20:30:4655 ],
56 'sources': [
[email protected]4bbdf9e2013-05-31 02:09:3857 '../apps/app_shim/app_shim_launch.h',
[email protected]acd2121c2013-03-18 05:54:5058 '../apps/app_shim/app_shim_messages.h',
[email protected]4a6d74152011-09-26 20:42:3059 'common/all_messages.h',
[email protected]93156cec2011-09-12 21:14:4460 'common/attrition_experiments.h',
61 'common/auto_start_linux.cc',
62 'common/auto_start_linux.h',
[email protected]b7f64d742013-05-21 04:04:0463 'common/autocomplete_match_type.cc',
64 'common/autocomplete_match_type.h',
[email protected]cdb8bc282010-11-22 19:23:0665 'common/automation_constants.cc',
66 'common/automation_constants.h',
67 'common/automation_messages.cc',
68 'common/automation_messages.h',
69 'common/automation_messages_internal.h',
70 'common/badge_util.cc',
71 'common/badge_util.h',
[email protected]62867b02012-11-03 07:21:0372 'common/cancelable_task_tracker.cc',
73 'common/cancelable_task_tracker.h',
[email protected]93156cec2011-09-12 21:14:4474 'common/child_process_logging.h',
[email protected]93156cec2011-09-12 21:14:4475 'common/child_process_logging_win.cc',
[email protected]50e52cd2011-03-10 00:57:2976 'common/chrome_content_client.cc',
77 'common/chrome_content_client.h',
[email protected]18e78c582013-05-22 22:40:5578 'common/chrome_content_client_constants.cc',
[email protected]b7d1efa62012-11-16 11:22:0279 'common/chrome_content_client_ios.mm',
[email protected]c530c852011-10-24 18:18:3480 'common/chrome_result_codes.h',
[email protected]19a5c7442011-10-21 20:00:4181 'common/chrome_utility_messages.h',
[email protected]93156cec2011-09-12 21:14:4482 'common/chrome_version_info.cc',
[email protected]281288d2012-11-09 03:03:2383 'common/chrome_version_info_android.cc',
[email protected]3a12f882011-12-14 06:39:2584 'common/chrome_version_info_chromeos.cc',
[email protected]1f26b9a2012-02-28 00:29:3885 'common/chrome_version_info_posix.cc',
[email protected]93156cec2011-09-12 21:14:4486 'common/chrome_version_info_mac.mm',
87 'common/chrome_version_info_win.cc',
88 'common/chrome_version_info.h',
[email protected]13aec6c42011-10-27 21:22:0889 'common/cloud_print/cloud_print_class_mac.h',
90 'common/cloud_print/cloud_print_class_mac.mm',
[email protected]3eadbf22012-12-03 08:34:4691 'common/cloud_print/cloud_print_constants.cc',
92 'common/cloud_print/cloud_print_constants.h',
[email protected]b106ca52012-03-13 06:08:4693 'common/cloud_print/cloud_print_helpers.cc',
94 'common/cloud_print/cloud_print_helpers.h',
[email protected]de119cf22011-05-11 20:41:3595 'common/cloud_print/cloud_print_proxy_info.cc',
96 'common/cloud_print/cloud_print_proxy_info.h',
[email protected]fffaf972011-03-24 01:34:3597 'common/common_message_generator.cc',
98 'common/common_message_generator.h',
[email protected]79d68c62011-04-15 21:07:0399 'common/common_param_traits.cc',
100 'common/common_param_traits.h',
[email protected]af049dd2012-06-26 01:01:42101 'common/common_param_traits_macros.h',
[email protected]3c71576ce2013-07-23 02:00:01102 'common/content_restriction.h',
[email protected]93156cec2011-09-12 21:14:44103 'common/content_settings.cc',
104 'common/content_settings.h',
105 'common/content_settings_helper.cc',
106 'common/content_settings_helper.h',
[email protected]1d03fa32011-09-21 08:19:27107 'common/content_settings_pattern.cc',
108 'common/content_settings_pattern.h',
109 'common/content_settings_pattern_parser.cc',
110 'common/content_settings_pattern_parser.h',
[email protected]93156cec2011-09-12 21:14:44111 'common/content_settings_types.h',
[email protected]50cdead2013-01-03 18:36:33112 'common/crash_keys.cc',
113 'common/crash_keys.h',
[email protected]083917c82011-07-13 00:34:35114 'common/custom_handlers/protocol_handler.cc',
115 'common/custom_handlers/protocol_handler.h',
[email protected]29699c22012-10-03 23:57:39116 'common/descriptors_android.h',
[email protected]fe69aa12013-02-01 03:37:27117 'common/dump_without_crashing.cc',
118 'common/dump_without_crashing.h',
[email protected]2b12c322013-09-19 06:53:56119 'common/encrypted_media_messages_android.h',
[email protected]b76c288a2013-01-24 02:30:34120 'common/extensions/api/commands/commands_handler.cc',
121 'common/extensions/api/commands/commands_handler.h',
[email protected]23b3c0a2013-01-16 23:36:36122 'common/extensions/api/extension_action/action_info.cc',
123 'common/extensions/api/extension_action/action_info.h',
[email protected]f9655482013-02-13 09:22:51124 'common/extensions/api/extension_action/browser_action_handler.cc',
125 'common/extensions/api/extension_action/browser_action_handler.h',
126 'common/extensions/api/extension_action/page_action_handler.cc',
127 'common/extensions/api/extension_action/page_action_handler.h',
128 'common/extensions/api/extension_action/script_badge_handler.cc',
129 'common/extensions/api/extension_action/script_badge_handler.h',
[email protected]d356c982012-12-12 19:32:55130 'common/extensions/api/extension_api.cc',
131 'common/extensions/api/extension_api.h',
132 'common/extensions/api/extension_api_stub.cc',
[email protected]a31c3982013-07-13 04:33:31133 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
134 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
[email protected]06492ed2013-03-24 22:13:14135 'common/extensions/api/file_handlers/file_handlers_parser.cc',
136 'common/extensions/api/file_handlers/file_handlers_parser.h',
[email protected]0273969d2013-01-30 22:16:31137 'common/extensions/api/i18n/default_locale_handler.cc',
138 'common/extensions/api/i18n/default_locale_handler.h',
[email protected]29e0c4e72013-02-01 04:42:56139 'common/extensions/api/identity/oauth2_manifest_handler.cc',
140 'common/extensions/api/identity/oauth2_manifest_handler.h',
[email protected]4af65592013-01-04 21:06:19141 'common/extensions/api/input_ime/input_components_handler.cc',
142 'common/extensions/api/input_ime/input_components_handler.h',
[email protected]09a8631eb2013-03-27 22:52:44143 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
144 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
[email protected]a31c3982013-07-13 04:33:31145 'common/extensions/api/media_galleries_private/media_galleries_handler.h',
146 'common/extensions/api/media_galleries_private/media_galleries_handler.cc',
[email protected]d356c982012-12-12 19:32:55147 'common/extensions/api/omnibox/omnibox_handler.cc',
148 'common/extensions/api/omnibox/omnibox_handler.h',
[email protected]098fa7a2013-03-08 22:11:17149 'common/extensions/api/plugins/plugins_handler.cc',
150 'common/extensions/api/plugins/plugins_handler.h',
[email protected]f371c89b2013-09-26 04:06:38151 'common/extensions/api/sockets/sockets_handler.cc',
152 'common/extensions/api/sockets/sockets_handler.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]9367eabc2013-03-01 01:29:29163 'common/extensions/background_info.cc',
164 'common/extensions/background_info.h',
[email protected]ad8b4ba2013-08-09 19:52:44165 'common/extensions/chrome_extensions_client.cc',
166 'common/extensions/chrome_extensions_client.h',
[email protected]d592b1bd2013-05-06 06:40:47167 'common/extensions/chrome_manifest_handlers.cc',
168 'common/extensions/chrome_manifest_handlers.h',
[email protected]65907942012-05-22 19:59:47169 'common/extensions/command.cc',
170 'common/extensions/command.h',
[email protected]f1d88d92013-02-16 01:54:47171 'common/extensions/csp_handler.cc',
172 'common/extensions/csp_handler.h',
[email protected]ee0be772011-12-02 08:02:10173 'common/extensions/csp_validator.cc',
174 'common/extensions/csp_validator.h',
[email protected]d15e8a02013-05-30 03:24:26175 'common/extensions/dom_action_types.h',
[email protected]dd363682009-12-28 20:30:46176 'common/extensions/extension.cc',
177 'common/extensions/extension.h',
178 'common/extensions/extension_constants.cc',
179 'common/extensions/extension_constants.h',
[email protected]7c927b62010-02-24 09:54:13180 'common/extensions/extension_file_util.cc',
181 'common/extensions/extension_file_util.h',
[email protected]807871f2010-09-16 01:04:48182 'common/extensions/extension_icon_set.cc',
183 'common/extensions/extension_icon_set.h',
[email protected]dd363682009-12-28 20:30:46184 'common/extensions/extension_l10n_util.cc',
185 'common/extensions/extension_l10n_util.h',
[email protected]44c49c92011-03-28 16:17:23186 'common/extensions/extension_messages.cc',
187 'common/extensions/extension_messages.h',
[email protected]808d1512011-12-14 16:29:59188 'common/extensions/extension_process_policy.cc',
189 'common/extensions/extension_process_policy.h',
[email protected]ec7db282011-01-29 01:11:36190 'common/extensions/extension_set.cc',
191 'common/extensions/extension_set.h',
[email protected]ee837d32012-10-02 22:25:49192 'common/extensions/feature_switch.cc',
193 'common/extensions/feature_switch.h',
[email protected]4770acb2013-03-28 12:40:24194 'common/extensions/features/api_feature.cc',
195 'common/extensions/features/api_feature.h',
[email protected]4b927fe2012-12-15 20:30:45196 'common/extensions/features/base_feature_provider.cc',
197 'common/extensions/features/base_feature_provider.h',
198 'common/extensions/features/complex_feature.cc',
199 'common/extensions/features/complex_feature.h',
[email protected]15d4d2d2013-08-09 06:49:03200 'common/extensions/features/feature_channel.cc',
201 'common/extensions/features/feature_channel.h',
[email protected]5115ccc2012-06-11 19:47:07202 'common/extensions/features/manifest_feature.cc',
203 'common/extensions/features/manifest_feature.h',
204 'common/extensions/features/permission_feature.cc',
205 'common/extensions/features/permission_feature.h',
[email protected]4b927fe2012-12-15 20:30:45206 'common/extensions/features/simple_feature.cc',
207 'common/extensions/features/simple_feature.h',
[email protected]06492ed2013-03-24 22:13:14208 'common/extensions/incognito_handler.cc',
209 'common/extensions/incognito_handler.h',
[email protected]d356c982012-12-12 19:32:55210 'common/extensions/manifest_handler.cc',
211 'common/extensions/manifest_handler.h',
[email protected]23b3c0a2013-01-16 23:36:36212 'common/extensions/manifest_handler_helpers.cc',
213 'common/extensions/manifest_handler_helpers.h',
[email protected]561e33d52013-04-03 06:58:43214 'common/extensions/manifest_handlers/app_isolation_info.cc',
215 'common/extensions/manifest_handlers/app_isolation_info.h',
[email protected]6b414c232013-06-05 07:53:34216 'common/extensions/manifest_handlers/app_launch_info.cc',
217 'common/extensions/manifest_handlers/app_launch_info.h',
[email protected]334ec0a2013-03-24 01:36:16218 'common/extensions/manifest_handlers/content_scripts_handler.cc',
219 'common/extensions/manifest_handlers/content_scripts_handler.h',
[email protected]5c259802013-04-24 09:27:05220 'common/extensions/manifest_handlers/externally_connectable.cc',
221 'common/extensions/manifest_handlers/externally_connectable.h',
[email protected]abe720c02013-04-12 04:00:10222 'common/extensions/manifest_handlers/icons_handler.cc',
223 'common/extensions/manifest_handlers/icons_handler.h',
[email protected]14a18bf2013-09-26 08:42:30224 'common/extensions/manifest_handlers/kiosk_mode_info.cc',
225 'common/extensions/manifest_handlers/kiosk_mode_info.h',
[email protected]28707cdc2013-07-18 21:38:08226 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
227 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
[email protected]31622542013-05-30 19:42:30228 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
229 'common/extensions/manifest_handlers/nacl_modules_handler.h',
[email protected]da80bdf2013-03-28 23:27:21230 'common/extensions/manifest_handlers/offline_enabled_info.cc',
231 'common/extensions/manifest_handlers/offline_enabled_info.h',
[email protected]d5a8df32013-03-26 07:20:41232 'common/extensions/manifest_handlers/requirements_handler.cc',
233 'common/extensions/manifest_handlers/requirements_handler.h',
[email protected]2702b79f2013-03-27 08:44:33234 'common/extensions/manifest_handlers/sandboxed_page_info.cc',
235 'common/extensions/manifest_handlers/sandboxed_page_info.h',
[email protected]b56d3c72013-04-30 01:04:35236 'common/extensions/manifest_handlers/shared_module_info.cc',
237 'common/extensions/manifest_handlers/shared_module_info.h',
[email protected]72b49d42013-04-19 12:47:31238 'common/extensions/manifest_handlers/theme_handler.cc',
239 'common/extensions/manifest_handlers/theme_handler.h',
[email protected]a405f6d2013-01-11 11:50:13240 'common/extensions/manifest_url_handler.cc',
241 'common/extensions/manifest_url_handler.h',
[email protected]40404bc2012-07-25 17:40:49242 'common/extensions/message_bundle.cc',
243 'common/extensions/message_bundle.h',
[email protected]92549352013-03-12 07:55:57244 'common/extensions/mime_types_handler.cc',
245 'common/extensions/mime_types_handler.h',
[email protected]14ed8dc2013-07-02 03:02:09246 'common/extensions/permissions/bluetooth_permission.cc',
247 'common/extensions/permissions/bluetooth_permission.h',
248 'common/extensions/permissions/bluetooth_permission_data.cc',
249 'common/extensions/permissions/bluetooth_permission_data.h',
[email protected]e676f8f2013-04-04 09:04:37250 'common/extensions/permissions/chrome_api_permissions.cc',
251 'common/extensions/permissions/chrome_api_permissions.h',
[email protected]abf91a62013-07-09 08:03:04252 'common/extensions/permissions/chrome_scheme_hosts.cc',
253 'common/extensions/permissions/chrome_scheme_hosts.h',
[email protected]398d77b2013-01-17 01:31:06254 'common/extensions/permissions/media_galleries_permission.cc',
255 'common/extensions/permissions/media_galleries_permission.h',
256 'common/extensions/permissions/media_galleries_permission_data.cc',
257 'common/extensions/permissions/media_galleries_permission_data.h',
[email protected]e54e7102013-09-27 21:46:14258 'common/extensions/permissions/permission_message_util.cc',
259 'common/extensions/permissions/permission_message_util.h',
[email protected]c2e66e12012-06-27 06:27:06260 'common/extensions/permissions/permission_set.cc',
261 'common/extensions/permissions/permission_set.h',
[email protected]2cb5e302013-05-09 05:00:06262 'common/extensions/permissions/permissions_data.cc',
263 'common/extensions/permissions/permissions_data.h',
[email protected]f3cc80632012-12-06 19:30:25264 'common/extensions/permissions/set_disjunction_permission.h',
[email protected]1d8b79a2012-08-16 20:22:54265 'common/extensions/permissions/socket_permission.cc',
266 'common/extensions/permissions/socket_permission.h',
267 'common/extensions/permissions/socket_permission_data.cc',
268 'common/extensions/permissions/socket_permission_data.h',
[email protected]f371c89b2013-09-26 04:06:38269 'common/extensions/permissions/socket_permission_entry.cc',
270 'common/extensions/permissions/socket_permission_entry.h',
[email protected]ad46f222012-12-11 07:18:15271 'common/extensions/permissions/usb_device_permission.cc',
272 'common/extensions/permissions/usb_device_permission.h',
273 'common/extensions/permissions/usb_device_permission_data.cc',
274 'common/extensions/permissions/usb_device_permission_data.h',
[email protected]8f3bcbd2013-06-05 08:42:40275 'common/extensions/sync_helper.cc',
276 'common/extensions/sync_helper.h',
[email protected]dd363682009-12-28 20:30:46277 'common/extensions/update_manifest.cc',
278 'common/extensions/update_manifest.h',
[email protected]d9e559d2012-07-05 01:04:57279 'common/extensions/value_counter.cc',
280 'common/extensions/value_counter.h',
[email protected]d4e96fa2013-01-16 21:12:54281 'common/extensions/web_accessible_resources_handler.cc',
282 'common/extensions/web_accessible_resources_handler.h',
[email protected]7f585cc82013-09-29 18:05:09283 'common/extensions/webview_handler.cc',
284 'common/extensions/webview_handler.h',
[email protected]93156cec2011-09-12 21:14:44285 'common/external_ipc_fuzzer.cc',
[email protected]b7fa4992013-07-03 00:32:13286 'common/external_ipc_fuzzer.h',
[email protected]78dfe382013-07-17 18:05:42287 'common/favicon/favicon_types.cc',
288 'common/favicon/favicon_types.h',
289 'common/favicon/favicon_url_parser.cc',
290 'common/favicon/favicon_url_parser.h',
[email protected]6ae45eb2012-11-29 23:27:28291 'common/icon_with_badge_image_source.cc',
292 'common/icon_with_badge_image_source.h',
[email protected]946b4ee02013-07-16 21:57:52293 'common/importer/firefox_importer_utils.cc',
294 'common/importer/firefox_importer_utils.h',
295 'common/importer/firefox_importer_utils_linux.cc',
296 'common/importer/firefox_importer_utils_mac.mm',
297 'common/importer/firefox_importer_utils_win.cc',
298 'common/importer/ie_importer_test_registry_overrider_win.cc',
299 'common/importer/ie_importer_test_registry_overrider_win.h',
300 'common/importer/ie_importer_utils_win.cc',
301 'common/importer/ie_importer_utils_win.h',
[email protected]b7fa4992013-07-03 00:32:13302 'common/importer/imported_bookmark_entry.cc',
303 'common/importer/imported_bookmark_entry.h',
304 'common/importer/imported_favicon_usage.cc',
305 'common/importer/imported_favicon_usage.h',
[email protected]946b4ee02013-07-16 21:57:52306 'common/importer/importer_bridge.cc',
307 'common/importer/importer_bridge.h',
[email protected]b7fa4992013-07-03 00:32:13308 'common/importer/importer_data_types.cc',
309 'common/importer/importer_data_types.h',
310 'common/importer/importer_type.h',
[email protected]3eb29c1c2013-06-29 00:07:14311 'common/importer/importer_url_row.cc',
312 'common/importer/importer_url_row.h',
[email protected]b7fa4992013-07-03 00:32:13313 'common/importer/profile_import_process_messages.cc',
314 'common/importer/profile_import_process_messages.h',
[email protected]b5be8662013-07-17 00:20:43315 'common/importer/safari_importer_utils.h',
316 'common/importer/safari_importer_utils.mm',
[email protected]8b169b4b2013-03-23 18:24:46317 'common/instant_restricted_id_cache.h',
[email protected]0e7cb682012-08-15 04:04:38318 'common/instant_types.cc',
[email protected]93156cec2011-09-12 21:14:44319 'common/instant_types.h',
[email protected]499512b2012-08-08 19:27:49320 'common/localized_error.cc',
321 'common/localized_error.h',
[email protected]909ee8b2013-09-22 00:53:00322 'common/local_discovery/service_discovery_client.cc',
323 'common/local_discovery/service_discovery_client.h',
[email protected]93156cec2011-09-12 21:14:44324 'common/logging_chrome.cc',
325 'common/logging_chrome.h',
[email protected]46821242011-08-19 13:59:59326 'common/mac/app_mode_common.h',
327 'common/mac/app_mode_common.mm',
[email protected]00ecec52011-08-19 20:01:24328 'common/mac/cfbundle_blocker.h',
329 'common/mac/cfbundle_blocker.mm',
[email protected]46821242011-08-19 13:59:59330 'common/mac/launchd.h',
331 'common/mac/launchd.mm',
[email protected]d02437b2011-09-06 17:25:15332 'common/mac/objc_method_swizzle.h',
333 'common/mac/objc_method_swizzle.mm',
334 'common/mac/objc_zombie.h',
335 'common/mac/objc_zombie.mm',
[email protected]6ef98b5a2013-05-31 23:58:31336 'common/media/webrtc_logging_messages.h',
[email protected]c277e2b2013-08-02 15:41:08337 'common/metrics/caching_permuted_entropy_provider.cc',
338 'common/metrics/caching_permuted_entropy_provider.h',
[email protected]e182be02012-01-27 02:35:44339 'common/metrics/metrics_log_base.cc',
340 'common/metrics/metrics_log_base.h',
[email protected]2e4cd1a2012-01-12 08:51:03341 'common/metrics/metrics_log_manager.cc',
342 'common/metrics/metrics_log_manager.h',
[email protected]e182be02012-01-27 02:35:44343 'common/metrics/metrics_service_base.cc',
344 'common/metrics/metrics_service_base.h',
[email protected]e90c7562013-02-27 20:22:18345 'common/metrics/variations/uniformity_field_trials.cc',
346 'common/metrics/variations/uniformity_field_trials.h',
[email protected]cf265dc02012-08-15 01:01:16347 'common/metrics/variations/variations_util.cc',
348 'common/metrics/variations/variations_util.h',
[email protected]93156cec2011-09-12 21:14:44349 'common/multi_process_lock.h',
350 'common/multi_process_lock_linux.cc',
351 'common/multi_process_lock_mac.cc',
352 'common/multi_process_lock_win.cc',
[email protected]48c1ebd2013-04-27 02:22:27353 'common/omaha_query_params/omaha_query_params.cc',
354 'common/omaha_query_params/omaha_query_params.h',
[email protected]ca98bd32013-04-09 05:16:05355 'common/omnibox_focus_state.h',
[email protected]6ef98b5a2013-05-31 23:58:31356 'common/partial_circular_buffer.cc',
357 'common/partial_circular_buffer.h',
[email protected]9b4f6082012-04-24 01:43:07358 'common/pepper_flash.cc',
359 'common/pepper_flash.h',
[email protected]9d450492013-06-13 23:08:37360 'common/pepper_permission_util.cc',
361 'common/pepper_permission_util.h',
[email protected]be85e7d2012-10-31 08:34:20362 'common/pref_names_util.cc',
363 'common/pref_names_util.h',
[email protected]b4bd67a2011-08-22 19:04:09364 'common/print_messages.cc',
[email protected]1375e3ab2011-03-24 17:07:22365 'common/print_messages.h',
[email protected]93156cec2011-09-12 21:14:44366 'common/profiling.cc',
367 'common/profiling.h',
[email protected]93156cec2011-09-12 21:14:44368 'common/ref_counted_util.h',
[email protected]7a4de7a62010-08-17 18:38:24369 'common/render_messages.cc',
[email protected]dd363682009-12-28 20:30:46370 'common/render_messages.h',
[email protected]f6fd9042013-02-14 18:43:58371 'common/safe_browsing/download_protection_util.cc',
372 'common/safe_browsing/download_protection_util.h',
[email protected]93156cec2011-09-12 21:14:44373 'common/safe_browsing/safebrowsing_messages.h',
[email protected]f6fd9042013-02-14 18:43:58374 'common/safe_browsing/zip_analyzer.cc',
375 'common/safe_browsing/zip_analyzer.h',
[email protected]c08e7932011-03-29 04:08:14376 'common/search_provider.h',
[email protected]c3917742012-11-21 01:51:14377 'common/search_types.h',
[email protected]2309e912013-10-01 01:33:30378 'common/search_urls.cc',
379 'common/search_urls.h',
[email protected]38fe1962010-07-31 07:57:00380 'common/service_messages.h',
[email protected]7a4de7a62010-08-17 18:38:24381 'common/service_process_util.cc',
382 'common/service_process_util.h',
[email protected]56f0f262011-02-24 17:14:36383 'common/service_process_util_linux.cc',
384 'common/service_process_util_mac.mm',
[email protected]146354942010-10-13 20:27:04385 'common/service_process_util_posix.cc',
[email protected]56f0f262011-02-24 17:14:36386 'common/service_process_util_posix.h',
[email protected]146354942010-10-13 20:27:04387 'common/service_process_util_win.cc',
[email protected]dd363682009-12-28 20:30:46388 'common/spellcheck_common.cc',
389 'common/spellcheck_common.h',
[email protected]f6add48e2013-05-14 00:58:07390 'common/spellcheck_marker.h',
[email protected]3e267192011-03-25 01:55:45391 'common/spellcheck_messages.h',
[email protected]7ed49c22012-02-17 02:14:53392 'common/spellcheck_result.h',
[email protected]93156cec2011-09-12 21:14:44393 'common/switch_utils.cc',
394 'common/switch_utils.h',
[email protected]dd363682009-12-28 20:30:46395 'common/thumbnail_score.cc',
396 'common/thumbnail_score.h',
[email protected]b2ed9c672013-06-06 23:34:00397 'common/translate/language_detection_details.cc',
398 'common/translate/language_detection_details.h',
[email protected]1fb417f22013-06-10 11:28:06399 'common/translate/translate_errors.h',
[email protected]7a06d282013-05-03 04:39:33400 'common/tts_messages.h',
401 'common/tts_utterance_request.cc',
402 'common/tts_utterance_request.h',
[email protected]dd363682009-12-28 20:30:46403 'common/url_constants.cc',
404 'common/url_constants.h',
[email protected]1352ca92013-04-30 02:30:27405 'common/validation_message_messages.h',
[email protected]93f50462013-05-10 04:40:40406 'common/web_application_info.cc',
407 'common/web_application_info.h',
[email protected]dd363682009-12-28 20:30:46408 'common/worker_thread_ticker.cc',
409 'common/worker_thread_ticker.h',
[email protected]512b5bd2013-07-23 20:24:00410 '../components/nacl/common/nacl_host_messages.h',
[email protected]d5d383252013-07-04 14:44:32411 '../components/nacl/common/nacl_process_type.h',
[email protected]2ed42062013-07-22 18:13:57412 '../components/nacl/common/nacl_sandbox_type_mac.h',
[email protected]512b5bd2013-07-23 20:24:00413 '../components/nacl/common/pnacl_types.cc',
414 '../components/nacl/common/pnacl_types.h',
[email protected]dd363682009-12-28 20:30:46415 ],
416 'conditions': [
[email protected]989ae862013-03-13 04:22:58417 ['enable_extensions==1', {
418 'sources!': [
419 'common/extensions/api/extension_api_stub.cc',
420 ],
421 'dependencies': [
[email protected]1ff64292013-07-18 20:37:15422 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
[email protected]e3a9ccfc2013-06-03 00:22:30423 '../device/usb/usb.gyp:device_usb',
[email protected]989ae862013-03-13 04:22:58424 ],
425 }, { # enable_extensions == 0
426 'sources/': [
427 ['exclude', '^common/extensions/api/'],
428 ['include', 'common/extensions/api/extension_api_stub.cc'],
429 ['include', 'common/extensions/api/extension_action/action_info.cc'],
430 ['include', 'common/extensions/api/extension_action/action_info.h'],
[email protected]989ae862013-03-13 04:22:58431 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
432 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
433 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
434 ['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
[email protected]09a8631eb2013-03-27 22:52:44435 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
436 ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
[email protected]d02e3542013-07-15 12:27:25437 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
438 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
[email protected]d02e3542013-07-15 12:27:25439 ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.cc'],
440 ['include', 'common/extensions/api/storage/storage_schema_manifest_handler.h'],
[email protected]989ae862013-03-13 04:22:58441 ],
442 }],
[email protected]c51694f2013-06-25 02:50:24443 ['OS=="win" or OS=="mac"', {
444 'sources': [
[email protected]580ce3d62013-07-31 05:28:48445 'common/media_galleries/itunes_library.cc',
446 'common/media_galleries/itunes_library.h',
[email protected]62116d02013-06-26 04:32:00447 'common/media_galleries/picasa_types.cc',
448 'common/media_galleries/picasa_types.h',
449 'common/media_galleries/pmp_constants.h',
[email protected]c51694f2013-06-25 02:50:24450 ],
451 }],
[email protected]19fa62bf2013-10-17 17:55:41452 ['OS=="mac"', {
453 'sources': [
454 'common/media_galleries/iphoto_library.cc',
455 'common/media_galleries/iphoto_library.h',
456 ],
457 }],
[email protected]fdaed545c2012-10-20 19:13:04458 ['OS != "ios"', {
459 'dependencies': [
460 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
461 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
[email protected]d04f81912013-06-18 14:52:13462 '<(DEPTH)/components/components.gyp:autofill_core_common',
[email protected]0acf1d42013-07-22 14:54:58463 '<(DEPTH)/components/nacl_common.gyp:nacl_common',
[email protected]fdaed545c2012-10-20 19:13:04464 '<(DEPTH)/ipc/ipc.gyp:ipc',
465 '<(DEPTH)/printing/printing.gyp:printing',
466 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
467 '<(DEPTH)/third_party/re2/re2.gyp:re2',
468 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
[email protected]fdaed545c2012-10-20 19:13:04469 ],
470 }, { # OS == ios
471 'sources/': [
[email protected]fdaed545c2012-10-20 19:13:04472 ['exclude', '^common/child_process_'],
473 ['exclude', '^common/chrome_content_client\\.cc$'],
474 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
475 ['exclude', '^common/common_message_generator\\.cc$'],
476 ['exclude', '^common/common_param_traits'],
477 ['exclude', '^common/custom_handlers/'],
478 ['exclude', '^common/extensions/'],
479 ['exclude', '^common/external_ipc_fuzzer\\.'],
480 ['exclude', '^common/logging_chrome\\.'],
481 ['exclude', '^common/multi_process_'],
482 ['exclude', '^common/nacl_'],
483 ['exclude', '^common/pepper_flash\\.'],
484 ['exclude', '^common/profiling\\.'],
485 ['exclude', '^common/service_process_util_'],
486 ['exclude', '^common/spellcheck_'],
[email protected]1352ca92013-04-30 02:30:27487 ['exclude', '^common/validation_message_'],
[email protected]fdaed545c2012-10-20 19:13:04488 ['exclude', '^common/web_apps\\.'],
489 # TODO(ios): Include files here as they are made to work; once
490 # everything is online, remove everything below here and just
491 # use the exclusions above.
[email protected]b7d1efa62012-11-16 11:22:02492 ['exclude', '\\.(cc|mm)$'],
493 ['include', '_ios\\.(cc|mm)$'],
494 ['include', '(^|/)ios/'],
495 ['include', '^common/chrome_version_info\\.cc$'],
[email protected]d7575c22013-07-11 13:54:22496 ['include', '^common/translate'],
[email protected]b7d1efa62012-11-16 11:22:02497 ['include', '^common/zip'],
[email protected]fdaed545c2012-10-20 19:13:04498 ],
[email protected]271e88fc2013-05-06 07:48:05499 'include_dirs': [
500 '<(DEPTH)/breakpad/src',
501 ],
[email protected]fdaed545c2012-10-20 19:13:04502 }],
[email protected]e389c472013-07-24 02:49:58503 ['OS!="ios" and chrome_multiple_dll!=1', {
504 'dependencies': [
[email protected]a356e5cc2013-09-24 02:54:46505 '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue',
[email protected]e389c472013-07-24 02:49:58506 ],
507 }],
[email protected]9f6167c2012-03-16 02:28:17508 ['OS=="android"', {
509 'sources/': [
[email protected]281288d2012-11-09 03:03:23510 ['exclude', '^common/chrome_version_info_posix.cc'],
[email protected]9f6167c2012-03-16 02:28:17511 ['exclude', '^common/service_'],
512 ],
[email protected]81bdab22013-09-02 21:12:52513 'sources!': [
514 'common/badge_util.cc',
515 'common/extensions/api/extension_action/browser_action_handler.cc',
516 'common/extensions/api/extension_action/page_action_handler.cc',
517 'common/extensions/api/spellcheck/spellcheck_handler.cc',
518 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
519 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
520 'common/icon_with_badge_image_source.cc',
521 'common/importer/imported_bookmark_entry.cc',
522 'common/importer/importer_bridge.cc',
523 'common/importer/importer_data_types.cc',
524 'common/importer/importer_url_row.cc',
525 'common/net/url_util.cc',
[email protected]81bdab22013-09-02 21:12:52526 'common/spellcheck_common.cc',
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': [
[email protected]27b38d62013-08-14 18:12:11534 '<(DEPTH)/breakpad/src',
[email protected]93156cec2011-09-12 21:14:44535 '<(DEPTH)/third_party/wtl/include',
[email protected]f65fdfc2013-03-05 21:56:04536 ],
[email protected]ef777a42011-11-25 13:15:43537 }],
[email protected]c1cc0e02013-07-04 12:46:35538 ['enable_mdns == 1', {
539 'sources': [
[email protected]686e985e2013-07-18 22:04:56540 'common/local_discovery/local_discovery_messages.h',
[email protected]c1cc0e02013-07-04 12:46:35541 ]
542 }],
[email protected]cb5e5072011-05-19 21:49:41543 ['toolkit_uses_gtk == 1', {
[email protected]dd363682009-12-28 20:30:46544 'dependencies': [
545 '../build/linux/system.gyp:gtk',
546 ],
547 'export_dependent_settings': [
548 '../third_party/sqlite/sqlite.gyp:sqlite',
549 ],
550 'link_settings': {
551 'libraries': [
552 '-lX11',
553 '-lXrender',
[email protected]8b46c13b2010-01-26 19:50:54554 '-lXss',
[email protected]dd363682009-12-28 20:30:46555 '-lXext',
556 ],
557 },
[email protected]0ce34852011-09-23 20:00:51558 }],
[email protected]89886fa32012-10-08 23:46:33559 ['chromeos==1', {
[email protected]3a12f882011-12-14 06:39:25560 'sources!': [
561 'common/chrome_version_info_linux.cc',
562 ],
563 }],
[email protected]b9bbf5532011-11-03 07:35:22564 ['OS=="mac"', {
565 'dependencies': [
566 '../third_party/mach_override/mach_override.gyp:mach_override',
567 ],
568 'include_dirs': [
[email protected]271e88fc2013-05-06 07:48:05569 '<(DEPTH)/breakpad/src',
[email protected]b9bbf5532011-11-03 07:35:22570 '../third_party/GTM',
571 ],
[email protected]1f26b9a2012-02-28 00:29:38572 'sources!': [
573 'common/child_process_logging_posix.cc',
574 'common/chrome_version_info_posix.cc',
575 ],
[email protected]b9bbf5532011-11-03 07:35:22576 }],
577 ['remoting==1', {
578 'dependencies': [
579 '../remoting/remoting.gyp:remoting_client_plugin',
580 ],
581 }],
[email protected]098dff8a2013-01-23 20:54:49582 ['enable_automation==0', {
583 'sources/': [
584 ['exclude', '^common/automation_']
[email protected]edf48d42013-03-07 05:44:43585 ]
[email protected]90b54ed2013-01-28 10:38:42586 }],
[email protected]e3d193772013-09-11 15:18:26587 ['enable_plugins==0', {
588 'source!' : [
589 'common/pepper_permission_util.cc',
590 ],
591 }],
[email protected]90b54ed2013-01-28 10:38:42592 ['use_system_nspr==1', {
593 'dependencies': [
594 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
595 ],
596 }],
[email protected]6ef98b5a2013-05-31 23:58:31597 ['enable_webrtc==0', {
598 'sources!': [
599 'common/media/webrtc_logging_messages.h',
600 ]
601 }],
[email protected]1e54c1c2013-08-12 17:16:05602 ['enable_printing==0', {
603 'sources!': [
604 'common/print_messages.cc',
605 'common/print_messages.h',
606 ]
607 }],
[email protected]b9bbf5532011-11-03 07:35:22608 ],
[email protected]fdaed545c2012-10-20 19:13:04609 'target_conditions': [
610 ['OS == "ios"', {
611 'sources/': [
612 # Pull in specific Mac files for iOS (which have been filtered out
613 # by file name rules).
614 ['include', '^common/chrome_version_info_mac\\.mm$'],
615 ],
616 }],
617 ],
[email protected]b9bbf5532011-11-03 07:35:22618 'export_dependent_settings': [
619 '../base/base.gyp:base',
[email protected]8a59a082012-03-07 02:27:30620 'metrics_proto',
[email protected]b9bbf5532011-11-03 07:35:22621 ],
622 },
623 {
624 'target_name': 'common_version',
625 'type': 'none',
626 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04627 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
[email protected]b9bbf5532011-11-03 07:35:22628 'direct_dependent_settings': {
629 'include_dirs': [
630 '<(SHARED_INTERMEDIATE_DIR)',
631 ],
632 },
[email protected]79440c52010-08-27 22:53:02633 # Because posix_version generates a header, we must set the
634 # hard_dependency flag.
635 'hard_dependency': 1,
[email protected]4641d3c2010-08-26 21:44:13636 'actions': [
637 {
638 'action_name': 'posix_version',
639 'variables': {
640 'lastchange_path':
[email protected]9046a112012-01-31 20:45:25641 '<(DEPTH)/build/util/LASTCHANGE',
[email protected]4641d3c2010-08-26 21:44:13642 'version_py_path': 'tools/build/version.py',
643 'version_path': 'VERSION',
644 'template_input_path': 'common/chrome_version_info_posix.h.version',
645 },
646 'conditions': [
647 [ 'branding == "Chrome"', {
648 'variables': {
649 'branding_path':
650 'app/theme/google_chrome/BRANDING',
651 },
652 }, { # else branding!="Chrome"
653 'variables': {
654 'branding_path':
655 'app/theme/chromium/BRANDING',
656 },
657 }],
658 ],
659 'inputs': [
660 '<(template_input_path)',
661 '<(version_path)',
662 '<(branding_path)',
663 '<(lastchange_path)',
664 ],
665 'outputs': [
666 '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_posix.h',
667 ],
668 'action': [
669 'python',
670 '<(version_py_path)',
671 '-f', '<(version_path)',
672 '-f', '<(branding_path)',
673 '-f', '<(lastchange_path)',
674 '<(template_input_path)',
675 '<@(_outputs)',
676 ],
677 'message': 'Generating version information',
678 },
679 ],
680 }],
[email protected]dd363682009-12-28 20:30:46681 ],
682 },
[email protected]3c3065d2010-05-06 21:59:55683 {
684 'target_name': 'common_net',
[email protected]5a547332011-05-19 23:18:53685 'type': 'static_library',
[email protected]3c3065d2010-05-06 21:59:55686 'sources': [
[email protected]2ea1efe2013-07-17 05:23:13687 'common/net/net_error_info.cc',
688 'common/net/net_error_info.h',
[email protected]06305962012-05-09 22:34:36689 'common/net/net_resource_provider.cc',
690 'common/net/net_resource_provider.h',
691 'common/net/predictor_common.h',
[email protected]4f3b4462013-07-27 19:20:18692 'common/net/url_fixer_upper.cc',
693 'common/net/url_fixer_upper.h',
[email protected]06305962012-05-09 22:34:36694 'common/net/url_util.cc',
695 'common/net/url_util.h',
[email protected]b1c2a5542010-10-08 12:44:40696 'common/net/x509_certificate_model.cc',
697 'common/net/x509_certificate_model_nss.cc',
698 'common/net/x509_certificate_model_openssl.cc',
699 'common/net/x509_certificate_model.h',
[email protected]3c3065d2010-05-06 21:59:55700 ],
701 'dependencies': [
[email protected]37794d02011-11-30 18:24:29702 '<(DEPTH)/base/base.gyp:base',
703 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
704 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
705 '<(DEPTH)/crypto/crypto.gyp:crypto',
[email protected]37794d02011-11-30 18:24:29706 '<(DEPTH)/net/net.gyp:net_resources',
707 '<(DEPTH)/net/net.gyp:net',
708 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
709 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
[email protected]3c3065d2010-05-06 21:59:55710 ],
[email protected]b1c2a5542010-10-08 12:44:40711 'conditions': [
[email protected]fdaed545c2012-10-20 19:13:04712 ['OS != "ios"', {
713 'dependencies': [
714 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
715 ],
716 }, { # OS == ios
717 'sources!': [
718 'common/net/net_resource_provider.cc',
719 'common/net/x509_certificate_model.cc',
720 ],
721 }],
722 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
[email protected]638e9df42011-05-31 17:19:30723 'dependencies': [
724 '../build/linux/system.gyp:ssl',
[email protected]b1c2a5542010-10-08 12:44:40725 ],
726 },
[email protected]af221ff2012-04-03 05:22:39727 ],
[email protected]fdaed545c2012-10-20 19:13:04728 ['os_posix != 1 or OS == "mac" or OS == "ios"', {
[email protected]b1c2a5542010-10-08 12:44:40729 'sources!': [
730 'common/net/x509_certificate_model_nss.cc',
731 'common/net/x509_certificate_model_openssl.cc',
732 ],
733 },
734 ],
[email protected]af221ff2012-04-03 05:22:39735 ['OS == "android"', {
736 'dependencies': [
[email protected]8e853b142012-05-16 07:40:01737 '../third_party/openssl/openssl.gyp:openssl',
[email protected]af221ff2012-04-03 05:22:39738 ],
739 },
740 ],
[email protected]b1c2a5542010-10-08 12:44:40741 ['use_openssl==1', {
742 'sources!': [
743 'common/net/x509_certificate_model_nss.cc',
744 ],
745 },
746 { # else !use_openssl: remove the unneeded files
747 'sources!': [
748 'common/net/x509_certificate_model_openssl.cc',
749 ],
750 },
751 ],
[email protected]b1d2c742013-01-21 18:04:52752 ['OS=="win"', {
753 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
754 'msvs_disabled_warnings': [4267, ],
755 },
756 ],
[email protected]129d11452012-03-01 01:56:56757 ],
[email protected]3c3065d2010-05-06 21:59:55758 },
[email protected]133139772011-04-14 22:14:13759 {
[email protected]1c20dd62011-08-19 21:54:33760 # Protobuf compiler / generator for the safebrowsing client
761 # model proto and the client-side detection (csd) request
762 # protocol buffer.
[email protected]cae64fe2011-06-17 17:54:50763 'target_name': 'safe_browsing_proto',
[email protected]1c20dd62011-08-19 21:54:33764 'type': 'static_library',
765 'sources': [
766 'common/safe_browsing/client_model.proto',
767 'common/safe_browsing/csd.proto'
[email protected]cae64fe2011-06-17 17:54:50768 ],
[email protected]1c20dd62011-08-19 21:54:33769 'variables': {
770 'proto_in_dir': 'common/safe_browsing',
771 'proto_out_dir': 'chrome/common/safe_browsing',
[email protected]cae64fe2011-06-17 17:54:50772 },
[email protected]1c20dd62011-08-19 21:54:33773 'includes': [ '../build/protoc.gypi' ],
[email protected]133139772011-04-14 22:14:13774 },
[email protected]7ae45d0502012-01-31 00:29:26775 {
776 # Protobuf compiler / generator for UMA (User Metrics Analysis).
777 'target_name': 'metrics_proto',
778 'type': 'static_library',
779 'sources': [
[email protected]f89fdab12012-05-04 23:27:21780 'common/metrics/proto/chrome_experiments.proto',
[email protected]7ae45d0502012-01-31 00:29:26781 'common/metrics/proto/chrome_user_metrics_extension.proto',
782 'common/metrics/proto/histogram_event.proto',
783 'common/metrics/proto/omnibox_event.proto',
[email protected]f65859e2013-02-04 20:00:25784 'common/metrics/proto/perf_data.proto',
[email protected]9d7c4a82013-05-07 12:10:49785 'common/metrics/proto/permuted_entropy_cache.proto',
[email protected]2a08b1d2012-02-18 00:30:04786 'common/metrics/proto/profiler_event.proto',
[email protected]7ae45d0502012-01-31 00:29:26787 'common/metrics/proto/system_profile.proto',
788 'common/metrics/proto/user_action_event.proto',
789 ],
790 'variables': {
791 'proto_in_dir': 'common/metrics/proto',
792 'proto_out_dir': 'chrome/common/metrics/proto',
793 },
794 'includes': [ '../build/protoc.gypi' ],
795 },
[email protected]dd363682009-12-28 20:30:46796 ],
[email protected]dd363682009-12-28 20:30:46797}