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

Side by Side Diff: media/media.gyp

Issue 265993002: Add Promises for EME (Chromium side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments + fewer error codes Created 6 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
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'base/buffering_state.h', 251 'base/buffering_state.h',
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/channel_mixer.cc', 255 'base/channel_mixer.cc',
256 'base/channel_mixer.h', 256 'base/channel_mixer.h',
257 'base/clock.cc', 257 'base/clock.cc',
258 'base/clock.h', 258 'base/clock.h',
259 'base/container_names.cc', 259 'base/container_names.cc',
260 'base/container_names.h', 260 'base/container_names.h',
261 'base/cdm_promise.cc',
262 'base/cdm_promise.h',
xhwang 2014/05/29 23:44:38 order
jrummell 2014/05/30 18:04:25 Done.
261 'base/data_buffer.cc', 263 'base/data_buffer.cc',
262 'base/data_buffer.h', 264 'base/data_buffer.h',
263 'base/data_source.cc', 265 'base/data_source.cc',
264 'base/data_source.h', 266 'base/data_source.h',
265 'base/decoder_buffer.cc', 267 'base/decoder_buffer.cc',
266 'base/decoder_buffer.h', 268 'base/decoder_buffer.h',
267 'base/decoder_buffer_queue.cc', 269 'base/decoder_buffer_queue.cc',
268 'base/decoder_buffer_queue.h', 270 'base/decoder_buffer_queue.h',
269 'base/decrypt_config.cc', 271 'base/decrypt_config.cc',
270 'base/decrypt_config.h', 272 'base/decrypt_config.h',
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 ], 1723 ],
1722 }], 1724 }],
1723 ], 1725 ],
1724 }], 1726 }],
1725 ], 1727 ],
1726 }, 1728 },
1727 ], 1729 ],
1728 }], 1730 }],
1729 ], 1731 ],
1730 } 1732 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698