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

Unified Diff: base/BUILD.gn

Issue 379333003: Add beginnings of android_apk and unittest_apk templates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-filearg
Patch Set: Rebase Created 6 years, 5 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 | build/android/gyp/jar_toc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 126a46161920390698ff38632dd647e5e01e8ee6..042503dfc7a723af1d48daa37e4c11ff4d145b15 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1436,4 +1436,20 @@ if (is_android) {
package_name = "org/chromium/base/library_loader"
include_path = "android/java/templates"
}
+
+ android_library("base_java_unittest_support") {
+ deps = [":base_java"]
+ java_files = [
+ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
+ ]
+ }
+
+ unittest_apk("base_unittests_apk") {
+ deps = [
+ ":base_java",
+ ":base_java_unittest_support",
+ ":base_unittests",
+ ]
+ unittests_dep = ":base_unittests"
+ }
}
« no previous file with comments | « no previous file | build/android/gyp/jar_toc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698