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

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: 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 | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/common/api/_behavior_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index e25b76680bb4159932f066115fe5973fc5f8ff3e..6fa6f8b575ac262355b628ed2b647909d8f3d198 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",
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/common/api/_behavior_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698