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

Unified Diff: media/media.gyp

Issue 12571006: Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation in audio manager. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: rebase 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
Index: media/media.gyp
===================================================================
--- media/media.gyp (revision 187380)
+++ media/media.gyp (working copy)
@@ -553,6 +553,7 @@
'<(SHARED_INTERMEDIATE_DIR)/media',
],
'dependencies': [
+ 'audio_manager_android_jni_headers',
'video_capture_android_jni_headers',
],
}],
@@ -1426,6 +1427,17 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ 'target_name': 'audio_manager_android_jni_headers',
Yaron 2013/03/11 21:56:50 There's no need to split this into two targets. I
leozwang1 2013/03/12 22:23:00 Done.
+ 'type': 'none',
+ 'sources': [
+ 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java',
+ ],
+ 'variables': {
+ 'jni_gen_package': 'media',
+ },
+ 'includes': [ '../build/jni_generator.gypi' ],
+ },
+ {
'target_name': 'video_capture_android_jni_headers',
'type': 'none',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698