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

Unified Diff: media/media.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 | « content/content.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 98fd6850d82640dcdf76f9eb9bad3a968db29945..f056ff8b391e638471d8f61b7b2cb0aa97131677 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1399,7 +1399,6 @@
'variables': {
'jni_gen_package': 'media',
'input_java_class': 'android/media/MediaPlayer.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
@@ -1435,7 +1434,6 @@
'variables': {
'jni_gen_package': 'media',
'input_java_class': 'android/media/MediaCodec.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
@@ -1445,7 +1443,6 @@
'variables': {
'jni_gen_package': 'media',
'input_java_class': 'android/media/MediaFormat.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
« no previous file with comments | « content/content.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698