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

Unified Diff: extensions/extensions.gyp

Issue 224163002: Move core features code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move tests Created 6 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
« extensions/DEPS ('K') | « extensions/common/features/simple_feature_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index c2b8b26728c9fa1f6b270bf975fff81cf69bdb31..a4050e061472184e7757a3773c5ca3f3394d2cb4 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -71,10 +71,24 @@
'common/extensions_client.h',
'common/feature_switch.cc',
'common/feature_switch.h',
+ 'common/features/api_feature.cc',
+ 'common/features/api_feature.h',
+ 'common/features/base_feature_provider.cc',
+ 'common/features/base_feature_provider.h',
+ 'common/features/complex_feature.cc',
+ 'common/features/complex_feature.h',
'common/features/feature.cc',
'common/features/feature.h',
'common/features/feature_provider.cc',
'common/features/feature_provider.h',
+ 'common/features/manifest_feature.cc',
+ 'common/features/manifest_feature.h',
+ 'common/features/permission_feature.cc',
+ 'common/features/permission_feature.h',
+ 'common/features/simple_feature.cc',
+ 'common/features/simple_feature.h',
+ 'common/features/simple_feature_filter.cc',
+ 'common/features/simple_feature_filter.h',
'common/file_util.cc',
'common/file_util.h',
'common/id_util.cc',
« extensions/DEPS ('K') | « extensions/common/features/simple_feature_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698