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

Unified Diff: content/content_shell.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_jni.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index db4f9f526f6b926bcd109ac6ee7b8e81bc80a7e0..d13b2bb1de941313bb9a18b4f527f3e086e9a3f4 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -588,7 +588,7 @@
],
},
'variables': {
- 'jni_gen_dir': 'content/shell',
+ 'jni_gen_package': 'content/shell',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « content/content_jni.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698