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

Side by Side Diff: media/media.gyp

Issue 1187603003: media: Move CdmInitializedPromise to media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/cdm_initialized_promise.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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'base/buffers.h', 252 'base/buffers.h',
253 'base/byte_queue.cc', 253 'base/byte_queue.cc',
254 'base/byte_queue.h', 254 'base/byte_queue.h',
255 'base/cdm_callback_promise.cc', 255 'base/cdm_callback_promise.cc',
256 'base/cdm_callback_promise.h', 256 'base/cdm_callback_promise.h',
257 'base/cdm_config.h', 257 'base/cdm_config.h',
258 'base/cdm_context.cc', 258 'base/cdm_context.cc',
259 'base/cdm_context.h', 259 'base/cdm_context.h',
260 'base/cdm_factory.cc', 260 'base/cdm_factory.cc',
261 'base/cdm_factory.h', 261 'base/cdm_factory.h',
262 'base/cdm_initialized_promise.cc',
263 'base/cdm_initialized_promise.h',
262 'base/cdm_key_information.cc', 264 'base/cdm_key_information.cc',
263 'base/cdm_key_information.h', 265 'base/cdm_key_information.h',
264 'base/cdm_promise.cc', 266 'base/cdm_promise.cc',
265 'base/cdm_promise.h', 267 'base/cdm_promise.h',
266 'base/cdm_promise_adapter.cc', 268 'base/cdm_promise_adapter.cc',
267 'base/cdm_promise_adapter.h', 269 'base/cdm_promise_adapter.h',
268 'base/channel_mixer.cc', 270 'base/channel_mixer.cc',
269 'base/channel_mixer.h', 271 'base/channel_mixer.h',
270 'base/channel_mixing_matrix.cc', 272 'base/channel_mixing_matrix.cc',
271 'base/channel_mixing_matrix.h', 273 'base/channel_mixing_matrix.h',
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 'dependencies': [ 1950 'dependencies': [
1949 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1951 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1950 ], 1952 ],
1951 }], 1953 }],
1952 ], 1954 ],
1953 }, 1955 },
1954 ], 1956 ],
1955 }], 1957 }],
1956 ], 1958 ],
1957 } 1959 }
OLDNEW
« no previous file with comments | « media/base/cdm_initialized_promise.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698