summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authoragrieve <agrieve@chromium.org>2015-09-16 12:56:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-16 19:57:38 +0000
commit933f2593199c4f95678ddda884aa476ff1fe0c23 (patch)
tree767ce912710168bd30283ae9f625076752585859 /base/base.gyp
parent6a2006438ca2b8c697d6252e027f2c490dd24065 (diff)
downloadchromium_src-933f2593199c4f95678ddda884aa476ff1fe0c23.zip
chromium_src-933f2593199c4f95678ddda884aa476ff1fe0c23.tar.gz
chromium_src-933f2593199c4f95678ddda884aa476ff1fe0c23.tar.bz2
GN: Side-load dex files as well as native code in incremental installs
This also re-organizes a bit by moving all incremental install related files into //build/android/incremental_install. BUG=520082 Review URL: https://codereview.chromium.org/1338813003 Cr-Commit-Position: refs/heads/master@{#349200}
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp
index c046ca8..2b97511 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',