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

Side by Side Diff: media/media.gyp

Issue 1716503002: Basic media tracks implementation for media stream parsers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/formats/webm/webm_stream_parser.cc ('k') | media/test/pipeline_integration_test.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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'base/media_keys.h', 356 'base/media_keys.h',
357 'base/media_log.cc', 357 'base/media_log.cc',
358 'base/media_log.h', 358 'base/media_log.h',
359 'base/media_log_event.h', 359 'base/media_log_event.h',
360 'base/media_permission.cc', 360 'base/media_permission.cc',
361 'base/media_permission.h', 361 'base/media_permission.h',
362 'base/media_resources.cc', 362 'base/media_resources.cc',
363 'base/media_resources.h', 363 'base/media_resources.h',
364 'base/media_switches.cc', 364 'base/media_switches.cc',
365 'base/media_switches.h', 365 'base/media_switches.h',
366 'base/media_track.cc',
367 'base/media_track.h',
368 'base/media_tracks.cc',
369 'base/media_tracks.h',
366 'base/media_util.cc', 370 'base/media_util.cc',
367 'base/media_util.h', 371 'base/media_util.h',
368 'base/mime_util.cc', 372 'base/mime_util.cc',
369 'base/mime_util.h', 373 'base/mime_util.h',
370 'base/mime_util_internal.cc', 374 'base/mime_util_internal.cc',
371 'base/mime_util_internal.h', 375 'base/mime_util_internal.h',
372 'base/moving_average.cc', 376 'base/moving_average.cc',
373 'base/moving_average.h', 377 'base/moving_average.h',
374 'base/multi_channel_resampler.cc', 378 'base/multi_channel_resampler.cc',
375 'base/multi_channel_resampler.h', 379 'base/multi_channel_resampler.h',
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 'dependencies': [ 2108 'dependencies': [
2105 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2109 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2106 ], 2110 ],
2107 }], 2111 }],
2108 ], 2112 ],
2109 }, 2113 },
2110 ], 2114 ],
2111 }], 2115 }],
2112 ], 2116 ],
2113 } 2117 }
OLDNEW
« no previous file with comments | « media/formats/webm/webm_stream_parser.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698