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

Unified Diff: components/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 | « chrome/test/chromedriver/test/webview_shell/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 54f2799d6806ee0ca8dbf8383fe1958b9e91225d..9f16fd7db784ab6da204cfec978c6019b9ffc798 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -311,7 +311,10 @@ if (is_android) {
"//content/shell/android:content_shell_browsertests_java",
"//testing/android/native_test:native_test_java",
]
- DEPRECATED_java_in_dir = "//components/test/android/browsertests_apk/src"
+ java_files = [
+ "test/android/browsertests_apk/src/org/chromium/components_browsertests_apk/ComponentsBrowserTestsActivity.java",
+ "test/android/browsertests_apk/src/org/chromium/components_browsertests_apk/ComponentsBrowserTestsApplication.java",
+ ]
}
jinja_template("components_browsertests_manifest") {
« no previous file with comments | « chrome/test/chromedriver/test/webview_shell/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698