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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « media/cast/cast_testing.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'type': '<(component)', 53 'type': '<(component)',
54 'dependencies': [ 54 'dependencies': [
55 '../base/base.gyp:base', 55 '../base/base.gyp:base',
56 '../base/base.gyp:base_i18n', 56 '../base/base.gyp:base_i18n',
57 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 57 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
58 '../crypto/crypto.gyp:crypto', 58 '../crypto/crypto.gyp:crypto',
59 '../gpu/gpu.gyp:command_buffer_common', 59 '../gpu/gpu.gyp:command_buffer_common',
60 '../skia/skia.gyp:skia', 60 '../skia/skia.gyp:skia',
61 '../third_party/libyuv/libyuv.gyp:libyuv', 61 '../third_party/libyuv/libyuv.gyp:libyuv',
62 '../third_party/opus/opus.gyp:opus', 62 '../third_party/opus/opus.gyp:opus',
63 '../ui/base/ui_base.gyp:ui_base',
63 '../ui/events/events.gyp:events_base', 64 '../ui/events/events.gyp:events_base',
64 '../ui/gfx/gfx.gyp:gfx', 65 '../ui/gfx/gfx.gyp:gfx',
65 '../ui/gfx/gfx.gyp:gfx_geometry', 66 '../ui/gfx/gfx.gyp:gfx_geometry',
66 '../url/url.gyp:url_lib', 67 '../url/url.gyp:url_lib',
67 'shared_memory_support', 68 'shared_memory_support',
68 ], 69 ],
69 'export_dependent_settings': [ 70 'export_dependent_settings': [
70 '../third_party/opus/opus.gyp:opus', 71 '../third_party/opus/opus.gyp:opus',
71 ], 72 ],
72 'defines': [ 73 'defines': [
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'base/media_client.h', 318 'base/media_client.h',
318 'base/media_file_checker.cc', 319 'base/media_file_checker.cc',
319 'base/media_file_checker.h', 320 'base/media_file_checker.h',
320 'base/media_keys.cc', 321 'base/media_keys.cc',
321 'base/media_keys.h', 322 'base/media_keys.h',
322 'base/media_log.cc', 323 'base/media_log.cc',
323 'base/media_log.h', 324 'base/media_log.h',
324 'base/media_log_event.h', 325 'base/media_log_event.h',
325 'base/media_permission.cc', 326 'base/media_permission.cc',
326 'base/media_permission.h', 327 'base/media_permission.h',
328 'base/media_resources.cc',
329 'base/media_resources.h',
327 'base/media_switches.cc', 330 'base/media_switches.cc',
328 'base/media_switches.h', 331 'base/media_switches.h',
329 'base/mime_util.cc', 332 'base/mime_util.cc',
330 'base/mime_util.h', 333 'base/mime_util.h',
331 'base/moving_average.cc', 334 'base/moving_average.cc',
332 'base/moving_average.h', 335 'base/moving_average.h',
333 'base/multi_channel_resampler.cc', 336 'base/multi_channel_resampler.cc',
334 'base/multi_channel_resampler.h', 337 'base/multi_channel_resampler.h',
335 'base/null_video_sink.cc', 338 'base/null_video_sink.cc',
336 'base/null_video_sink.h', 339 'base/null_video_sink.h',
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 'audio/mock_audio_source_callback.cc', 1609 'audio/mock_audio_source_callback.cc',
1607 'audio/mock_audio_source_callback.h', 1610 'audio/mock_audio_source_callback.h',
1608 'audio/test_audio_input_controller_factory.cc', 1611 'audio/test_audio_input_controller_factory.cc',
1609 'audio/test_audio_input_controller_factory.h', 1612 'audio/test_audio_input_controller_factory.h',
1610 'base/fake_audio_render_callback.cc', 1613 'base/fake_audio_render_callback.cc',
1611 'base/fake_audio_render_callback.h', 1614 'base/fake_audio_render_callback.h',
1612 'base/fake_audio_renderer_sink.cc', 1615 'base/fake_audio_renderer_sink.cc',
1613 'base/fake_audio_renderer_sink.h', 1616 'base/fake_audio_renderer_sink.h',
1614 'base/fake_demuxer_stream.cc', 1617 'base/fake_demuxer_stream.cc',
1615 'base/fake_demuxer_stream.h', 1618 'base/fake_demuxer_stream.h',
1619 'base/fake_media_resources.cc',
1620 'base/fake_media_resources.h',
1616 'base/fake_output_device.cc', 1621 'base/fake_output_device.cc',
1617 'base/fake_output_device.h', 1622 'base/fake_output_device.h',
1618 'base/fake_text_track_stream.cc', 1623 'base/fake_text_track_stream.cc',
1619 'base/fake_text_track_stream.h', 1624 'base/fake_text_track_stream.h',
1620 'base/gmock_callback_support.h', 1625 'base/gmock_callback_support.h',
1621 'base/mock_audio_renderer_sink.cc', 1626 'base/mock_audio_renderer_sink.cc',
1622 'base/mock_audio_renderer_sink.h', 1627 'base/mock_audio_renderer_sink.h',
1623 'base/mock_demuxer_host.cc', 1628 'base/mock_demuxer_host.cc',
1624 'base/mock_demuxer_host.h', 1629 'base/mock_demuxer_host.h',
1625 'base/mock_filters.cc', 1630 'base/mock_filters.cc',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 'dependencies': [ 2081 'dependencies': [
2077 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2082 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2078 ], 2083 ],
2079 }], 2084 }],
2080 ], 2085 ],
2081 }, 2086 },
2082 ], 2087 ],
2083 }], 2088 }],
2084 ], 2089 ],
2085 } 2090 }
OLDNEW
« 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