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

Unified Diff: content/content.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 | « components/web_contents_delegate_android.gypi ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 0b4068969096c761ddff2e280400d468f46d443e..584b796c18a9cebdfca0bb05c0ab955fa2e9e4b0 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -346,7 +346,7 @@
'target_name': 'surface_texture_jni_headers',
'type': 'none',
'variables': {
- 'jni_gen_dir': 'content',
+ 'jni_gen_package': 'content',
'input_java_class': 'android/graphics/SurfaceTexture.class',
'input_jar_file': '<(android_sdk)/android.jar',
},
@@ -356,7 +356,7 @@
'target_name': 'surface_jni_headers',
'type': 'none',
'variables': {
- 'jni_gen_dir': 'content',
+ 'jni_gen_package': 'content',
'input_java_class': 'android/view/Surface.class',
'input_jar_file': '<(android_sdk)/android.jar',
},
@@ -366,7 +366,7 @@
'target_name': 'java_set_jni_headers',
'type': 'none',
'variables': {
- 'jni_gen_dir': 'content',
+ 'jni_gen_package': 'content',
'input_java_class': 'java/util/HashSet.class',
'input_jar_file': '<(android_sdk)/android.jar',
},
« no previous file with comments | « components/web_contents_delegate_android.gypi ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698