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

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

Issue 2722733004: customtabs: Benchmark app for WebView / Custom Tabs comparisons. (Closed)
Patch Set: . Created 3 years, 9 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 | « no previous file | tools/android/customtabs_benchmark/java/AndroidManifest.xml » ('j') | 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 ff365cab3896bd8a24d2d18135d59142f7902313..01c5ccfc3a2c85ecf11551a185bf923d22505969 100644
--- a/tools/android/customtabs_benchmark/BUILD.gn
+++ b/tools/android/customtabs_benchmark/BUILD.gn
@@ -4,11 +4,20 @@
import("//build/config/android/rules.gni")
+android_resources("customtabs_benchmark_apk_resources") {
+ resource_dirs = [ "res/" ]
+ custom_package = "org.chromium.customtabs.test"
+}
+
android_apk("customtabs_benchmark_apk") {
- java_files = [ "java/src/org/chromium/customtabs/test/MainActivity.java" ]
+ java_files = [
+ "java/src/org/chromium/customtabs/test/MainActivity.java",
+ "java/src/org/chromium/customtabs/test/WebViewActivity.java",
+ ]
android_manifest = "java/AndroidManifest.xml"
apk_name = "CustomTabsBenchmark"
deps = [
+ ":customtabs_benchmark_apk_resources",
"//third_party/custom_tabs_client:custom_tabs_support_java",
]
}
« no previous file with comments | « no previous file | tools/android/customtabs_benchmark/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698