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

Unified Diff: chrome/chrome_browser_extensions.gypi

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: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 8d04918a9790a094ae1832c0664c3beef26ad094..acb26cf3eca5f20fbc4104447f25d174b48f7013 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -674,6 +674,8 @@
'browser/extensions/extension_uninstall_dialog.h',
'browser/extensions/extension_util.cc',
'browser/extensions/extension_util.h',
+ 'browser/extensions/extension_user_script_loader.cc',
+ 'browser/extensions/extension_user_script_loader.h',
'browser/extensions/extension_view_host.cc',
'browser/extensions/extension_view_host.h',
'browser/extensions/extension_view_host_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698