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

Unified Diff: ui/ui.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 | « testing/android/native_test.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 02c8bda377bd1ffa8f6cb3def235515a0763c1cf..5f39852047e3cb0c163d261347f8d15bcadfc207 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -857,7 +857,7 @@
'android/java/src/org/chromium/ui/SelectFileDialog.java',
],
'variables': {
- 'jni_gen_dir': 'ui',
+ 'jni_gen_package': 'ui',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « testing/android/native_test.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698