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

Unified Diff: extensions/common/BUILD.gn

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/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 4b6ff4aa46da5a01a23cb9fd12d3ccb011fbf18c..fecd6c0727e028091a77c574b3f9468e220bd1d8 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -100,6 +100,8 @@ if (enable_extensions) {
"features/simple_feature.h",
"features/simple_feature_filter.cc",
"features/simple_feature_filter.h",
+ "features/behavior_feature.cc",
+ "features/behavior_feature.h",
"file_util.cc",
"file_util.h",
"guest_view/guest_view_constants.cc",

Powered by Google App Engine
This is Rietveld 408576698