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

Side by Side Diff: media/media.gyp

Issue 1082113004: BindToCurrentLoop should delete callback on original thread Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/bind_to_current_loop_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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'base/audio_renderer_mixer_input.h', 268 'base/audio_renderer_mixer_input.h',
269 'base/audio_renderer_sink.h', 269 'base/audio_renderer_sink.h',
270 'base/audio_shifter.cc', 270 'base/audio_shifter.cc',
271 'base/audio_shifter.h', 271 'base/audio_shifter.h',
272 'base/audio_splicer.cc', 272 'base/audio_splicer.cc',
273 'base/audio_splicer.h', 273 'base/audio_splicer.h',
274 'base/audio_timestamp_helper.cc', 274 'base/audio_timestamp_helper.cc',
275 'base/audio_timestamp_helper.h', 275 'base/audio_timestamp_helper.h',
276 'base/audio_video_metadata_extractor.cc', 276 'base/audio_video_metadata_extractor.cc',
277 'base/audio_video_metadata_extractor.h', 277 'base/audio_video_metadata_extractor.h',
278 'base/bind_to_current_loop.cc',
278 'base/bind_to_current_loop.h', 279 'base/bind_to_current_loop.h',
279 'base/bit_reader.cc', 280 'base/bit_reader.cc',
280 'base/bit_reader.h', 281 'base/bit_reader.h',
281 'base/bit_reader_core.cc', 282 'base/bit_reader_core.cc',
282 'base/bit_reader_core.h', 283 'base/bit_reader_core.h',
283 'base/bitstream_buffer.cc', 284 'base/bitstream_buffer.cc',
284 'base/bitstream_buffer.h', 285 'base/bitstream_buffer.h',
285 'base/buffering_state.h', 286 'base/buffering_state.h',
286 'base/byte_queue.cc', 287 'base/byte_queue.cc',
287 'base/byte_queue.h', 288 'base/byte_queue.h',
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'dependencies': [ 2067 'dependencies': [
2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2068 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2068 ], 2069 ],
2069 }], 2070 }],
2070 ], 2071 ],
2071 }, 2072 },
2072 ], 2073 ],
2073 }], 2074 }],
2074 ], 2075 ],
2075 } 2076 }
OLDNEW
« no previous file with comments | « media/base/bind_to_current_loop_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698