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

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: behavior 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 80a6fe2c17681ca1e06caea0faa02a5dfd1464f9..0af485a49ed1e093d419d5cb8476765de63e7372 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',

Powered by Google App Engine
This is Rietveld 408576698