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

Unified Diff: net/net.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 | « media/media.gyp ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index ad9da2f7f6b81abe7f040b0be4a5fb322ea78ee9..04d56338b5ae61e363215e009e4cc1b5b3d91243 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2407,7 +2407,7 @@
'android/java/src/org/chromium/net/ProxyChangeListener.java',
],
'variables': {
- 'jni_gen_dir': 'net',
+ 'jni_gen_package': 'net',
},
'direct_dependent_settings': {
'include_dirs': [
@@ -2423,7 +2423,7 @@
'android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java',
],
'variables': {
- 'jni_gen_dir': 'net',
+ 'jni_gen_package': 'net',
},
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « media/media.gyp ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698