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

Unified Diff: base/BUILD.gn

Issue 1291793007: GN(android): Add scripts & runtime logic for installing _managed apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-managed-install
Patch Set: fix compile Created 5 years, 4 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 | base/android/java/debug_src/org/chromium/base/IncrementalInstall.java » ('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 a4e5a5c028da25da06f1b5202a6cd67456d6a6f6..27e714cfab2eb9ec22996818f88edfe7c2b83d51 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1596,6 +1596,14 @@ if (is_android) {
]
DEPRECATED_java_in_dir = "android/java/src"
+ if (is_debug) {
+ java_files = [
+ "android/java/debug_src/org/chromium/base/IncrementalInstall.java",
+ "android/java/debug_src/org/chromium/base/Reflect.java",
+ ]
+ } else {
+ java_files = [ "android/java/release_src/org/chromium/base/IncrementalInstall.java" ]
+ }
# A new version of NativeLibraries.java (with the actual correct values)
# will be created when creating an apk.
« no previous file with comments | « no previous file | base/android/java/debug_src/org/chromium/base/IncrementalInstall.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698