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

Unified Diff: content/content_jni.gypi

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 | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_jni.gypi
diff --git a/content/content_jni.gypi b/content/content_jni.gypi
index 44ef10a5d11ee386c1104e1ddf36b1f27e9446c1..cbe132ab5e11ae9552fa3307ffc2c20108e394c2 100644
--- a/content/content_jni.gypi
+++ b/content/content_jni.gypi
@@ -34,7 +34,7 @@
'public/android/java/src/org/chromium/content/common/TraceEvent.java',
],
'variables': {
- 'jni_gen_dir': 'content'
+ 'jni_gen_package': 'content'
},
'includes': [ '../build/jni_generator.gypi' ],
}
« no previous file with comments | « content/content.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698