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

Side by Side Diff: media/media.gyp

Issue 511323003: media: Remove FilterCollection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « media/filters/renderer_impl.cc ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'base/decrypt_config.cc', 272 'base/decrypt_config.cc',
273 'base/decrypt_config.h', 273 'base/decrypt_config.h',
274 'base/decryptor.cc', 274 'base/decryptor.cc',
275 'base/decryptor.h', 275 'base/decryptor.h',
276 'base/demuxer.cc', 276 'base/demuxer.cc',
277 'base/demuxer.h', 277 'base/demuxer.h',
278 'base/demuxer_stream.cc', 278 'base/demuxer_stream.cc',
279 'base/demuxer_stream.h', 279 'base/demuxer_stream.h',
280 'base/djb2.cc', 280 'base/djb2.cc',
281 'base/djb2.h', 281 'base/djb2.h',
282 'base/filter_collection.cc',
283 'base/filter_collection.h',
284 'base/keyboard_event_counter.cc', 282 'base/keyboard_event_counter.cc',
285 'base/keyboard_event_counter.h', 283 'base/keyboard_event_counter.h',
286 'base/media.cc', 284 'base/media.cc',
287 'base/media.h', 285 'base/media.h',
288 'base/media_file_checker.cc', 286 'base/media_file_checker.cc',
289 'base/media_file_checker.h', 287 'base/media_file_checker.h',
290 'base/media_keys.cc', 288 'base/media_keys.cc',
291 'base/media_keys.h', 289 'base/media_keys.h',
292 'base/media_log.cc', 290 'base/media_log.cc',
293 'base/media_log.h', 291 'base/media_log.h',
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 ], 1726 ],
1729 }], 1727 }],
1730 ], 1728 ],
1731 }], 1729 }],
1732 ], 1730 ],
1733 }, 1731 },
1734 ], 1732 ],
1735 }], 1733 }],
1736 ], 1734 ],
1737 } 1735 }
OLDNEW
« no previous file with comments | « media/filters/renderer_impl.cc ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698