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

Side by Side Diff: media/media.gyp

Issue 112343011: Split the bit reader functionalities from the byte stream provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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
« media/base/bit_reader_base.cc ('K') | « media/base/bit_reader_base.cc ('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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'base/audio_renderer_mixer_input.cc', 234 'base/audio_renderer_mixer_input.cc',
235 'base/audio_renderer_mixer_input.h', 235 'base/audio_renderer_mixer_input.h',
236 'base/audio_renderer_sink.h', 236 'base/audio_renderer_sink.h',
237 'base/audio_splicer.cc', 237 'base/audio_splicer.cc',
238 'base/audio_splicer.h', 238 'base/audio_splicer.h',
239 'base/audio_timestamp_helper.cc', 239 'base/audio_timestamp_helper.cc',
240 'base/audio_timestamp_helper.h', 240 'base/audio_timestamp_helper.h',
241 'base/bind_to_loop.h', 241 'base/bind_to_loop.h',
242 'base/bit_reader.cc', 242 'base/bit_reader.cc',
243 'base/bit_reader.h', 243 'base/bit_reader.h',
244 'base/bit_reader_base.cc',
245 'base/bit_reader_base.h',
244 'base/bitstream_buffer.h', 246 'base/bitstream_buffer.h',
245 'base/buffers.h', 247 'base/buffers.h',
246 'base/byte_queue.cc', 248 'base/byte_queue.cc',
247 'base/byte_queue.h', 249 'base/byte_queue.h',
248 'base/channel_mixer.cc', 250 'base/channel_mixer.cc',
249 'base/channel_mixer.h', 251 'base/channel_mixer.h',
250 'base/clock.cc', 252 'base/clock.cc',
251 'base/clock.h', 253 'base/clock.h',
252 'base/container_names.cc', 254 'base/container_names.cc',
253 'base/container_names.h', 255 'base/container_names.h',
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 ], 1638 ],
1637 }], 1639 }],
1638 ], 1640 ],
1639 }], 1641 }],
1640 ], 1642 ],
1641 }, 1643 },
1642 ], 1644 ],
1643 }], 1645 }],
1644 ], 1646 ],
1645 } 1647 }
OLDNEW
« media/base/bit_reader_base.cc ('K') | « media/base/bit_reader_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698