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

Unified Diff: content/content.gyp

Issue 12524008: Android: factor out use of SDK jar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove input_jar_file altogether. 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 | « build/java.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.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 7afba7cef6f432398429c5e4e74527032da0ab41..efaf48d263222812354010cb2fba4ace3fc64a09 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -360,7 +360,6 @@
'variables': {
'jni_gen_package': 'content',
'input_java_class': 'android/graphics/SurfaceTexture.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
@@ -370,7 +369,6 @@
'variables': {
'jni_gen_package': 'content',
'input_java_class': 'android/view/Surface.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
@@ -380,7 +378,6 @@
'variables': {
'jni_gen_package': 'content',
'input_java_class': 'java/util/HashSet.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
« no previous file with comments | « build/java.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698