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

Side by Side Diff: media/media.gyp

Issue 1149203002: Extract re-usable InitializeMediaFoundation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No need to ever mutate member Created 5 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
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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'base/video_frame_metadata.h', 397 'base/video_frame_metadata.h',
398 'base/video_frame_pool.cc', 398 'base/video_frame_pool.cc',
399 'base/video_frame_pool.h', 399 'base/video_frame_pool.h',
400 'base/video_renderer.cc', 400 'base/video_renderer.cc',
401 'base/video_renderer.h', 401 'base/video_renderer.h',
402 'base/video_rotation.h', 402 'base/video_rotation.h',
403 'base/video_util.cc', 403 'base/video_util.cc',
404 'base/video_util.h', 404 'base/video_util.h',
405 'base/wall_clock_time_source.cc', 405 'base/wall_clock_time_source.cc',
406 'base/wall_clock_time_source.h', 406 'base/wall_clock_time_source.h',
407 'base/win/mf_initializer.cc',
sandersd (OOO until July 31) 2015/05/22 19:14:55 This should be only built on Windows. Update BUIL
wdzierzanowski 2015/05/25 08:43:01 I think it already is, courtesy of the win/ subdir
408 'base/win/mf_initializer.h',
407 'base/yuv_convert.cc', 409 'base/yuv_convert.cc',
408 'base/yuv_convert.h', 410 'base/yuv_convert.h',
409 'blink/skcanvas_video_renderer.cc', 411 'blink/skcanvas_video_renderer.cc',
410 'blink/skcanvas_video_renderer.h', 412 'blink/skcanvas_video_renderer.h',
411 'cdm/aes_decryptor.cc', 413 'cdm/aes_decryptor.cc',
412 'cdm/aes_decryptor.h', 414 'cdm/aes_decryptor.h',
413 'cdm/cenc_utils.cc', 415 'cdm/cenc_utils.cc',
414 'cdm/cenc_utils.h', 416 'cdm/cenc_utils.h',
415 'cdm/default_cdm_factory.cc', 417 'cdm/default_cdm_factory.cc',
416 'cdm/default_cdm_factory.h', 418 'cdm/default_cdm_factory.h',
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 'dependencies': [ 1971 'dependencies': [
1970 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1971 ], 1973 ],
1972 }], 1974 }],
1973 ], 1975 ],
1974 }, 1976 },
1975 ], 1977 ],
1976 }], 1978 }],
1977 ], 1979 ],
1978 } 1980 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698