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

Unified Diff: net/base/mojo/BUILD.gn

Issue 2063683002: Migrate components/data_reduction_proxy to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate usage of RPH observer Created 4 years, 4 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: net/base/mojo/BUILD.gn
diff --git a/device/geolocation/public/interfaces/BUILD.gn b/net/base/mojo/BUILD.gn
similarity index 91%
copy from device/geolocation/public/interfaces/BUILD.gn
copy to net/base/mojo/BUILD.gn
index 6bdfc1ac3d8ac01629c3ed29256a31b2db907242..720b1f72701e4a3f6d0c5249d8e98ce23fe02fd9 100644
--- a/device/geolocation/public/interfaces/BUILD.gn
+++ b/net/base/mojo/BUILD.gn
@@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "geolocation.mojom",
+ "net_base.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698