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

Unified Diff: content/public/android/BUILD.gn

Issue 2479463004: Fix java target naming exceptions in device/ and components/policy (Closed)
Patch Set: Created 4 years, 1 month 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 | « build/config/android/internal_rules.gni ('k') | device/battery/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index f796ddb7e5235a51684c535ed9de72c69e0729ff..3a239ea385cef7a0a6c04b0eafb10f98bcd01592 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -28,7 +28,7 @@ android_library("content_java") {
":content_java_resources",
"//base:base_java",
"//device/battery:mojo_bindings_java",
- "//device/battery/android:battery_monitor_android",
+ "//device/battery/android:battery_monitor_java",
"//device/bluetooth:java",
"//device/gamepad:java",
"//device/generic_sensor:java",
@@ -38,7 +38,7 @@ android_library("content_java") {
"//device/time_zone_monitor:java",
"//device/usb:java",
"//device/vibration:mojo_bindings_java",
- "//device/vibration/android:vibration_manager_android",
+ "//device/vibration/android:vibration_manager_java",
"//media/base/android:media_java",
"//media/capture/content/android:screen_capture_java",
"//media/capture/video/android:capture_java",
@@ -351,7 +351,7 @@ android_library("content_javatests") {
"//device/geolocation:geolocation_java",
"//device/geolocation:geolocation_java_test_support",
"//device/vibration:mojo_bindings_java",
- "//device/vibration/android:vibration_manager_android",
+ "//device/vibration/android:vibration_manager_java",
"//media/base/android:media_java",
"//media/capture/content/android:screen_capture_java",
"//media/capture/video/android:capture_java",
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | device/battery/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698