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

Side by Side Diff: media/media.gyp

Issue 15772012: Separate MediaKeys interface from Decryptor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'base/demuxer.cc', 255 'base/demuxer.cc',
256 'base/demuxer.h', 256 'base/demuxer.h',
257 'base/demuxer_stream.cc', 257 'base/demuxer_stream.cc',
258 'base/demuxer_stream.h', 258 'base/demuxer_stream.h',
259 'base/djb2.cc', 259 'base/djb2.cc',
260 'base/djb2.h', 260 'base/djb2.h',
261 'base/filter_collection.cc', 261 'base/filter_collection.cc',
262 'base/filter_collection.h', 262 'base/filter_collection.h',
263 'base/media.cc', 263 'base/media.cc',
264 'base/media.h', 264 'base/media.h',
265 'base/media_keys.cc',
266 'base/media_keys.h',
265 'base/media_log.cc', 267 'base/media_log.cc',
266 'base/media_log.h', 268 'base/media_log.h',
267 'base/media_log_event.h', 269 'base/media_log_event.h',
268 'base/media_posix.cc', 270 'base/media_posix.cc',
269 'base/media_switches.cc', 271 'base/media_switches.cc',
270 'base/media_switches.h', 272 'base/media_switches.h',
271 'base/media_win.cc', 273 'base/media_win.cc',
272 'base/multi_channel_resampler.cc', 274 'base/multi_channel_resampler.cc',
273 'base/multi_channel_resampler.h', 275 'base/multi_channel_resampler.h',
274 'base/pipeline.cc', 276 'base/pipeline.cc',
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 ], 1722 ],
1721 'sources': [ 1723 'sources': [
1722 'base/simd/sinc_resampler_sse.cc', 1724 'base/simd/sinc_resampler_sse.cc',
1723 'base/simd/vector_math_sse.cc', 1725 'base/simd/vector_math_sse.cc',
1724 ], 1726 ],
1725 }, # end of target media_sse 1727 }, # end of target media_sse
1726 ], 1728 ],
1727 }], 1729 }],
1728 ], 1730 ],
1729 } 1731 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698