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

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

Issue 1129063008: Move mojom definitions of URL{Request,Response} into SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update for monet Created 5 years, 7 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/public/BUILD.gn ('k') | mojo/public/interfaces/network/http_header.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/network/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/BUILD.gn b/mojo/public/interfaces/network/BUILD.gn
similarity index 64%
copy from mojo/public/interfaces/bindings/BUILD.gn
copy to mojo/public/interfaces/network/BUILD.gn
index cf8a1183d70bfb3fc3bac1d9571ae357ef0669d0..53a4e816e068251b55fbd4d1bd6e545068c691c9 100644
--- a/mojo/public/interfaces/bindings/BUILD.gn
+++ b/mojo/public/interfaces/network/BUILD.gn
@@ -4,8 +4,11 @@
import("../../tools/bindings/mojom.gni")
-mojom("bindings") {
+mojom("network") {
sources = [
- "interface_control_messages.mojom",
+ "http_header.mojom",
+ "network_error.mojom",
+ "url_request.mojom",
+ "url_response.mojom",
]
}
« no previous file with comments | « mojo/public/BUILD.gn ('k') | mojo/public/interfaces/network/http_header.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698