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

Unified Diff: webkit/build/V8Bindings/SConscript

Issue 8746: Linux fixes for the WebKit merge. (Closed)
Patch Set: Created 12 years, 2 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/SConscript.port ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/V8Bindings/SConscript
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index 06c16a0d365ad85ffb66404b19d8cd14d0cdbb91..c8e9cf5bf8d0f279ac296714d866400bef6d3595 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -155,7 +155,9 @@ inputs = [
'$DERIVED_DIR/V8KeyboardEvent.cpp',
'$DERIVED_DIR/V8Location.cpp',
'$DERIVED_DIR/V8MediaList.cpp',
+ '$DERIVED_DIR/V8MessageChannel.cpp',
'$DERIVED_DIR/V8MessageEvent.cpp',
+ '$DERIVED_DIR/V8MessagePort.cpp',
'$DERIVED_DIR/V8MimeType.cpp',
'$DERIVED_DIR/V8MimeTypeArray.cpp',
'$DERIVED_DIR/V8MouseEvent.cpp',
@@ -324,6 +326,7 @@ inputs = [
'$PORT_DIR/bindings/v8/v8_npobject.cpp',
'$PORT_DIR/bindings/v8/v8_proxy.cpp',
'$PORT_DIR/bindings/v8/v8_vectornodelist.cpp',
+ '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp',
'$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp',
'$PORT_DIR/page/inspector/InspectorController.cpp',
]
« no previous file with comments | « webkit/SConscript.port ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698