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

Unified Diff: extensions/extensions.gyp

Issue 284153006: Introduce ScriptInjection in extensions/renderer to inject UserScripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | extensions/renderer/script_injection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 0ca834015d13c1280424650c4482bc50f50391b7..19b0c5430eee53cc198c38f93baee06315b686e3 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -531,6 +531,8 @@
'renderer/script_context.h',
'renderer/script_context_set.cc',
'renderer/script_context_set.h',
+ 'renderer/script_injection.cc',
+ 'renderer/script_injection.h',
'renderer/static_v8_external_ascii_string_resource.cc',
'renderer/static_v8_external_ascii_string_resource.h',
'renderer/test_features_native_handler.cc',
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | extensions/renderer/script_injection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698