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

Unified Diff: webkit/media/webkit_media.gypi

Issue 13084005: Add WebAudio impulse responses Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add WebAudio impulse responses 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 | « webkit/media/android/webaudio_assets_impl_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
old mode 100644
new mode 100755
index 827a11adb2ca0c4ae72c3aa0b950fdef27c87b6a..c1cbb3737ecdd645833523f9eb0f646dd45ebe82
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -48,6 +48,8 @@
'android/media_player_bridge_manager_impl.cc',
'android/media_player_bridge_manager_impl.h',
'android/stream_texture_factory_android.h',
+ 'android/webaudio_assets_impl_android.cc',
+ 'android/webaudio_assets_impl_android.h',
'android/webmediaplayer_android.cc',
'android/webmediaplayer_android.h',
'android/webmediaplayer_impl_android.cc',
@@ -120,6 +122,11 @@
'dependencies': [
'<(DEPTH)/media/media.gyp:player_android',
],
+ 'link_settings':{
+ 'libraries' : [
+ '-landroid',
+ ],
+ }
}, { # OS != "android"'
'sources/': [
['exclude', '^android/'],
« no previous file with comments | « webkit/media/android/webaudio_assets_impl_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698