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

Unified Diff: chrome/chrome.gyp

Issue 173482: Re-try r24372 - Delay request loading until all user scripts that request (Closed)
Patch Set: Created 11 years, 4 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 | « chrome/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 8eaa95891ba2965226a96d704bb222f2d61dfb5b..f84eb1a7b5e317d83479ed00e702b0a8cdc44645 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1116,6 +1116,8 @@
'browser/extensions/sandboxed_extension_unpacker.h',
'browser/extensions/theme_preview_infobar_delegate.cc',
'browser/extensions/theme_preview_infobar_delegate.h',
+ 'browser/extensions/user_script_listener.cc',
+ 'browser/extensions/user_script_listener.h',
'browser/extensions/user_script_master.cc',
'browser/extensions/user_script_master.h',
'browser/external_protocol_handler.cc',
@@ -3965,6 +3967,7 @@
'browser/extensions/extension_ui_unittest.cc',
'browser/extensions/extension_updater_unittest.cc',
'browser/extensions/extensions_service_unittest.cc',
+ 'browser/extensions/user_script_listener_unittest.cc',
'browser/extensions/user_script_master_unittest.cc',
'browser/find_backend_unittest.cc',
'browser/first_run_migration_mac_unittest.mm',
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698