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

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

Issue 1829823002: Replace usages of DEPRECATED_java_in_dir with java_files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zap random comment Created 4 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 | « third_party/custom_tabs_client/BUILD.gn ('k') | tools/android/memconsumer/BUILD.gn » ('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 41fb5e2b024ade57611a5bc1a8371a02769f47d1..e1bd05e9cdcdd32d87a4aca624eaa9ec2606f036 100644
--- a/tools/android/customtabs_benchmark/BUILD.gn
+++ b/tools/android/customtabs_benchmark/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/android/rules.gni")
android_apk("customtabs_benchmark_apk") {
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [ "java/src/org/chromium/customtabs/test/MainActivity.java" ]
android_manifest = "java/AndroidManifest.xml"
apk_name = "CustomTabsBenchmark"
deps = [
« no previous file with comments | « third_party/custom_tabs_client/BUILD.gn ('k') | tools/android/memconsumer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698