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: fixed desktop build & tests Created 4 years, 5 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
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'base/media_file_checker.h', 371 'base/media_file_checker.h',
372 'base/media_keys.cc', 372 'base/media_keys.cc',
373 'base/media_keys.h', 373 'base/media_keys.h',
374 'base/media_log.cc', 374 'base/media_log.cc',
375 'base/media_log.h', 375 'base/media_log.h',
376 'base/media_log_event.h', 376 'base/media_log_event.h',
377 'base/media_permission.cc', 377 'base/media_permission.cc',
378 'base/media_permission.h', 378 'base/media_permission.h',
379 'base/media_resources.cc', 379 'base/media_resources.cc',
380 'base/media_resources.h', 380 'base/media_resources.h',
381 'base/media_content_type.cc',
382 'base/media_content_type.h',
381 'base/media_switches.cc', 383 'base/media_switches.cc',
382 'base/media_switches.h', 384 'base/media_switches.h',
383 'base/media_track.cc', 385 'base/media_track.cc',
384 'base/media_track.h', 386 'base/media_track.h',
385 'base/media_tracks.cc', 387 'base/media_tracks.cc',
386 'base/media_tracks.h', 388 'base/media_tracks.h',
387 'base/media_util.cc', 389 'base/media_util.cc',
388 'base/media_util.h', 390 'base/media_util.h',
389 'base/mime_util.cc', 391 'base/mime_util.cc',
390 'base/mime_util.h', 392 'base/mime_util.h',
(...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 'dependencies': [ 2285 'dependencies': [
2284 '../build/linux/system.gyp:libdrm', 2286 '../build/linux/system.gyp:libdrm',
2285 ] 2287 ]
2286 }], 2288 }],
2287 ], 2289 ],
2288 } 2290 }
2289 ] 2291 ]
2290 }], 2292 }],
2291 ], 2293 ],
2292 } 2294 }
OLDNEW
« media/base/media_content_type.h ('K') | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698