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

Unified Diff: android_webview/android_webview_tests.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 | « no previous file | android_webview/native/webview_native.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index ea76d627d1bd2156e76a46bdd45e22ec87afc1bc..95b51dc5c2a9a7a2a7975a23fcc884815c568801 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -80,7 +80,7 @@
'../android_webview/unittestjava/src/org/chromium/android_webview/unittest/InputStreamUnittest.java',
],
'variables': {
- 'jni_gen_dir': 'android_webview_unittests',
+ 'jni_gen_package': 'android_webview_unittests',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « no previous file | android_webview/native/webview_native.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698