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

Unified Diff: tools/android/customtabs_benchmark/BUILD.gn

Issue 1358243006: Port custom_tabs_client from GYP to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « tools/android/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/third_party/android_swipe_refresh/BUILD.gn b/tools/android/customtabs_benchmark/BUILD.gn
similarity index 58%
copy from third_party/android_swipe_refresh/BUILD.gn
copy to tools/android/customtabs_benchmark/BUILD.gn
index c7939b07e621e16135bffec0cbdfae030423447f..41fb5e2b024ade57611a5bc1a8371a02769f47d1 100644
--- a/third_party/android_swipe_refresh/BUILD.gn
+++ b/tools/android/customtabs_benchmark/BUILD.gn
@@ -4,11 +4,11 @@
import("//build/config/android/rules.gni")
-assert(is_android)
-
-android_library("android_swipe_refresh_java") {
+android_apk("customtabs_benchmark_apk") {
DEPRECATED_java_in_dir = "java/src"
+ android_manifest = "java/AndroidManifest.xml"
+ apk_name = "CustomTabsBenchmark"
deps = [
- "//third_party/android_tools:android_support_v13_java",
+ "//third_party/custom_tabs_client:custom_tabs_support_lib",
]
}
« no previous file with comments | « tools/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698