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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 20188002: Move websocketstreamhandle_bridge.h out of webkit/glue/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/child/websocketstreamhandle_impl.cc ('k') | webkit/glue/websocketstreamhandle_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 2c88b7652aa10cf79a2d0649fa0181140d7dd31f..5867fa2ee53404895dcda5f75aed3a4b0d9966f8 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -64,6 +64,7 @@
'../child/webkitplatformsupport_child_impl.h',
'../child/webkitplatformsupport_impl.cc',
'../child/webkitplatformsupport_impl.h',
+ '../child/websocketstreamhandle_bridge.h',
'../child/websocketstreamhandle_delegate.h',
'../child/websocketstreamhandle_impl.cc',
'../child/websocketstreamhandle_impl.h',
@@ -162,7 +163,6 @@
'webkit_glue.cc',
'webkit_glue.h',
'webkit_glue_export.h',
- 'websocketstreamhandle_bridge.h',
],
# When glue is a dependency, it needs to be a hard dependency.
# Dependents may rely on files generated by this target or one of its
« no previous file with comments | « webkit/child/websocketstreamhandle_impl.cc ('k') | webkit/glue/websocketstreamhandle_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698