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

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

Issue 2763753002: gpu: Add callback for yielding command buffer execution. (Closed)
Patch Set: no need to !!pause Created 3 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 | « no previous file | gpu/command_buffer/service/command_executor.h » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 group("service") { 8 group("service") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "mailbox_manager.cc", 104 "mailbox_manager.cc",
105 "mailbox_manager.h", 105 "mailbox_manager.h",
106 "mailbox_manager_impl.cc", 106 "mailbox_manager_impl.cc",
107 "mailbox_manager_impl.h", 107 "mailbox_manager_impl.h",
108 "mailbox_manager_sync.cc", 108 "mailbox_manager_sync.cc",
109 "mailbox_manager_sync.h", 109 "mailbox_manager_sync.h",
110 "memory_program_cache.cc", 110 "memory_program_cache.cc",
111 "memory_program_cache.h", 111 "memory_program_cache.h",
112 "path_manager.cc", 112 "path_manager.cc",
113 "path_manager.h", 113 "path_manager.h",
114 "preemption_flag.h",
114 "program_cache.cc", 115 "program_cache.cc",
115 "program_cache.h", 116 "program_cache.h",
116 "program_manager.cc", 117 "program_manager.cc",
117 "program_manager.h", 118 "program_manager.h",
118 "query_manager.cc", 119 "query_manager.cc",
119 "query_manager.h", 120 "query_manager.h",
120 "renderbuffer_manager.cc", 121 "renderbuffer_manager.cc",
121 "renderbuffer_manager.h", 122 "renderbuffer_manager.h",
122 "sampler_manager.cc", 123 "sampler_manager.cc",
123 "sampler_manager.h", 124 "sampler_manager.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 configs -= [ "//build/config/compiler:default_optimization" ] 194 configs -= [ "//build/config/compiler:default_optimization" ]
194 configs += [ "//build/config/compiler:optimize_max" ] 195 configs += [ "//build/config/compiler:optimize_max" ]
195 } 196 }
196 } 197 }
197 198
198 proto_library("disk_cache_proto") { 199 proto_library("disk_cache_proto") {
199 sources = [ 200 sources = [
200 "disk_cache_proto.proto", 201 "disk_cache_proto.proto",
201 ] 202 ]
202 } 203 }
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/command_executor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698