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

Unified Diff: testing/android/native_test/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 | « sync/android/BUILD.gn ('k') | third_party/android_data_chart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test/BUILD.gn
diff --git a/testing/android/native_test/BUILD.gn b/testing/android/native_test/BUILD.gn
index 34c5906d96f2b2f30eae44831f8688ccef463468..8ea6683fc74f5802372e574eaa3304159f7e8028 100644
--- a/testing/android/native_test/BUILD.gn
+++ b/testing/android/native_test/BUILD.gn
@@ -44,7 +44,12 @@ android_library("native_test_java") {
"//testing/android/reporter:reporter_java",
]
srcjar_deps = [ "//base:base_native_libraries_gen" ]
- DEPRECATED_java_in_dir = "java/src"
+ java_files = [
+ "java/src/org/chromium/native_test/NativeBrowserTestActivity.java",
+ "java/src/org/chromium/native_test/NativeTestActivity.java",
+ "java/src/org/chromium/native_test/NativeTestInstrumentationTestRunner.java",
+ "java/src/org/chromium/native_test/NativeUnitTestActivity.java",
+ ]
jar_excluded_patterns = [ "*/NativeLibraries.class" ]
}
« no previous file with comments | « sync/android/BUILD.gn ('k') | third_party/android_data_chart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698