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

Side by Side Diff: media/media.gyp

Issue 10961015: Android: MediaPlayerBridge JNI cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'includes': [ '../build/apk_test.gypi' ], 1137 'includes': [ '../build/apk_test.gypi' ],
1138 }, 1138 },
1139 ], 1139 ],
1140 }], 1140 }],
1141 ['OS == "android"', { 1141 ['OS == "android"', {
1142 'targets': [ 1142 'targets': [
1143 { 1143 {
1144 'target_name': 'player_android_jni_headers', 1144 'target_name': 'player_android_jni_headers',
1145 'type': 'none', 1145 'type': 'none',
1146 'sources': [ 1146 'sources': [
1147 'base/android/java/src/org/chromium/media/MediaPlayerBridge.java',
1147 'base/android/java/src/org/chromium/media/MediaPlayerListener.java', 1148 'base/android/java/src/org/chromium/media/MediaPlayerListener.java',
1148 ], 1149 ],
1149 'variables': { 1150 'variables': {
1150 'jni_gen_dir': 'media', 1151 'jni_gen_dir': 'media',
1151 }, 1152 },
1152 'includes': [ '../build/jni_generator.gypi' ], 1153 'includes': [ '../build/jni_generator.gypi' ],
1153 }, 1154 },
1154 { 1155 {
1155 'target_name': 'player_android', 1156 'target_name': 'player_android',
1156 'type': 'static_library', 1157 'type': 'static_library',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 'media', 1276 'media',
1276 ], 1277 ],
1277 'sources': [ 1278 'sources': [
1278 'tools/media_bench/media_bench.cc', 1279 'tools/media_bench/media_bench.cc',
1279 ], 1280 ],
1280 }, 1281 },
1281 ], 1282 ],
1282 }] 1283 }]
1283 ], 1284 ],
1284 } 1285 }
OLDNEW
« media/base/android/media_player_bridge.cc ('K') | « media/base/android/media_player_listener.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698