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

Unified Diff: base/base.gyp

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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index d57ec6e7f9de3aa6eef1e9c12f90de14d583f550..5264f2ac90bc7d3097a1631a63d87d5ba42350bf 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1441,8 +1441,10 @@
'target_name': 'base_java',
'type': 'none',
'variables': {
- 'java_in_dir': '../base/android/java',
+ '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