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

Side by Side Diff: media/BUILD.gn

Issue 1149203002: Extract re-usable InitializeMediaFoundation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linkage of InitializeMediaFoundation() in GN builds Created 5 years, 6 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 | « content/common/gpu/media/dxva_video_decode_accelerator.cc ('k') | media/base/win/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "video/capture/linux/v4l2_capture_delegate_multi_plane.cc", 377 "video/capture/linux/v4l2_capture_delegate_multi_plane.cc",
378 "video/capture/linux/v4l2_capture_delegate_multi_plane.h", 378 "video/capture/linux/v4l2_capture_delegate_multi_plane.h",
379 ] 379 ]
380 } 380 }
381 381
382 if (is_ios) { 382 if (is_ios) {
383 deps += [ "//media/base/mac" ] 383 deps += [ "//media/base/mac" ]
384 } 384 }
385 385
386 if (is_win) { 386 if (is_win) {
387 deps += [ "//media/base/win" ]
387 libs += [ 388 libs += [
388 "mf.lib", 389 "mf.lib",
389 "mfplat.lib", 390 "mfplat.lib",
390 "mfreadwrite.lib", 391 "mfreadwrite.lib",
391 "mfuuid.lib", 392 "mfuuid.lib",
392 ] 393 ]
393 } 394 }
394 395
395 if (proprietary_codecs) { 396 if (proprietary_codecs) {
396 sources += [ 397 sources += [
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 "//media/base:test_support", 736 "//media/base:test_support",
736 "//media/test:pipeline_integration_tests", 737 "//media/test:pipeline_integration_tests",
737 "//testing/gmock", 738 "//testing/gmock",
738 "//testing/gtest", 739 "//testing/gtest",
739 "//third_party/ffmpeg", 740 "//third_party/ffmpeg",
740 "//ui/gfx/geometry", 741 "//ui/gfx/geometry",
741 "//ui/gfx:test_support", 742 "//ui/gfx:test_support",
742 ] 743 ]
743 } 744 }
744 } 745 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/dxva_video_decode_accelerator.cc ('k') | media/base/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698