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

Unified Diff: extensions/common/BUILD.gn

Issue 822453002: Introduce HostID and de-couple Extensions from "script injection System" [browser side] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another round of comments of Devlin@. Created 5 years, 11 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
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index f6dcd00fd5eead6c1c72a79299cdd80e4640f43f..11650e3de0441941e60071edb5d9068535faa3d6 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -43,6 +43,8 @@ if (enable_extensions) {
"api/sockets/sockets_manifest_permission.h",
"common_manifest_handlers.cc",
"common_manifest_handlers.h",
+ "consumer_id.cc",
+ "consumer_id.h",
"csp_validator.cc",
"csp_validator.h",
"dom_action_types.h",

Powered by Google App Engine
This is Rietveld 408576698