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

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: add spec link 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'base/data_buffer.cc', 202 'base/data_buffer.cc',
203 'base/data_buffer.h', 203 'base/data_buffer.h',
204 'base/data_source.cc', 204 'base/data_source.cc',
205 'base/data_source.h', 205 'base/data_source.h',
206 'base/decoder_buffer.cc', 206 'base/decoder_buffer.cc',
207 'base/decoder_buffer.h', 207 'base/decoder_buffer.h',
208 'base/decoder_buffer_queue.cc', 208 'base/decoder_buffer_queue.cc',
209 'base/decoder_buffer_queue.h', 209 'base/decoder_buffer_queue.h',
210 'base/decryptor.cc', 210 'base/decryptor.cc',
211 'base/decryptor.h', 211 'base/decryptor.h',
212 'base/decryptor_client.h',
213 'base/decrypt_config.cc', 212 'base/decrypt_config.cc',
214 'base/decrypt_config.h', 213 'base/decrypt_config.h',
215 'base/demuxer.cc', 214 'base/demuxer.cc',
216 'base/demuxer.h', 215 'base/demuxer.h',
217 'base/demuxer_stream.cc', 216 'base/demuxer_stream.cc',
218 'base/demuxer_stream.h', 217 'base/demuxer_stream.h',
219 'base/djb2.cc', 218 'base/djb2.cc',
220 'base/djb2.h', 219 'base/djb2.h',
221 'base/filter_collection.cc', 220 'base/filter_collection.cc',
222 'base/filter_collection.h', 221 'base/filter_collection.h',
(...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'media', 1366 'media',
1368 ], 1367 ],
1369 'sources': [ 1368 'sources': [
1370 'tools/media_bench/media_bench.cc', 1369 'tools/media_bench/media_bench.cc',
1371 ], 1370 ],
1372 }, 1371 },
1373 ], 1372 ],
1374 }] 1373 }]
1375 ], 1374 ],
1376 } 1375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698