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

Unified Diff: media/media.gyp

Issue 1339183002: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/cast_testing.gypi ('k') | no next file » | 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 804024c24a61a74e0afd952a5292753eac06b803..4817e4283a962fade3dde6e115951c44de142331 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -60,6 +60,7 @@
'../skia/skia.gyp:skia',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/opus/opus.gyp:opus',
+ '../ui/base/ui_base.gyp:ui_base',
'../ui/events/events.gyp:events_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
@@ -324,6 +325,8 @@
'base/media_log_event.h',
'base/media_permission.cc',
'base/media_permission.h',
+ 'base/media_resources.cc',
+ 'base/media_resources.h',
'base/media_switches.cc',
'base/media_switches.h',
'base/mime_util.cc',
@@ -1613,6 +1616,8 @@
'base/fake_audio_renderer_sink.h',
'base/fake_demuxer_stream.cc',
'base/fake_demuxer_stream.h',
+ 'base/fake_media_resources.cc',
+ 'base/fake_media_resources.h',
'base/fake_output_device.cc',
'base/fake_output_device.h',
'base/fake_text_track_stream.cc',
« no previous file with comments | « media/cast/cast_testing.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698