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

Unified Diff: chrome/chrome_common.gypi

Issue 661593005: Build a few more extensions files only when extensions are enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/features/feature_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index ccc83cb1360e63aaa2663513045bce162d710f98..29ed876c78599ecdfc5598d1736238cbb2a7319e 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -55,24 +55,16 @@
'common/extensions/chrome_extensions_client.cc',
'common/extensions/chrome_extensions_client.h',
'common/extensions/chrome_utility_extensions_messages.h',
- 'common/extensions/command.cc',
- 'common/extensions/command.h',
'common/extensions/extension_constants.cc',
'common/extensions/extension_constants.h',
- 'common/extensions/extension_process_policy.cc',
- 'common/extensions/extension_process_policy.h',
'common/extensions/features/chrome_channel_feature_filter.cc',
'common/extensions/features/chrome_channel_feature_filter.h',
'common/extensions/features/feature_channel.cc',
'common/extensions/features/feature_channel.h',
- 'common/extensions/image_writer/image_writer_util_mac.cc',
- 'common/extensions/image_writer/image_writer_util_mac.h',
'common/extensions/permissions/chrome_api_permissions.cc',
'common/extensions/permissions/chrome_api_permissions.h',
'common/extensions/permissions/chrome_permission_message_provider.cc',
'common/extensions/permissions/chrome_permission_message_provider.h',
- 'common/extensions/sync_helper.cc',
- 'common/extensions/sync_helper.h',
'common/favicon/favicon_url_parser.cc',
'common/favicon/favicon_url_parser.h',
'common/icon_with_badge_image_source.cc',
@@ -186,8 +178,14 @@
'common/extensions/chrome_manifest_handlers.h',
'common/extensions/chrome_manifest_url_handlers.cc',
'common/extensions/chrome_manifest_url_handlers.h',
+ 'common/extensions/command.cc',
+ 'common/extensions/command.h',
'common/extensions/extension_file_util.cc',
'common/extensions/extension_file_util.h',
+ 'common/extensions/extension_process_policy.cc',
+ 'common/extensions/extension_process_policy.h',
+ 'common/extensions/image_writer/image_writer_util_mac.cc',
+ 'common/extensions/image_writer/image_writer_util_mac.h',
'common/extensions/manifest_handlers/app_isolation_info.cc',
'common/extensions/manifest_handlers/app_isolation_info.h',
'common/extensions/manifest_handlers/app_launch_info.cc',
@@ -208,6 +206,8 @@
'common/extensions/manifest_handlers/theme_handler.h',
'common/extensions/manifest_handlers/ui_overrides_handler.cc',
'common/extensions/manifest_handlers/ui_overrides_handler.h',
+ 'common/extensions/sync_helper.cc',
+ 'common/extensions/sync_helper.h',
],
'chrome_common_full_safe_browsing_sources': [
'common/safe_browsing/download_protection_util.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/features/feature_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698