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

Unified Diff: extensions/extensions.gyp

Issue 878513005: Extensions: suspend extension's scripts when V8 is paused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | extensions/renderer/script_injection.cc » ('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 ac434835b19a8ab89fbd945c3dc981ae41a054a2..cf204bf7f97f95fef507f1c0c3def05941eb5610 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -1077,6 +1077,8 @@
'renderer/script_context_set.h',
'renderer/script_injection.cc',
'renderer/script_injection.h',
+ 'renderer/script_injection_callback.cc',
+ 'renderer/script_injection_callback.h',
'renderer/script_injection_manager.cc',
'renderer/script_injection_manager.h',
'renderer/script_injector.h',
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | extensions/renderer/script_injection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698