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

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: Rebase. Created 6 years, 11 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/base/bit_reader_unittest.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_sink.h', 234 'base/audio_renderer_sink.h',
235 'base/audio_splicer.cc', 235 'base/audio_splicer.cc',
236 'base/audio_splicer.h', 236 'base/audio_splicer.h',
237 'base/audio_timestamp_helper.cc', 237 'base/audio_timestamp_helper.cc',
238 'base/audio_timestamp_helper.h', 238 'base/audio_timestamp_helper.h',
239 'base/audio_video_metadata_extractor.cc', 239 'base/audio_video_metadata_extractor.cc',
240 'base/audio_video_metadata_extractor.h', 240 'base/audio_video_metadata_extractor.h',
241 'base/bind_to_current_loop.h', 241 'base/bind_to_current_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_core.cc',
245 'base/bit_reader_core.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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 ], 1658 ],
1657 }], 1659 }],
1658 ], 1660 ],
1659 }], 1661 }],
1660 ], 1662 ],
1661 }, 1663 },
1662 ], 1664 ],
1663 }], 1665 }],
1664 ], 1666 ],
1665 } 1667 }
OLDNEW
« no previous file with comments | « media/base/bit_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698