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

Unified Diff: webkit/build/V8Bindings/SConscript

Issue 40132: Refactor v8 extensions to make registration avoid having to use ChromiumBridg... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: webkit/build/V8Bindings/SConscript
===================================================================
--- webkit/build/V8Bindings/SConscript (revision 10914)
+++ webkit/build/V8Bindings/SConscript (working copy)
@@ -350,10 +350,6 @@
'$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp',
'$PORT_DIR/bindings/v8/WorkerContextExecutionProxy.cpp',
'$PORT_DIR/bindings/v8/WorkerScriptController.cpp',
- '$PORT_DIR/bindings/v8/extensions/GCController.cpp',
- '$PORT_DIR/bindings/v8/extensions/Gears.cpp',
- '$PORT_DIR/bindings/v8/extensions/Interval.cpp',
- '$PORT_DIR/bindings/v8/extensions/Playback.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8ClipboardCustom.cpp',
@@ -390,6 +386,11 @@
'$WEBCORE_DIR/bindings/v8/custom/V8XMLSerializerConstructor.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8XSLTProcessorCustom.cpp',
+
+ '$WEBKIT_DIR/extensions/v8/gc_extension.cc',
+ '$WEBKIT_DIR/extensions/v8/gears_extension.cc',
+ '$WEBKIT_DIR/extensions/v8/interval_extension.cc',
+ '$WEBKIT_DIR/extensions/v8/playback_extension.cc',
]
if env.Bit('windows'):

Powered by Google App Engine
This is Rietveld 408576698