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

Unified Diff: extensions/extensions.gyp

Issue 789383002: Add the basic infrastructure for the Behavior feature type: BehaviorFeature and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flag-features
Patch Set: rebase Created 6 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 | « extensions/common/features/simple_feature_unittest.cc ('k') | extensions/extensions_resources.grd » ('j') | 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 c1da049256c9a93fedeb75892342d39fb363a096..6b074653846298ed150e683342ae55c1ddff9b1a 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -144,6 +144,8 @@
'common/features/simple_feature.h',
'common/features/simple_feature_filter.cc',
'common/features/simple_feature_filter.h',
+ 'common/features/behavior_feature.cc',
+ 'common/features/behavior_feature.h',
'common/file_util.cc',
'common/file_util.h',
'common/guest_view/guest_view_constants.cc',
« no previous file with comments | « extensions/common/features/simple_feature_unittest.cc ('k') | extensions/extensions_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698