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

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: Introduce HostID for DeclarativeUserScriptMaser assignment, remove ConsumerID. 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 c23df445dac06ee88d0676551000d9ef07c768c0..406538ac1b24f8a7cf8ab88665b50d40d09fe28b 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -46,6 +46,7 @@ if (enable_extensions) {
"cast/cast_cert_validator.h",
"common_manifest_handlers.cc",
"common_manifest_handlers.h",
+ "consumer_id.h",
Devlin 2015/01/26 20:12:09 host_id
Xi Han 2015/01/26 23:27:53 Great catch! How can I forget to update here:(
"csp_validator.cc",
"csp_validator.h",
"dom_action_types.h",

Powered by Google App Engine
This is Rietveld 408576698