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

Side by Side Diff: media/media.gyp

Issue 604283003: Refactor CdmPromise and related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + override Created 6 years, 2 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/filters/pipeline_integration_test.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'base/bind_to_current_loop.h', 246 'base/bind_to_current_loop.h',
247 'base/bit_reader.cc', 247 'base/bit_reader.cc',
248 'base/bit_reader.h', 248 'base/bit_reader.h',
249 'base/bit_reader_core.cc', 249 'base/bit_reader_core.cc',
250 'base/bit_reader_core.h', 250 'base/bit_reader_core.h',
251 'base/bitstream_buffer.h', 251 'base/bitstream_buffer.h',
252 'base/buffering_state.h', 252 'base/buffering_state.h',
253 'base/buffers.h', 253 'base/buffers.h',
254 'base/byte_queue.cc', 254 'base/byte_queue.cc',
255 'base/byte_queue.h', 255 'base/byte_queue.h',
256 'base/cdm_callback_promise.cc',
257 'base/cdm_callback_promise.h',
256 'base/cdm_promise.cc', 258 'base/cdm_promise.cc',
257 'base/cdm_promise.h', 259 'base/cdm_promise.h',
258 'base/channel_mixer.cc', 260 'base/channel_mixer.cc',
259 'base/channel_mixer.h', 261 'base/channel_mixer.h',
260 'base/container_names.cc', 262 'base/container_names.cc',
261 'base/container_names.h', 263 'base/container_names.h',
262 'base/data_buffer.cc', 264 'base/data_buffer.cc',
263 'base/data_buffer.h', 265 'base/data_buffer.h',
264 'base/data_source.cc', 266 'base/data_source.cc',
265 'base/data_source.h', 267 'base/data_source.h',
(...skipping 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 '../build/isolate.gypi', 1958 '../build/isolate.gypi',
1957 ], 1959 ],
1958 'sources': [ 1960 'sources': [
1959 'media_unittests.isolate', 1961 'media_unittests.isolate',
1960 ], 1962 ],
1961 }, 1963 },
1962 ], 1964 ],
1963 }], 1965 }],
1964 ], 1966 ],
1965 } 1967 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698