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

Unified Diff: chrome/android/BUILD.gn

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning 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 | « blimp/engine/session/blimp_engine_session.cc ('k') | chrome/android/javatests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 7883835f05517ddf6533d208919a889f93ca59c5..942c6f85838a7b96de526bd772ae68cb97356316 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -153,6 +153,7 @@ android_library("chrome_java") {
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
+ "//device/geolocation:geolocation_java",
"//media/base/android:media_java",
"//media/capture/content/android:screen_capture_java",
"//media/capture/video/android:capture_java",
@@ -310,6 +311,7 @@ junit_binary("chrome_junit_tests") {
"//components/invalidation/impl:java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
+ "//device/geolocation:geolocation_java",
"//net/android:net_java",
"//sync:sync_java_test_support",
"//sync/android:sync_java",
@@ -373,6 +375,8 @@ android_library("chrome_test_java") {
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
+ "//device/geolocation:geolocation_java",
+ "//device/geolocation:geolocation_java_test_support",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//net/android:net_java",
« no previous file with comments | « blimp/engine/session/blimp_engine_session.cc ('k') | chrome/android/javatests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698