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

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: prototype cl of new approach 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'base/data_buffer.cc', 200 'base/data_buffer.cc',
201 'base/data_buffer.h', 201 'base/data_buffer.h',
202 'base/data_source.cc', 202 'base/data_source.cc',
203 'base/data_source.h', 203 'base/data_source.h',
204 'base/decoder_buffer.cc', 204 'base/decoder_buffer.cc',
205 'base/decoder_buffer.h', 205 'base/decoder_buffer.h',
206 'base/decoder_buffer_queue.cc', 206 'base/decoder_buffer_queue.cc',
207 'base/decoder_buffer_queue.h', 207 'base/decoder_buffer_queue.h',
208 'base/decryptor.cc', 208 'base/decryptor.cc',
209 'base/decryptor.h', 209 'base/decryptor.h',
210 'base/decryptor_client.h',
211 'base/decrypt_config.cc', 210 'base/decrypt_config.cc',
212 'base/decrypt_config.h', 211 'base/decrypt_config.h',
213 'base/demuxer.cc', 212 'base/demuxer.cc',
214 'base/demuxer.h', 213 'base/demuxer.h',
215 'base/demuxer_stream.cc', 214 'base/demuxer_stream.cc',
216 'base/demuxer_stream.h', 215 'base/demuxer_stream.h',
217 'base/djb2.cc', 216 'base/djb2.cc',
218 'base/djb2.h', 217 'base/djb2.h',
219 'base/filter_collection.cc', 218 'base/filter_collection.cc',
220 'base/filter_collection.h', 219 'base/filter_collection.h',
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 'media', 1363 'media',
1365 ], 1364 ],
1366 'sources': [ 1365 'sources': [
1367 'tools/media_bench/media_bench.cc', 1366 'tools/media_bench/media_bench.cc',
1368 ], 1367 ],
1369 }, 1368 },
1370 ], 1369 ],
1371 }] 1370 }]
1372 ], 1371 ],
1373 } 1372 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698