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

Unified Diff: extensions/extensions.gyp

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: Change ConsumerID to class; remove usages of linked_ptr, and nits. 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/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index a1f2f8b320e0e66282673f5553d9e063cdf84ece..0c564689f62b3bac48fa41676ec35e6e60597055 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -86,6 +86,8 @@
'common/api/sockets/sockets_manifest_permission.h',
'common/common_manifest_handlers.cc',
'common/common_manifest_handlers.h',
+ 'common/consumer.cc',
+ 'common/consumer.h',
'common/csp_validator.cc',
'common/csp_validator.h',
'common/dom_action_types.h',

Powered by Google App Engine
This is Rietveld 408576698