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

Unified Diff: tools/android/customtabs_benchmark/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 | « third_party/robolectric/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/customtabs_benchmark/BUILD.gn
diff --git a/tools/android/customtabs_benchmark/BUILD.gn b/tools/android/customtabs_benchmark/BUILD.gn
index e1bd05e9cdcdd32d87a4aca624eaa9ec2606f036..ff365cab3896bd8a24d2d18135d59142f7902313 100644
--- a/tools/android/customtabs_benchmark/BUILD.gn
+++ b/tools/android/customtabs_benchmark/BUILD.gn
@@ -9,6 +9,6 @@ android_apk("customtabs_benchmark_apk") {
android_manifest = "java/AndroidManifest.xml"
apk_name = "CustomTabsBenchmark"
deps = [
- "//third_party/custom_tabs_client:custom_tabs_support_lib",
+ "//third_party/custom_tabs_client:custom_tabs_support_java",
]
}
« no previous file with comments | « third_party/robolectric/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698