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

Unified Diff: base/BUILD.gn

Issue 1338813003: GN: Side-load dex files as well as native code in incremental installs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix pylint warnings Created 5 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 cf8700f5d2f3ea02a44474b8cb22e84707d9ce16..84d8bf94b6f86fe01dd57b398207c203205b8683 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1604,14 +1604,6 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698