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

Unified Diff: components/geolocation/public/interfaces/BUILD.gn

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: components/geolocation/public/interfaces/BUILD.gn
diff --git a/components/web_view/test_runner/public/interfaces/BUILD.gn b/components/geolocation/public/interfaces/BUILD.gn
similarity index 84%
copy from components/web_view/test_runner/public/interfaces/BUILD.gn
copy to components/geolocation/public/interfaces/BUILD.gn
index 8ad106f21901b7956b08526f64e959e60bfc3ca4..906b4f369150b8d9212df5dcc01c4f316f87742f 100644
--- a/components/web_view/test_runner/public/interfaces/BUILD.gn
+++ b/components/geolocation/public/interfaces/BUILD.gn
@@ -6,6 +6,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "layout_test_runner.mojom",
+ "geolocation.mojom",
+ "geoposition.mojom",
]
}
« no previous file with comments | « chromecast/browser/cast_permission_manager.cc ('k') | components/geolocation/public/interfaces/geolocation.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698