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

Unified Diff: webkit/webkit.gyp

Issue 27336: Hook up upstreamed V8 bindings, Chromium side (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
« no previous file with comments | « webkit/port/bindings/v8/v8_custom.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 10703)
+++ webkit/webkit.gyp (working copy)
@@ -947,9 +947,9 @@
'port/bindings/v8/UndetectableHTMLCollection.idl',
# V8 bindings not generated from .idl source.
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8ClipboardCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomEventListener.h',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.cpp',
@@ -1028,21 +1028,6 @@
'port/bindings/v8/JSXPathNSResolver.h',
'port/bindings/v8/RGBColor.cpp',
'port/bindings/v8/RGBColor.h',
- 'port/bindings/v8/ScheduledAction.h',
- 'port/bindings/v8/ScriptCachedFrameData.h',
- 'port/bindings/v8/ScriptCallFrame.cpp',
- 'port/bindings/v8/ScriptCallFrame.h',
- 'port/bindings/v8/ScriptCallStack.cpp',
- 'port/bindings/v8/ScriptCallStack.h',
- 'port/bindings/v8/ScriptController.cpp',
- 'port/bindings/v8/ScriptController.h',
- 'port/bindings/v8/ScriptInstance.cpp',
- 'port/bindings/v8/ScriptInstance.h',
- 'port/bindings/v8/ScriptSourceCode.h',
- 'port/bindings/v8/ScriptState.h',
- 'port/bindings/v8/ScriptString.h',
- 'port/bindings/v8/ScriptValue.cpp',
- 'port/bindings/v8/ScriptValue.h',
'port/bindings/v8/V8CanvasPixelArrayCustom.cpp',
'port/bindings/v8/V8MessagePortCustom.cpp',
'port/bindings/v8/V8SVGPODTypeWrapper.h',
@@ -3732,9 +3717,6 @@
'../third_party/WebKit/WebKit/mac/WebCoreSupport/WebSystemInterface.m',
],
'sources/': [
- # dglazkov says these aren't ready to build yet.
- # TODO(mark): Remove this when they are ready.
- ['exclude', '/third_party/WebKit/WebCore/bindings/v8/Script[^/]*\\.cpp$'],
# Don't build bindings for storage/database.
['exclude', '/third_party/WebKit/WebCore/storage/[^/]*\\.idl$'],
@@ -3812,15 +3794,6 @@
# Someone (me?) should figure it out and add appropriate comments.
'../third_party/WebKit/WebCore/css/CSSUnknownRule.idl',
- # Not ready to build yet.
- # TODO(mark): Remove when ready.
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8ClipboardCustom.cpp',
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8DocumentCustom.cpp',
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp',
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8NodeIteratorCustom.cpp',
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8TreeWalkerCustom.cpp',
- '../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom.cpp',
-
# Don't build custom bindings for VoidCallback.
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.cpp',
« no previous file with comments | « webkit/port/bindings/v8/v8_custom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698