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

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

Issue 2814583002: Service/ClientDiscardableManager (Closed)
Patch Set: rebase Created 3 years, 7 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
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "program_manager.h", 118 "program_manager.h",
119 "query_manager.cc", 119 "query_manager.cc",
120 "query_manager.h", 120 "query_manager.h",
121 "renderbuffer_manager.cc", 121 "renderbuffer_manager.cc",
122 "renderbuffer_manager.h", 122 "renderbuffer_manager.h",
123 "sampler_manager.cc", 123 "sampler_manager.cc",
124 "sampler_manager.h", 124 "sampler_manager.h",
125 "scheduler.cc", 125 "scheduler.cc",
126 "scheduler.h", 126 "scheduler.h",
127 "sequence_id.h", 127 "sequence_id.h",
128 "service_discardable_manager.cc",
129 "service_discardable_manager.h",
128 "service_utils.cc", 130 "service_utils.cc",
129 "service_utils.h", 131 "service_utils.h",
130 "shader_manager.cc", 132 "shader_manager.cc",
131 "shader_manager.h", 133 "shader_manager.h",
132 "shader_translator.cc", 134 "shader_translator.cc",
133 "shader_translator.h", 135 "shader_translator.h",
134 "shader_translator_cache.cc", 136 "shader_translator_cache.cc",
135 "shader_translator_cache.h", 137 "shader_translator_cache.h",
136 "sync_point_manager.cc", 138 "sync_point_manager.cc",
137 "sync_point_manager.h", 139 "sync_point_manager.h",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 configs -= [ "//build/config/compiler:default_optimization" ] 198 configs -= [ "//build/config/compiler:default_optimization" ]
197 configs += [ "//build/config/compiler:optimize_max" ] 199 configs += [ "//build/config/compiler:optimize_max" ]
198 } 200 }
199 } 201 }
200 202
201 proto_library("disk_cache_proto") { 203 proto_library("disk_cache_proto") {
202 sources = [ 204 sources = [
203 "disk_cache_proto.proto", 205 "disk_cache_proto.proto",
204 ] 206 ]
205 } 207 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_ids_autogen.h ('k') | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698