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

Side by Side Diff: gpu/ipc/service/BUILD.gn

Issue 1871613002: Compute GpuDriverBugWorkarounds only one time in the GPU process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/gpu_config.gypi ('k') | gpu/ipc/service/gpu_channel.cc » ('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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 if (is_mac) { 7 if (is_mac) {
8 import("//build/config/mac/mac_sdk.gni") 8 import("//build/config/mac/mac_sdk.gni")
9 } 9 }
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "//ipc", 48 "//ipc",
49 "//ui/gfx", 49 "//ui/gfx",
50 "//ui/gfx/geometry", 50 "//ui/gfx/geometry",
51 "//ui/gl", 51 "//ui/gl",
52 "//ui/latency_info/ipc", 52 "//ui/latency_info/ipc",
53 "//url", 53 "//url",
54 ] 54 ]
55 deps = [ 55 deps = [
56 "//gpu/command_buffer/common:common_sources", 56 "//gpu/command_buffer/common:common_sources",
57 "//gpu/command_buffer/service:service_sources", 57 "//gpu/command_buffer/service:service_sources",
58 "//gpu/config:config_sources",
58 "//gpu/ipc/common:ipc_common_sources", 59 "//gpu/ipc/common:ipc_common_sources",
59 ] 60 ]
60 libs = [] 61 libs = []
61 if (is_win) { 62 if (is_win) {
62 sources += [ 63 sources += [
63 "child_window_surface_win.cc", 64 "child_window_surface_win.cc",
64 "child_window_surface_win.h", 65 "child_window_surface_win.h",
65 "image_transport_surface_win.cc", 66 "image_transport_surface_win.cc",
66 ] 67 ]
67 } 68 }
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "AVFoundation.framework", 170 "AVFoundation.framework",
170 "CoreMedia.framework", 171 "CoreMedia.framework",
171 "QuartzCore.framework", 172 "QuartzCore.framework",
172 ] 173 ]
173 } 174 }
174 if (use_ozone) { 175 if (use_ozone) {
175 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 176 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
176 deps += [ "//ui/ozone" ] 177 deps += [ "//ui/ozone" ]
177 } 178 }
178 } 179 }
OLDNEW
« no previous file with comments | « gpu/gpu_config.gypi ('k') | gpu/ipc/service/gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698