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

Unified Diff: base/BUILD.gn

Issue 507523002: Add content_shell_apk target (and a bunch of its dependencies) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 3f04f63b4ab70154a9e8eca0f435f6260371a6a6..7cabdedf84931f566d0cb1ce93308b08f7a55ce6 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1417,6 +1417,13 @@ if (is_android) {
]
}
+ android_library("base_java_test_support") {
+ deps = [
+ ":base_java",
+ ]
+ DEPRECATED_java_in_dir = "test/android/javatests/src"
+ }
+
java_cpp_template("base_java_application_state") {
sources = [
"android/java/src/org/chromium/base/ApplicationState.template",
« no previous file with comments | « BUILD.gn ('k') | build/android/gyp/copy_ex.py » ('j') | build/android/gyp/package_resources.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698