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

Side by Side Diff: media/media.gyp

Issue 1996043002: Split MediaContentType and AudioFocusType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed nits Created 4 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/blink/webmediaplayer_impl_unittest.cc ('k') | no next file » | 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'base/media_file_checker.h', 372 'base/media_file_checker.h',
373 'base/media_keys.cc', 373 'base/media_keys.cc',
374 'base/media_keys.h', 374 'base/media_keys.h',
375 'base/media_log.cc', 375 'base/media_log.cc',
376 'base/media_log.h', 376 'base/media_log.h',
377 'base/media_log_event.h', 377 'base/media_log_event.h',
378 'base/media_permission.cc', 378 'base/media_permission.cc',
379 'base/media_permission.h', 379 'base/media_permission.h',
380 'base/media_resources.cc', 380 'base/media_resources.cc',
381 'base/media_resources.h', 381 'base/media_resources.h',
382 'base/media_content_type.cc',
383 'base/media_content_type.h',
382 'base/media_switches.cc', 384 'base/media_switches.cc',
383 'base/media_switches.h', 385 'base/media_switches.h',
384 'base/media_track.cc', 386 'base/media_track.cc',
385 'base/media_track.h', 387 'base/media_track.h',
386 'base/media_tracks.cc', 388 'base/media_tracks.cc',
387 'base/media_tracks.h', 389 'base/media_tracks.h',
388 'base/media_util.cc', 390 'base/media_util.cc',
389 'base/media_util.h', 391 'base/media_util.h',
390 'base/mime_util.cc', 392 'base/mime_util.cc',
391 'base/mime_util.h', 393 'base/mime_util.h',
(...skipping 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after
2317 'dependencies': [ 2319 'dependencies': [
2318 '../build/linux/system.gyp:libdrm', 2320 '../build/linux/system.gyp:libdrm',
2319 ] 2321 ]
2320 }], 2322 }],
2321 ], 2323 ],
2322 } 2324 }
2323 ] 2325 ]
2324 }], 2326 }],
2325 ], 2327 ],
2326 } 2328 }
OLDNEW
« no previous file with comments | « media/blink/webmediaplayer_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698