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

Unified Diff: device/geolocation/DEPS

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed device/geolocation/public/cpp 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
Index: device/geolocation/DEPS
diff --git a/device/geolocation/DEPS b/device/geolocation/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..249ecf3f9d88cbbf4946fb69f73b7ef90e7543a2
--- /dev/null
+++ b/device/geolocation/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+chromeos",
+ "+dbus",
+ "+google_apis",
+ "+jni",
+ "+net",
+ "+device/geolocation",
jam 2016/07/26 23:34:33 nit: not needed
mcasas 2016/07/27 06:38:17 Done.
+ "+third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h",
+ "+third_party/cros_system_api/dbus",
+]

Powered by Google App Engine
This is Rietveld 408576698