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

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: javadoc & faster managed_install.py when --device specified 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 4a558d8db5cfc597f3733ffc3f989e629619c276..fc91c99401af22a0a3a84d4a9ae35d86875a1c90 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1434,8 +1434,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 managed install for GYP.
+ 'additional_src_dirs': [ 'android/java/release_src' ],
},
'dependencies': [
'base_java_application_state',

Powered by Google App Engine
This is Rietveld 408576698