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

Unified Diff: chrome/chrome_common.gypi

Issue 1077823005: Declare providing extension capabilities in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 7faa5e66468118749f6ae5a27a51e760611b6785..6d2fd249e19c409432c047b7241f87c1f36f7beb 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -208,6 +208,10 @@
'common/extensions/sync_helper.cc',
'common/extensions/sync_helper.h',
],
+ 'chrome_common_extensions_chromeos_sources': [
+ 'common/extensions/api/file_system_provider/file_system_provider_handler.cc',
+ 'common/extensions/api/file_system_provider/file_system_provider_handler.h',
+ ],
'chrome_common_full_safe_browsing_sources': [
'common/safe_browsing/binary_feature_extractor.cc',
'common/safe_browsing/binary_feature_extractor.h',
@@ -368,6 +372,9 @@
'<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
],
}],
+ ['enable_extensions==1 and chromeos==1', {
+ 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
+ }],
['OS=="win" or OS=="mac"', {
'sources': [ '<@(chrome_common_win_mac_sources)' ],
}],

Powered by Google App Engine
This is Rietveld 408576698