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

Unified Diff: chrome/chrome_common.gypi

Issue 11316164: Implement ComplexFeature to support permission features with multiple rules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new Created 8 years 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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | chrome/common/extensions/api/extension_api.h » ('J')
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 b74ca0dde9914040202cd70e2438ad917230852e..8dfbb313d1d411ebb802530149da1c0ac37cf25e 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -157,6 +157,10 @@
'common/extensions/extension_set.h',
'common/extensions/feature_switch.cc',
'common/extensions/feature_switch.h',
+ 'common/extensions/features/complex_feature.cc',
+ 'common/extensions/features/complex_feature.h',
+ 'common/extensions/features/complex_feature_provider.cc',
+ 'common/extensions/features/complex_feature_provider.h',
'common/extensions/features/feature.cc',
'common/extensions/features/feature.h',
'common/extensions/features/feature_provider.h',
@@ -164,6 +168,8 @@
'common/extensions/features/manifest_feature.h',
'common/extensions/features/permission_feature.cc',
'common/extensions/features/permission_feature.h',
+ 'common/extensions/features/simple_feature.cc',
+ 'common/extensions/features/simple_feature.h',
'common/extensions/features/simple_feature_provider.cc',
'common/extensions/features/simple_feature_provider.h',
'common/extensions/file_browser_handler.cc',
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | chrome/common/extensions/api/extension_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698