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

Unified Diff: content/browser/BUILD.gn

Issue 2201883003: Geolocation: move mojom from WebKit to device/geolocation/public/interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | device/geolocation/BUILD.gn » ('j') | device/geolocation/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8a6e24c9ef0444526d119ca3765f1bb7f458a4b4..a35aae31070b984b7a1066b5c96a4670cbba0ca1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -64,6 +64,7 @@ source_set("browser") {
"//device/bluetooth",
"//device/gamepad",
"//device/geolocation:device_geolocation",
+ "//device/geolocation/public/interfaces:geolocation_mojom",
ortuno 2016/08/02 14:55:45 You can also remove "third_party/WebKit/public/pla
mcasas 2016/08/02 18:17:04 Done.
"//device/power_save_blocker",
"//device/vibration",
"//gin",
« no previous file with comments | « no previous file | device/geolocation/BUILD.gn » ('j') | device/geolocation/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698