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

Unified Diff: WebCore/DerivedSources.make

Issue 155079: WebSocket implementation in WebKit (Closed)
Patch Set: Rewrite to use SocketStreamHandle 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 | « WebCore/DerivedSources.cpp ('k') | WebCore/GNUmakefile.am » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/DerivedSources.make
diff --git a/WebCore/DerivedSources.make b/WebCore/DerivedSources.make
index 2c94df05c065e57d71669ab23781e507a9592e77..160fad7a1187c1687ac1fa7c7ca118a4461aa224 100644
--- a/WebCore/DerivedSources.make
+++ b/WebCore/DerivedSources.make
@@ -40,7 +40,9 @@ VPATH = \
$(WebCore)/xml \
$(WebCore)/wml \
$(WebCore)/workers \
+ $(WebCore)/websockets \
$(WebCore)/svg \
+ $(WebCore)/websockets \
#
DOM_CLASSES = \
@@ -373,6 +375,7 @@ DOM_CLASSES = \
WebKitCSSTransformValue \
WebKitPoint \
WebKitTransitionEvent \
+ WebSocket \
WheelEvent \
Worker \
WorkerContext \
« no previous file with comments | « WebCore/DerivedSources.cpp ('k') | WebCore/GNUmakefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698