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

Unified Diff: extensions/common/BUILD.gn

Issue 2241203003: Pass user session type to extension feature checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass user session type to extension renderer Created 4 years, 3 months 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/browser/renderer_startup_helper.cc ('k') | extensions/common/extension_messages.h » ('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 653f3b5c29623b96dab3ecf3e645ba7f160ea86d..2f68f217a570f3aa1f5381217f8072b69c97f4e8 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -109,6 +109,8 @@ if (enable_extensions) {
"features/feature_channel.h",
"features/feature_provider.cc",
"features/feature_provider.h",
+ "features/feature_session_type.cc",
+ "features/feature_session_type.h",
"features/feature_util.cc",
"features/feature_util.h",
"features/json_feature_provider_source.cc",
« no previous file with comments | « extensions/browser/renderer_startup_helper.cc ('k') | extensions/common/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698