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

Unified Diff: testing/android/native_test/BUILD.gn

Issue 2373853002: Allow targets to use BuildConfig by simply depending on base_java (Closed)
Patch Set: fix compile error when interface jar doesn't match proguarded jar Created 4 years, 3 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/android/BUILD.gn ('k') | no next file » | 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 3f2868bc250cbd4f4c43eb613174645beacb3069..2d7d3213b34f84203d8560c8d940fac73406ba1e 100644
--- a/testing/android/native_test/BUILD.gn
+++ b/testing/android/native_test/BUILD.gn
@@ -44,7 +44,6 @@ android_library("native_test_java") {
"//testing/android/appurify_support:appurify_support_java",
"//testing/android/reporter:reporter_java",
]
- srcjar_deps = [ "//base:base_native_libraries_gen" ]
java_files = [
"java/src/org/chromium/native_test/NativeBrowserTestActivity.java",
"java/src/org/chromium/native_test/NativeTest.java",
@@ -53,7 +52,6 @@ android_library("native_test_java") {
"java/src/org/chromium/native_test/NativeUnitTestActivity.java",
"java/src/org/chromium/native_test/NativeUnitTestNativeActivity.java",
]
- jar_excluded_patterns = [ "*/NativeLibraries.class" ]
}
# GYP: //testing/android/native_test.gyp:native_test_jni_headers
« no previous file with comments | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698