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

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: Alternative impl, with scoped_ptr<Callback, DeleteOnCurrentLoop>* Created 5 years, 7 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
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'base/audio_renderer_mixer_input.h', 240 'base/audio_renderer_mixer_input.h',
241 'base/audio_renderer_sink.h', 241 'base/audio_renderer_sink.h',
242 'base/audio_shifter.cc', 242 'base/audio_shifter.cc',
243 'base/audio_shifter.h', 243 'base/audio_shifter.h',
244 'base/audio_splicer.cc', 244 'base/audio_splicer.cc',
245 'base/audio_splicer.h', 245 'base/audio_splicer.h',
246 'base/audio_timestamp_helper.cc', 246 'base/audio_timestamp_helper.cc',
247 'base/audio_timestamp_helper.h', 247 'base/audio_timestamp_helper.h',
248 'base/audio_video_metadata_extractor.cc', 248 'base/audio_video_metadata_extractor.cc',
249 'base/audio_video_metadata_extractor.h', 249 'base/audio_video_metadata_extractor.h',
250 'base/bind_to_current_loop.cc',
250 'base/bind_to_current_loop.h', 251 'base/bind_to_current_loop.h',
251 'base/bit_reader.cc', 252 'base/bit_reader.cc',
252 'base/bit_reader.h', 253 'base/bit_reader.h',
253 'base/bit_reader_core.cc', 254 'base/bit_reader_core.cc',
254 'base/bit_reader_core.h', 255 'base/bit_reader_core.h',
255 'base/bitstream_buffer.h', 256 'base/bitstream_buffer.h',
256 'base/buffering_state.h', 257 'base/buffering_state.h',
257 'base/buffers.h', 258 'base/buffers.h',
258 'base/byte_queue.cc', 259 'base/byte_queue.cc',
259 'base/byte_queue.h', 260 'base/byte_queue.h',
(...skipping 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 '../build/isolate.gypi', 1949 '../build/isolate.gypi',
1949 ], 1950 ],
1950 'sources': [ 1951 'sources': [
1951 'media_unittests.isolate', 1952 'media_unittests.isolate',
1952 ], 1953 ],
1953 }, 1954 },
1954 ], 1955 ],
1955 }], 1956 }],
1956 ], 1957 ],
1957 } 1958 }
OLDNEW
« media/base/bind_to_current_loop.h ('K') | « 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