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

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: 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: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index e1053d3cc5a0913737b142e98e68fb9c75d8af4d..458729112056184a7018d376fe7ea8e4cbe88b73 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -670,6 +670,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