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

Unified Diff: chrome/android/BUILD.gn

Issue 2473963003: Fix java target naming exceptions in third_party/ (Closed)
Patch Set: rebase 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/secondary/third_party/android_tools/BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('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 5b027f53cb28c72b3aed68b80a98634562721d6d..7a89adcc4de8222066c19c7cf805ff768c264c2a 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -195,7 +195,7 @@ android_library("chrome_java") {
"//third_party/android_tools:android_support_v7_recyclerview_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_proto_java",
- "//third_party/custom_tabs_client:custom_tabs_support_lib",
+ "//third_party/custom_tabs_client:custom_tabs_support_java",
"//third_party/gif_player:gif_player_java",
"//third_party/jsr-305:jsr_305_javalib",
"//third_party/leakcanary:leakcanary_java",
@@ -431,7 +431,7 @@ android_library("chrome_test_java") {
"//third_party/android_tools:android_support_v7_recyclerview_java",
"//third_party/android_tools:legacy_http_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
- "//third_party/custom_tabs_client:custom_tabs_support_lib",
+ "//third_party/custom_tabs_client:custom_tabs_support_java",
"//third_party/jsr-305:jsr_305_javalib",
"//ui/android:ui_java",
"//ui/android:ui_javatests",
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698