Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: chrome/chrome_common.gypi

Issue 573933002: Cleanup: Remove remaining generated extensions APIs on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extclean4
Patch Set: fix build some more after rebasing Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
68 'common/extensions/chrome_extension_messages.h', 56 'common/extensions/chrome_extension_messages.h',
69 'common/extensions/chrome_extensions_client.cc', 57 'common/extensions/chrome_extensions_client.cc',
70 'common/extensions/chrome_extensions_client.h', 58 'common/extensions/chrome_extensions_client.h',
71 'common/extensions/chrome_manifest_handlers.cc',
72 'common/extensions/chrome_manifest_handlers.h',
73 'common/extensions/chrome_utility_extensions_messages.h', 59 'common/extensions/chrome_utility_extensions_messages.h',
74 'common/extensions/command.cc', 60 'common/extensions/command.cc',
75 'common/extensions/command.h', 61 'common/extensions/command.h',
76 'common/extensions/extension_constants.cc', 62 'common/extensions/extension_constants.cc',
77 'common/extensions/extension_constants.h', 63 'common/extensions/extension_constants.h',
78 'common/extensions/extension_file_util.cc',
79 'common/extensions/extension_file_util.h',
80 'common/extensions/extension_process_policy.cc', 64 'common/extensions/extension_process_policy.cc',
81 'common/extensions/extension_process_policy.h', 65 'common/extensions/extension_process_policy.h',
82 'common/extensions/features/chrome_channel_feature_filter.cc', 66 'common/extensions/features/chrome_channel_feature_filter.cc',
83 'common/extensions/features/chrome_channel_feature_filter.h', 67 'common/extensions/features/chrome_channel_feature_filter.h',
84 'common/extensions/features/feature_channel.cc', 68 'common/extensions/features/feature_channel.cc',
85 'common/extensions/features/feature_channel.h', 69 'common/extensions/features/feature_channel.h',
86 'common/extensions/image_writer/image_writer_util_mac.cc', 70 'common/extensions/image_writer/image_writer_util_mac.cc',
87 'common/extensions/image_writer/image_writer_util_mac.h', 71 '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',
110 'common/extensions/permissions/chrome_api_permissions.cc', 72 'common/extensions/permissions/chrome_api_permissions.cc',
111 'common/extensions/permissions/chrome_api_permissions.h', 73 'common/extensions/permissions/chrome_api_permissions.h',
112 'common/extensions/permissions/chrome_permission_message_provider.cc', 74 'common/extensions/permissions/chrome_permission_message_provider.cc',
113 'common/extensions/permissions/chrome_permission_message_provider.h', 75 'common/extensions/permissions/chrome_permission_message_provider.h',
114 'common/extensions/sync_helper.cc', 76 'common/extensions/sync_helper.cc',
115 'common/extensions/sync_helper.h', 77 'common/extensions/sync_helper.h',
116 'common/favicon/favicon_url_parser.cc', 78 'common/favicon/favicon_url_parser.cc',
117 'common/favicon/favicon_url_parser.h', 79 'common/favicon/favicon_url_parser.h',
118 'common/icon_with_badge_image_source.cc', 80 'common/icon_with_badge_image_source.cc',
119 'common/icon_with_badge_image_source.h', 81 'common/icon_with_badge_image_source.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'common/variations/variations_util.cc', 143 'common/variations/variations_util.cc',
182 'common/variations/variations_util.h', 144 'common/variations/variations_util.h',
183 'common/web_application_info.cc', 145 'common/web_application_info.cc',
184 'common/web_application_info.h', 146 'common/web_application_info.h',
185 'common/worker_thread_ticker.cc', 147 'common/worker_thread_ticker.cc',
186 'common/worker_thread_ticker.h', 148 'common/worker_thread_ticker.h',
187 ], 149 ],
188 'chrome_common_extensions_sources': [ 150 'chrome_common_extensions_sources': [
189 'common/extensions/api/commands/commands_handler.cc', 151 'common/extensions/api/commands/commands_handler.cc',
190 'common/extensions/api/commands/commands_handler.h', 152 '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',
191 'common/extensions/api/extension_action/browser_action_handler.cc', 155 'common/extensions/api/extension_action/browser_action_handler.cc',
192 'common/extensions/api/extension_action/browser_action_handler.h', 156 'common/extensions/api/extension_action/browser_action_handler.h',
193 'common/extensions/api/extension_action/page_action_handler.cc', 157 'common/extensions/api/extension_action/page_action_handler.cc',
194 'common/extensions/api/extension_action/page_action_handler.h', 158 'common/extensions/api/extension_action/page_action_handler.h',
195 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', 159 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
196 'common/extensions/api/file_browser_handlers/file_browser_handler.h', 160 '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',
197 'common/extensions/api/input_ime/input_components_handler.cc', 165 'common/extensions/api/input_ime/input_components_handler.cc',
198 'common/extensions/api/input_ime/input_components_handler.h', 166 'common/extensions/api/input_ime/input_components_handler.h',
199 'common/extensions/api/notifications/notification_style.cc', 167 'common/extensions/api/notifications/notification_style.cc',
200 'common/extensions/api/notifications/notification_style.h', 168 'common/extensions/api/notifications/notification_style.h',
201 'common/extensions/api/omnibox/omnibox_handler.cc', 169 'common/extensions/api/omnibox/omnibox_handler.cc',
202 'common/extensions/api/omnibox/omnibox_handler.h', 170 'common/extensions/api/omnibox/omnibox_handler.h',
171 'common/extensions/api/plugins/plugins_handler.cc',
172 'common/extensions/api/plugins/plugins_handler.h',
203 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 173 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
204 'common/extensions/api/speech/tts_engine_manifest_handler.h', 174 'common/extensions/api/speech/tts_engine_manifest_handler.h',
205 'common/extensions/api/spellcheck/spellcheck_handler.cc', 175 'common/extensions/api/spellcheck/spellcheck_handler.cc',
206 'common/extensions/api/spellcheck/spellcheck_handler.h', 176 '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',
207 'common/extensions/api/system_indicator/system_indicator_handler.cc', 181 'common/extensions/api/system_indicator/system_indicator_handler.cc',
208 'common/extensions/api/system_indicator/system_indicator_handler.h', 182 'common/extensions/api/system_indicator/system_indicator_handler.h',
209 'common/extensions/api/url_handlers/url_handlers_parser.cc', 183 'common/extensions/api/url_handlers/url_handlers_parser.cc',
210 'common/extensions/api/url_handlers/url_handlers_parser.h', 184 'common/extensions/api/url_handlers/url_handlers_parser.h',
211 'common/extensions/api/webstore/webstore_api_constants.cc', 185 'common/extensions/api/webstore/webstore_api_constants.cc',
212 'common/extensions/api/webstore/webstore_api_constants.h', 186 '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
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 '../device/usb/usb.gyp:device_usb', 339 '<(DEPTH)/device/usb/usb.gyp:device_usb',
340 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
340 ], 341 ],
341 }], 342 }],
342 ['OS=="win" or OS=="mac"', { 343 ['OS=="win" or OS=="mac"', {
343 'sources': [ '<@(chrome_common_win_mac_sources)' ], 344 'sources': [ '<@(chrome_common_win_mac_sources)' ],
344 }], 345 }],
345 ['(OS=="win" or OS=="mac") and use_openssl==1', { 346 ['(OS=="win" or OS=="mac") and use_openssl==1', {
346 # networking_private_crypto_openssl.cc depends on boringssl. 347 # networking_private_crypto_openssl.cc depends on boringssl.
347 'dependencies': [ 348 'dependencies': [
348 '../third_party/boringssl/boringssl.gyp:boringssl', 349 '../third_party/boringssl/boringssl.gyp:boringssl',
349 ], 350 ],
350 }], 351 }],
351 ['OS=="mac"', { 352 ['OS=="mac"', {
352 'sources': [ '<@(chrome_common_mac_sources)' ], 353 'sources': [ '<@(chrome_common_mac_sources)' ],
353 }], 354 }],
354 ['OS != "ios"', { 355 ['OS != "ios"', {
355 'dependencies': [ 356 'dependencies': [
356 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', 357 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
357 '<(DEPTH)/components/components.gyp:autofill_core_common', 358 '<(DEPTH)/components/components.gyp:autofill_core_common',
358 '<(DEPTH)/components/components.gyp:autofill_content_common', 359 '<(DEPTH)/components/components.gyp:autofill_content_common',
359 '<(DEPTH)/components/components.gyp:password_manager_core_common', 360 '<(DEPTH)/components/components.gyp:password_manager_core_common',
360 '<(DEPTH)/components/components.gyp:password_manager_content_common' , 361 '<(DEPTH)/components/components.gyp:password_manager_content_common' ,
361 '<(DEPTH)/components/components.gyp:signin_core_common', 362 '<(DEPTH)/components/components.gyp:signin_core_common',
362 '<(DEPTH)/components/components.gyp:translate_content_common', 363 '<(DEPTH)/components/components.gyp:translate_content_common',
363 '<(DEPTH)/components/components.gyp:visitedlink_common', 364 '<(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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698