OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'common/common_param_traits.h', | 46 'common/common_param_traits.h', |
47 'common/common_param_traits_macros.h', | 47 'common/common_param_traits_macros.h', |
48 'common/content_restriction.h', | 48 'common/content_restriction.h', |
49 'common/content_settings_pattern_serializer.cc', | 49 'common/content_settings_pattern_serializer.cc', |
50 'common/content_settings_pattern_serializer.h', | 50 'common/content_settings_pattern_serializer.h', |
51 'common/crash_keys.cc', | 51 'common/crash_keys.cc', |
52 'common/crash_keys.h', | 52 'common/crash_keys.h', |
53 'common/custom_handlers/protocol_handler.cc', | 53 'common/custom_handlers/protocol_handler.cc', |
54 'common/custom_handlers/protocol_handler.h', | 54 'common/custom_handlers/protocol_handler.h', |
55 'common/descriptors_android.h', | 55 'common/descriptors_android.h', |
| 56 'common/extensions/api/extension_action/action_info.cc', |
| 57 'common/extensions/api/extension_action/action_info.h', |
| 58 'common/extensions/api/i18n/default_locale_handler.cc', |
| 59 'common/extensions/api/i18n/default_locale_handler.h', |
| 60 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
| 61 'common/extensions/api/identity/oauth2_manifest_handler.h', |
| 62 'common/extensions/api/plugins/plugins_handler.cc', |
| 63 'common/extensions/api/plugins/plugins_handler.h', |
| 64 'common/extensions/api/storage/storage_schema_manifest_handler.cc', |
| 65 'common/extensions/api/storage/storage_schema_manifest_handler.h', |
| 66 'common/extensions/api/supervised_user_private/supervised_user_handler.cc'
, |
| 67 'common/extensions/api/supervised_user_private/supervised_user_handler.h', |
56 'common/extensions/chrome_extension_messages.h', | 68 'common/extensions/chrome_extension_messages.h', |
57 'common/extensions/chrome_extensions_client.cc', | 69 'common/extensions/chrome_extensions_client.cc', |
58 'common/extensions/chrome_extensions_client.h', | 70 'common/extensions/chrome_extensions_client.h', |
| 71 'common/extensions/chrome_manifest_handlers.cc', |
| 72 'common/extensions/chrome_manifest_handlers.h', |
59 'common/extensions/chrome_utility_extensions_messages.h', | 73 'common/extensions/chrome_utility_extensions_messages.h', |
60 'common/extensions/command.cc', | 74 'common/extensions/command.cc', |
61 'common/extensions/command.h', | 75 'common/extensions/command.h', |
62 'common/extensions/extension_constants.cc', | 76 'common/extensions/extension_constants.cc', |
63 'common/extensions/extension_constants.h', | 77 'common/extensions/extension_constants.h', |
| 78 'common/extensions/extension_file_util.cc', |
| 79 'common/extensions/extension_file_util.h', |
64 'common/extensions/extension_process_policy.cc', | 80 'common/extensions/extension_process_policy.cc', |
65 'common/extensions/extension_process_policy.h', | 81 'common/extensions/extension_process_policy.h', |
66 'common/extensions/features/chrome_channel_feature_filter.cc', | 82 'common/extensions/features/chrome_channel_feature_filter.cc', |
67 'common/extensions/features/chrome_channel_feature_filter.h', | 83 'common/extensions/features/chrome_channel_feature_filter.h', |
68 'common/extensions/features/feature_channel.cc', | 84 'common/extensions/features/feature_channel.cc', |
69 'common/extensions/features/feature_channel.h', | 85 'common/extensions/features/feature_channel.h', |
70 'common/extensions/image_writer/image_writer_util_mac.cc', | 86 'common/extensions/image_writer/image_writer_util_mac.cc', |
71 'common/extensions/image_writer/image_writer_util_mac.h', | 87 'common/extensions/image_writer/image_writer_util_mac.h', |
| 88 'common/extensions/manifest_handlers/app_isolation_info.cc', |
| 89 'common/extensions/manifest_handlers/app_isolation_info.h', |
| 90 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 91 'common/extensions/manifest_handlers/app_launch_info.h', |
| 92 'common/extensions/manifest_handlers/automation.h', |
| 93 'common/extensions/manifest_handlers/automation.cc', |
| 94 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 95 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 96 'common/extensions/manifest_handlers/mime_types_handler.cc', |
| 97 'common/extensions/manifest_handlers/mime_types_handler.h', |
| 98 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
| 99 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
| 100 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
| 101 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
| 102 'common/extensions/manifest_handlers/synthesize_browser_action_handler.cc'
, |
| 103 'common/extensions/manifest_handlers/synthesize_browser_action_handler.h', |
| 104 'common/extensions/manifest_handlers/theme_handler.cc', |
| 105 'common/extensions/manifest_handlers/theme_handler.h', |
| 106 'common/extensions/manifest_handlers/ui_overrides_handler.cc', |
| 107 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
| 108 'common/extensions/manifest_url_handler.cc', |
| 109 'common/extensions/manifest_url_handler.h', |
72 'common/extensions/permissions/chrome_api_permissions.cc', | 110 'common/extensions/permissions/chrome_api_permissions.cc', |
73 'common/extensions/permissions/chrome_api_permissions.h', | 111 'common/extensions/permissions/chrome_api_permissions.h', |
74 'common/extensions/permissions/chrome_permission_message_provider.cc', | 112 'common/extensions/permissions/chrome_permission_message_provider.cc', |
75 'common/extensions/permissions/chrome_permission_message_provider.h', | 113 'common/extensions/permissions/chrome_permission_message_provider.h', |
76 'common/extensions/sync_helper.cc', | 114 'common/extensions/sync_helper.cc', |
77 'common/extensions/sync_helper.h', | 115 'common/extensions/sync_helper.h', |
78 'common/favicon/favicon_url_parser.cc', | 116 'common/favicon/favicon_url_parser.cc', |
79 'common/favicon/favicon_url_parser.h', | 117 'common/favicon/favicon_url_parser.h', |
80 'common/icon_with_badge_image_source.cc', | 118 'common/icon_with_badge_image_source.cc', |
81 'common/icon_with_badge_image_source.h', | 119 'common/icon_with_badge_image_source.h', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'common/variations/variations_util.cc', | 181 'common/variations/variations_util.cc', |
144 'common/variations/variations_util.h', | 182 'common/variations/variations_util.h', |
145 'common/web_application_info.cc', | 183 'common/web_application_info.cc', |
146 'common/web_application_info.h', | 184 'common/web_application_info.h', |
147 'common/worker_thread_ticker.cc', | 185 'common/worker_thread_ticker.cc', |
148 'common/worker_thread_ticker.h', | 186 'common/worker_thread_ticker.h', |
149 ], | 187 ], |
150 'chrome_common_extensions_sources': [ | 188 'chrome_common_extensions_sources': [ |
151 'common/extensions/api/commands/commands_handler.cc', | 189 'common/extensions/api/commands/commands_handler.cc', |
152 'common/extensions/api/commands/commands_handler.h', | 190 'common/extensions/api/commands/commands_handler.h', |
153 'common/extensions/api/extension_action/action_info.cc', | |
154 'common/extensions/api/extension_action/action_info.h', | |
155 'common/extensions/api/extension_action/browser_action_handler.cc', | 191 'common/extensions/api/extension_action/browser_action_handler.cc', |
156 'common/extensions/api/extension_action/browser_action_handler.h', | 192 'common/extensions/api/extension_action/browser_action_handler.h', |
157 'common/extensions/api/extension_action/page_action_handler.cc', | 193 'common/extensions/api/extension_action/page_action_handler.cc', |
158 'common/extensions/api/extension_action/page_action_handler.h', | 194 'common/extensions/api/extension_action/page_action_handler.h', |
159 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', | 195 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', |
160 'common/extensions/api/file_browser_handlers/file_browser_handler.h', | 196 'common/extensions/api/file_browser_handlers/file_browser_handler.h', |
161 'common/extensions/api/i18n/default_locale_handler.cc', | |
162 'common/extensions/api/i18n/default_locale_handler.h', | |
163 'common/extensions/api/identity/oauth2_manifest_handler.cc', | |
164 'common/extensions/api/identity/oauth2_manifest_handler.h', | |
165 'common/extensions/api/input_ime/input_components_handler.cc', | 197 'common/extensions/api/input_ime/input_components_handler.cc', |
166 'common/extensions/api/input_ime/input_components_handler.h', | 198 'common/extensions/api/input_ime/input_components_handler.h', |
167 'common/extensions/api/notifications/notification_style.cc', | 199 'common/extensions/api/notifications/notification_style.cc', |
168 'common/extensions/api/notifications/notification_style.h', | 200 'common/extensions/api/notifications/notification_style.h', |
169 'common/extensions/api/omnibox/omnibox_handler.cc', | 201 'common/extensions/api/omnibox/omnibox_handler.cc', |
170 'common/extensions/api/omnibox/omnibox_handler.h', | 202 'common/extensions/api/omnibox/omnibox_handler.h', |
171 'common/extensions/api/plugins/plugins_handler.cc', | |
172 'common/extensions/api/plugins/plugins_handler.h', | |
173 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 203 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
174 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 204 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
175 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 205 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
176 'common/extensions/api/spellcheck/spellcheck_handler.h', | 206 'common/extensions/api/spellcheck/spellcheck_handler.h', |
177 'common/extensions/api/storage/storage_schema_manifest_handler.cc', | |
178 'common/extensions/api/storage/storage_schema_manifest_handler.h', | |
179 'common/extensions/api/supervised_user_private/supervised_user_handler.cc'
, | |
180 'common/extensions/api/supervised_user_private/supervised_user_handler.h', | |
181 'common/extensions/api/system_indicator/system_indicator_handler.cc', | 207 'common/extensions/api/system_indicator/system_indicator_handler.cc', |
182 'common/extensions/api/system_indicator/system_indicator_handler.h', | 208 'common/extensions/api/system_indicator/system_indicator_handler.h', |
183 'common/extensions/api/url_handlers/url_handlers_parser.cc', | 209 'common/extensions/api/url_handlers/url_handlers_parser.cc', |
184 'common/extensions/api/url_handlers/url_handlers_parser.h', | 210 'common/extensions/api/url_handlers/url_handlers_parser.h', |
185 'common/extensions/api/webstore/webstore_api_constants.cc', | 211 'common/extensions/api/webstore/webstore_api_constants.cc', |
186 'common/extensions/api/webstore/webstore_api_constants.h', | 212 'common/extensions/api/webstore/webstore_api_constants.h', |
187 'common/extensions/chrome_manifest_handlers.cc', | |
188 'common/extensions/chrome_manifest_handlers.h', | |
189 'common/extensions/extension_file_util.cc', | |
190 'common/extensions/extension_file_util.h', | |
191 'common/extensions/manifest_handlers/app_isolation_info.cc', | |
192 'common/extensions/manifest_handlers/app_isolation_info.h', | |
193 'common/extensions/manifest_handlers/app_launch_info.cc', | |
194 'common/extensions/manifest_handlers/app_launch_info.h', | |
195 'common/extensions/manifest_handlers/automation.cc', | |
196 'common/extensions/manifest_handlers/automation.h', | |
197 'common/extensions/manifest_handlers/content_scripts_handler.cc', | |
198 'common/extensions/manifest_handlers/content_scripts_handler.h', | |
199 'common/extensions/manifest_handlers/mime_types_handler.cc', | |
200 'common/extensions/manifest_handlers/mime_types_handler.h', | |
201 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | |
202 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | |
203 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | |
204 'common/extensions/manifest_handlers/settings_overrides_handler.h', | |
205 'common/extensions/manifest_handlers/synthesize_browser_action_handler.cc'
, | |
206 'common/extensions/manifest_handlers/synthesize_browser_action_handler.h', | |
207 'common/extensions/manifest_handlers/theme_handler.cc', | |
208 'common/extensions/manifest_handlers/theme_handler.h', | |
209 'common/extensions/manifest_handlers/ui_overrides_handler.cc', | |
210 'common/extensions/manifest_handlers/ui_overrides_handler.h', | |
211 'common/extensions/manifest_url_handler.cc', | |
212 'common/extensions/manifest_url_handler.h', | |
213 ], | 213 ], |
214 'chrome_common_full_safe_browsing_sources': [ | 214 'chrome_common_full_safe_browsing_sources': [ |
215 'common/safe_browsing/download_protection_util.cc', | 215 'common/safe_browsing/download_protection_util.cc', |
216 'common/safe_browsing/download_protection_util.h', | 216 'common/safe_browsing/download_protection_util.h', |
217 'common/safe_browsing/zip_analyzer.cc', | 217 'common/safe_browsing/zip_analyzer.cc', |
218 'common/safe_browsing/zip_analyzer.h', | 218 'common/safe_browsing/zip_analyzer.h', |
219 ], | 219 ], |
220 'chrome_common_importer_sources': [ | 220 'chrome_common_importer_sources': [ |
221 'common/importer/firefox_importer_utils.cc', | 221 'common/importer/firefox_importer_utils.cc', |
222 'common/importer/firefox_importer_utils.h', | 222 'common/importer/firefox_importer_utils.h', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 329 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
330 '<(DEPTH)/url/url.gyp:url_lib', | 330 '<(DEPTH)/url/url.gyp:url_lib', |
331 ], | 331 ], |
332 'sources': [ | 332 'sources': [ |
333 '<@(chrome_common_sources)' | 333 '<@(chrome_common_sources)' |
334 ], | 334 ], |
335 'conditions': [ | 335 'conditions': [ |
336 ['enable_extensions==1', { | 336 ['enable_extensions==1', { |
337 'sources': [ '<@(chrome_common_extensions_sources)' ], | 337 'sources': [ '<@(chrome_common_extensions_sources)' ], |
338 'dependencies': [ | 338 'dependencies': [ |
339 '<(DEPTH)/device/usb/usb.gyp:device_usb', | 339 '../device/usb/usb.gyp:device_usb', |
340 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | |
341 ], | 340 ], |
342 }], | 341 }], |
343 ['OS=="win" or OS=="mac"', { | 342 ['OS=="win" or OS=="mac"', { |
344 'sources': [ '<@(chrome_common_win_mac_sources)' ], | 343 'sources': [ '<@(chrome_common_win_mac_sources)' ], |
345 }], | 344 }], |
346 ['(OS=="win" or OS=="mac") and use_openssl==1', { | 345 ['(OS=="win" or OS=="mac") and use_openssl==1', { |
347 # networking_private_crypto_openssl.cc depends on boringssl. | 346 # networking_private_crypto_openssl.cc depends on boringssl. |
348 'dependencies': [ | 347 'dependencies': [ |
349 '../third_party/boringssl/boringssl.gyp:boringssl', | 348 '../third_party/boringssl/boringssl.gyp:boringssl', |
350 ], | 349 ], |
351 }], | 350 }], |
352 ['OS=="mac"', { | 351 ['OS=="mac"', { |
353 'sources': [ '<@(chrome_common_mac_sources)' ], | 352 'sources': [ '<@(chrome_common_mac_sources)' ], |
354 }], | 353 }], |
355 ['OS != "ios"', { | 354 ['OS != "ios"', { |
356 'dependencies': [ | 355 'dependencies': [ |
357 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 356 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
358 '<(DEPTH)/components/components.gyp:autofill_core_common', | 357 '<(DEPTH)/components/components.gyp:autofill_core_common', |
359 '<(DEPTH)/components/components.gyp:autofill_content_common', | 358 '<(DEPTH)/components/components.gyp:autofill_content_common', |
360 '<(DEPTH)/components/components.gyp:password_manager_core_common', | 359 '<(DEPTH)/components/components.gyp:password_manager_core_common', |
361 '<(DEPTH)/components/components.gyp:password_manager_content_common'
, | 360 '<(DEPTH)/components/components.gyp:password_manager_content_common'
, |
362 '<(DEPTH)/components/components.gyp:signin_core_common', | 361 '<(DEPTH)/components/components.gyp:signin_core_common', |
363 '<(DEPTH)/components/components.gyp:translate_content_common', | 362 '<(DEPTH)/components/components.gyp:translate_content_common', |
364 '<(DEPTH)/components/components.gyp:visitedlink_common', | 363 '<(DEPTH)/components/components.gyp:visitedlink_common', |
| 364 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
365 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 365 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
366 '<(DEPTH)/ipc/ipc.gyp:ipc', | 366 '<(DEPTH)/ipc/ipc.gyp:ipc', |
367 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 367 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
368 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', | 368 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver
sion_h', |
369 ], | 369 ], |
370 'export_dependent_settings': [ | 370 'export_dependent_settings': [ |
371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
372 ], | 372 ], |
373 }, { # OS == ios | 373 }, { # OS == ios |
374 'sources/': [ | 374 'sources/': [ |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'common/safe_browsing/csd.proto' | 687 'common/safe_browsing/csd.proto' |
688 ], | 688 ], |
689 'variables': { | 689 'variables': { |
690 'proto_in_dir': 'common/safe_browsing', | 690 'proto_in_dir': 'common/safe_browsing', |
691 'proto_out_dir': 'chrome/common/safe_browsing', | 691 'proto_out_dir': 'chrome/common/safe_browsing', |
692 }, | 692 }, |
693 'includes': [ '../build/protoc.gypi' ], | 693 'includes': [ '../build/protoc.gypi' ], |
694 }, | 694 }, |
695 ], | 695 ], |
696 } | 696 } |
OLD | NEW |