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

Unified Diff: extensions/extensions.gyp

Issue 885493007: Refactoring: de-couple Extensions from "script injection System" [render side] : 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Devlin@'s comments. Created 5 years, 10 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 ac434835b19a8ab89fbd945c3dc981ae41a054a2..52a9d6b4a2b67ad6af3e5200dc409f85370eb43e 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -88,6 +88,7 @@
'common/cast/cast_cert_validator.h',
'common/common_manifest_handlers.cc',
'common/common_manifest_handlers.h',
+ 'common/host_id.cc',
'common/host_id.h',
'common/csp_validator.cc',
'common/csp_validator.h',
@@ -106,6 +107,8 @@
'common/extension.h',
'common/extension_api.cc',
'common/extension_api.h',
+ 'common/extension_consumer.cc',
+ 'common/extension_consumer.h',
'common/extension_icon_set.cc',
'common/extension_icon_set.h',
'common/extension_l10n_util.cc',

Powered by Google App Engine
This is Rietveld 408576698