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

Unified Diff: content/common/BUILD.gn

Issue 2119973002: Port WebSockets to Mojo IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b459439c2aa1a6e75c299c85930037a8c1ccbb8d..b9a515fd7df98e27a67893fffea9542633f46681 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -237,6 +237,7 @@ mojom("mojo_bindings") {
"render_widget_window_tree_client_factory.mojom",
"service_worker/embedded_worker_setup.mojom",
"storage_partition_service.mojom",
+ "websocket.mojom",
]
import_dirs = [ "//mojo/services" ]
@@ -248,6 +249,7 @@ mojom("mojo_bindings") {
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
"//ui/gfx/geometry/mojo",
+ "//url/mojo:url_mojom_gurl",
"//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698