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

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

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: fix windows build Created 5 years, 5 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "in_process_command_buffer.h", 92 "in_process_command_buffer.h",
93 "logger.cc", 93 "logger.cc",
94 "logger.h", 94 "logger.h",
95 "mailbox_manager.h", 95 "mailbox_manager.h",
96 "mailbox_manager_impl.cc", 96 "mailbox_manager_impl.cc",
97 "mailbox_manager_impl.h", 97 "mailbox_manager_impl.h",
98 "mailbox_manager_sync.cc", 98 "mailbox_manager_sync.cc",
99 "mailbox_manager_sync.h", 99 "mailbox_manager_sync.h",
100 "memory_program_cache.cc", 100 "memory_program_cache.cc",
101 "memory_program_cache.h", 101 "memory_program_cache.h",
102 "path_manager.cc",
103 "path_manager.h",
102 "program_cache.cc", 104 "program_cache.cc",
103 "program_cache.h", 105 "program_cache.h",
104 "program_manager.cc", 106 "program_manager.cc",
105 "program_manager.h", 107 "program_manager.h",
106 "query_manager.cc", 108 "query_manager.cc",
107 "query_manager.h", 109 "query_manager.h",
108 "renderbuffer_manager.cc", 110 "renderbuffer_manager.cc",
109 "renderbuffer_manager.h", 111 "renderbuffer_manager.h",
110 "shader_manager.cc", 112 "shader_manager.cc",
111 "shader_manager.h", 113 "shader_manager.h",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 configs -= [ "//build/config/compiler:optimize" ] 179 configs -= [ "//build/config/compiler:optimize" ]
178 configs += [ "//build/config/compiler:optimize_max" ] 180 configs += [ "//build/config/compiler:optimize_max" ]
179 } 181 }
180 } 182 }
181 183
182 proto_library("disk_cache_proto") { 184 proto_library("disk_cache_proto") {
183 sources = [ 185 sources = [
184 "disk_cache_proto.proto", 186 "disk_cache_proto.proto",
185 ] 187 ]
186 } 188 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_implementation_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