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

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: Fix up deps from other mojoms 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
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 69%
copy from mojo/public/interfaces/bindings/BUILD.gn
copy to mojo/public/interfaces/network/BUILD.gn
index cf8a1183d70bfb3fc3bac1d9571ae357ef0669d0..7eb4a0c804ec98d9c72a45dba9c5365017fc1cce 100644
--- a/mojo/public/interfaces/bindings/BUILD.gn
+++ b/mojo/public/interfaces/network/BUILD.gn
@@ -4,8 +4,10 @@
import("../../tools/bindings/mojom.gni")
-mojom("bindings") {
+mojom("network") {
sources = [
- "interface_control_messages.mojom",
+ "network_error.mojom",
+ "url_request.mojom",
+ "url_response.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698