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

Unified Diff: content/common/BUILD.gn

Issue 628773003: Partially convert geolocation IPC to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 69aa1e372ff0958636a53e19f81fb58ac8435287..8bf6af6536a8af76f2abfb07ee4c8ac00f73f058 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -319,10 +319,12 @@ source_set("common") {
mojom("mojo_bindings") {
sources = [
+ "geolocation_service.mojom",
"render_frame_setup.mojom",
]
deps = [
+ "//content/public/common:mojo_bindings",
"//mojo/public/interfaces/application:application",
]
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698