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

Unified Diff: extensions/extensions.gyp

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: factor feature_channel out of module_system Created 6 years, 8 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 | « extensions/common/extensions_client.h ('k') | extensions/renderer/DEPS » ('j') | no next file with comments »
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 bf4a61d7bb0912953f179b33e435c0513d976699..658358b353d693fe2ea4d2ed1aa378136a99dc3d 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -413,9 +413,21 @@
'..',
],
'sources': [
+ 'renderer/console.cc',
+ 'renderer/console.h',
+ 'renderer/module_system.cc',
+ 'renderer/module_system.h',
'renderer/native_handler.cc',
'renderer/native_handler.h',
+ 'renderer/object_backed_native_handler.cc',
+ 'renderer/object_backed_native_handler.h',
+ 'renderer/request_sender.cc',
+ 'renderer/request_sender.h',
+ 'renderer/safe_builtins.cc',
+ 'renderer/safe_builtins.h',
'renderer/scoped_persistent.h',
+ 'renderer/script_context.cc',
+ 'renderer/script_context.h',
],
'dependencies': [
'../third_party/WebKit/public/blink.gyp:blink',
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698