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

Unified Diff: base/base.gyp

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/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c046ca8112354cf1ac5e2363ebd316dc21414eb0..2b97511a138862774f1ef3361349e79eabd6a096 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1448,8 +1448,6 @@
'variables': {
'java_in_dir': 'android/java',
'jar_excluded_classes': [ '*/NativeLibraries.class' ],
- # TODO(agrieve): Implement new incremental install for GYP.
- 'additional_src_dirs': [ 'android/java/release_src' ],
},
'dependencies': [
'base_java_application_state',

Powered by Google App Engine
This is Rietveld 408576698