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

Side by Side Diff: media/media.gyp

Issue 11226019: Encrypted Media: Replace DecryptorClient with key event callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase again Created 8 years 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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'base/data_buffer.cc', 205 'base/data_buffer.cc',
206 'base/data_buffer.h', 206 'base/data_buffer.h',
207 'base/data_source.cc', 207 'base/data_source.cc',
208 'base/data_source.h', 208 'base/data_source.h',
209 'base/decoder_buffer.cc', 209 'base/decoder_buffer.cc',
210 'base/decoder_buffer.h', 210 'base/decoder_buffer.h',
211 'base/decoder_buffer_queue.cc', 211 'base/decoder_buffer_queue.cc',
212 'base/decoder_buffer_queue.h', 212 'base/decoder_buffer_queue.h',
213 'base/decryptor.cc', 213 'base/decryptor.cc',
214 'base/decryptor.h', 214 'base/decryptor.h',
215 'base/decryptor_client.h',
216 'base/decrypt_config.cc', 215 'base/decrypt_config.cc',
217 'base/decrypt_config.h', 216 'base/decrypt_config.h',
218 'base/demuxer.cc', 217 'base/demuxer.cc',
219 'base/demuxer.h', 218 'base/demuxer.h',
220 'base/demuxer_stream.cc', 219 'base/demuxer_stream.cc',
221 'base/demuxer_stream.h', 220 'base/demuxer_stream.h',
222 'base/djb2.cc', 221 'base/djb2.cc',
223 'base/djb2.h', 222 'base/djb2.h',
224 'base/filter_collection.cc', 223 'base/filter_collection.cc',
225 'base/filter_collection.h', 224 'base/filter_collection.h',
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'media', 1382 'media',
1384 ], 1383 ],
1385 'sources': [ 1384 'sources': [
1386 'tools/media_bench/media_bench.cc', 1385 'tools/media_bench/media_bench.cc',
1387 ], 1386 ],
1388 }, 1387 },
1389 ], 1388 ],
1390 }] 1389 }]
1391 ], 1390 ],
1392 } 1391 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698