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

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

Issue 2497503004: Revert of Refactor context creation parameters into a struct. (Closed)
Patch Set: Created 4 years, 1 month 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/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/command_buffer/service/feature_info.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "program_cache.cc", 116 "program_cache.cc",
117 "program_cache.h", 117 "program_cache.h",
118 "program_manager.cc", 118 "program_manager.cc",
119 "program_manager.h", 119 "program_manager.h",
120 "query_manager.cc", 120 "query_manager.cc",
121 "query_manager.h", 121 "query_manager.h",
122 "renderbuffer_manager.cc", 122 "renderbuffer_manager.cc",
123 "renderbuffer_manager.h", 123 "renderbuffer_manager.h",
124 "sampler_manager.cc", 124 "sampler_manager.cc",
125 "sampler_manager.h", 125 "sampler_manager.h",
126 "service_utils.cc",
127 "service_utils.h",
128 "shader_manager.cc", 126 "shader_manager.cc",
129 "shader_manager.h", 127 "shader_manager.h",
130 "shader_translator.cc", 128 "shader_translator.cc",
131 "shader_translator.h", 129 "shader_translator.h",
132 "shader_translator_cache.cc", 130 "shader_translator_cache.cc",
133 "shader_translator_cache.h", 131 "shader_translator_cache.h",
134 "sync_point_manager.cc", 132 "sync_point_manager.cc",
135 "sync_point_manager.h", 133 "sync_point_manager.h",
136 "texture_definition.cc", 134 "texture_definition.cc",
137 "texture_definition.h", 135 "texture_definition.h",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 configs -= [ "//build/config/compiler:default_optimization" ] 191 configs -= [ "//build/config/compiler:default_optimization" ]
194 configs += [ "//build/config/compiler:optimize_max" ] 192 configs += [ "//build/config/compiler:optimize_max" ]
195 } 193 }
196 } 194 }
197 195
198 proto_library("disk_cache_proto") { 196 proto_library("disk_cache_proto") {
199 sources = [ 197 sources = [
200 "disk_cache_proto.proto", 198 "disk_cache_proto.proto",
201 ] 199 ]
202 } 200 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/command_buffer/service/feature_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698