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

Unified Diff: chrome/chrome_common.gypi

Issue 9950046: Implement FeatureProvider for ExtensionAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 f9b666315bf0c38fd5db7f31877a48de3952d61e..52d11b8feb93dac671273d8524aa57c35b708c08 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -145,10 +145,15 @@
'common/extensions/extension_unpacker.h',
'common/extensions/feature.cc',
'common/extensions/feature.h',
+ 'common/extensions/feature_provider.h',
'common/extensions/file_browser_handler.cc',
'common/extensions/file_browser_handler.h',
'common/extensions/manifest.cc',
'common/extensions/manifest.h',
+ 'common/extensions/manifest_feature.cc',
+ 'common/extensions/manifest_feature.h',
+ 'common/extensions/permission_feature.cc',
+ 'common/extensions/permission_feature.h',
'common/extensions/simple_feature_provider.cc',
'common/extensions/simple_feature_provider.h',
'common/extensions/update_manifest.cc',

Powered by Google App Engine
This is Rietveld 408576698