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

Side by Side Diff: media/gpu/BUILD.gn

Issue 2742383006: Display: set color_depth and depth_per_component value based on kEnableHDROutput (Closed)
Patch Set: rebase Created 3 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 | « gpu/ipc/service/direct_composition_surface_win.cc ('k') | media/gpu/DEPS » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/gpu/args.gni") 7 import("//media/gpu/args.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ] 329 ]
330 configs += [ 330 configs += [
331 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 331 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
332 "//build/config/compiler:no_size_t_to_int_warning", 332 "//build/config/compiler:no_size_t_to_int_warning",
333 "//third_party/khronos:khronos_headers", 333 "//third_party/khronos:khronos_headers",
334 ] 334 ]
335 public_deps += [ "//media/base/win" ] 335 public_deps += [ "//media/base/win" ]
336 deps += [ 336 deps += [
337 "//third_party/angle:includes", 337 "//third_party/angle:includes",
338 "//third_party/libyuv", 338 "//third_party/libyuv",
339 "//ui/display",
339 ] 340 ]
340 libs += [ 341 libs += [
341 "d3d9.lib", 342 "d3d9.lib",
342 "d3d11.lib", 343 "d3d11.lib",
343 "dxva2.lib", 344 "dxva2.lib",
344 "strmiids.lib", 345 "strmiids.lib",
345 "mf.lib", 346 "mf.lib",
346 "mfplat.lib", 347 "mfplat.lib",
347 "mfuuid.lib", 348 "mfuuid.lib",
348 ] 349 ]
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "//base/test:test_support", 536 "//base/test:test_support",
536 "//gpu:test_support", 537 "//gpu:test_support",
537 "//media/gpu/ipc/common", 538 "//media/gpu/ipc/common",
538 "//media/gpu/ipc/service", 539 "//media/gpu/ipc/service",
539 "//testing/gmock", 540 "//testing/gmock",
540 "//testing/gtest", 541 "//testing/gtest",
541 "//ui/gfx:test_support", 542 "//ui/gfx:test_support",
542 "//ui/gfx/geometry", 543 "//ui/gfx/geometry",
543 ] 544 ]
544 } 545 }
OLDNEW
« no previous file with comments | « gpu/ipc/service/direct_composition_surface_win.cc ('k') | media/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698