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

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

Issue 2721893003: enable fp16 when --enable-hdr-output is on (Closed)
Patch Set: 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 | « no previous file | 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "shared_memory_region.h", 139 "shared_memory_region.h",
140 ] 140 ]
141 141
142 public_deps = [ 142 public_deps = [
143 "//base", 143 "//base",
144 "//gpu", 144 "//gpu",
145 "//media", 145 "//media",
146 "//ui/gfx/geometry", 146 "//ui/gfx/geometry",
147 ] 147 ]
148 deps = [ 148 deps = [
149 "//ui/base",
149 "//ui/display/types", 150 "//ui/display/types",
150 "//ui/gl", 151 "//ui/gl",
151 "//ui/platform_window", 152 "//ui/platform_window",
152 ] 153 ]
153 libs = [] 154 libs = []
154 ldflags = [] 155 ldflags = []
155 156
156 configs += [ ":gpu_config" ] 157 configs += [ ":gpu_config" ]
157 158
158 if (is_mac) { 159 if (is_mac) {
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "//base/test:test_support", 528 "//base/test:test_support",
528 "//gpu:test_support", 529 "//gpu:test_support",
529 "//media/gpu/ipc/common", 530 "//media/gpu/ipc/common",
530 "//media/gpu/ipc/service", 531 "//media/gpu/ipc/service",
531 "//testing/gmock", 532 "//testing/gmock",
532 "//testing/gtest", 533 "//testing/gtest",
533 "//ui/gfx:test_support", 534 "//ui/gfx:test_support",
534 "//ui/gfx/geometry", 535 "//ui/gfx/geometry",
535 ] 536 ]
536 } 537 }
OLDNEW
« no previous file with comments | « no previous file | media/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698