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

Unified Diff: mojo/services/network/public/interfaces/BUILD.gn

Issue 1187513005: Update to Mojo SDK ab3f523596234e74 including URL{Request,Response} (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/services/network/net_adapters.h ('k') | mojo/services/network/public/interfaces/host_resolver.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/public/interfaces/BUILD.gn
diff --git a/mojo/services/network/public/interfaces/BUILD.gn b/mojo/services/network/public/interfaces/BUILD.gn
index 6f96824800e27b4156c0d128fc38e8d65ea77200..c8c56cfba1a157a7359b55e5b26fecc167656b5e 100644
--- a/mojo/services/network/public/interfaces/BUILD.gn
+++ b/mojo/services/network/public/interfaces/BUILD.gn
@@ -13,7 +13,6 @@ mojom("interfaces") {
"http_message.mojom",
"http_server.mojom",
"net_address.mojom",
- "network_error.mojom",
"network_service.mojom",
"tcp_bound_socket.mojom",
"tcp_connected_socket.mojom",
@@ -24,5 +23,9 @@ mojom("interfaces") {
"web_socket.mojom",
]
+ deps = [
+ "//third_party/mojo/src/mojo/public/interfaces/network",
+ ]
+
import_dirs = [ get_path_info("../../../", "abspath") ]
}
« no previous file with comments | « mojo/services/network/net_adapters.h ('k') | mojo/services/network/public/interfaces/host_resolver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698