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

Unified Diff: base/base.gyp

Issue 12558005: [Android] Change jni_gen_dir to jni_gen_package for jni_generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « base/android/jni_generator/jni_generator.gyp ('k') | build/jar_file_jni_generator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f75c7c2b3966854dcfe83f2acca83660f8c98151..ae17f3a78737c97ff3b8851218ce602cb0cf585e 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1112,7 +1112,7 @@
'android/java/src/org/chromium/base/ThreadUtils.java',
],
'variables': {
- 'jni_gen_dir': 'base',
+ 'jni_gen_package': 'base',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « base/android/jni_generator/jni_generator.gyp ('k') | build/jar_file_jni_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698