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

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

Issue 2012533004: Add generated and hand-written passthrough command handlers with stub Doers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "gl_utils.h", 56 "gl_utils.h",
57 "gles2_cmd_clear_framebuffer.cc", 57 "gles2_cmd_clear_framebuffer.cc",
58 "gles2_cmd_clear_framebuffer.h", 58 "gles2_cmd_clear_framebuffer.h",
59 "gles2_cmd_copy_texture_chromium.cc", 59 "gles2_cmd_copy_texture_chromium.cc",
60 "gles2_cmd_copy_texture_chromium.h", 60 "gles2_cmd_copy_texture_chromium.h",
61 "gles2_cmd_decoder.cc", 61 "gles2_cmd_decoder.cc",
62 "gles2_cmd_decoder.h", 62 "gles2_cmd_decoder.h",
63 "gles2_cmd_decoder_autogen.h", 63 "gles2_cmd_decoder_autogen.h",
64 "gles2_cmd_decoder_passthrough.cc", 64 "gles2_cmd_decoder_passthrough.cc",
65 "gles2_cmd_decoder_passthrough.h", 65 "gles2_cmd_decoder_passthrough.h",
66 "gles2_cmd_decoder_passthrough_doer_prototypes.h",
67 "gles2_cmd_decoder_passthrough_doers.cc",
68 "gles2_cmd_decoder_passthrough_handlers.cc",
69 "gles2_cmd_decoder_passthrough_handlers_autogen.cc",
66 "gles2_cmd_validation.cc", 70 "gles2_cmd_validation.cc",
67 "gles2_cmd_validation.h", 71 "gles2_cmd_validation.h",
68 "gles2_cmd_validation_autogen.h", 72 "gles2_cmd_validation_autogen.h",
69 "gles2_cmd_validation_implementation_autogen.h", 73 "gles2_cmd_validation_implementation_autogen.h",
70 "gpu_preferences.cc", 74 "gpu_preferences.cc",
71 "gpu_preferences.h", 75 "gpu_preferences.h",
72 "gpu_state_tracer.cc", 76 "gpu_state_tracer.cc",
73 "gpu_state_tracer.h", 77 "gpu_state_tracer.h",
74 "gpu_switches.cc", 78 "gpu_switches.cc",
75 "gpu_switches.h", 79 "gpu_switches.h",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 configs -= [ "//build/config/compiler:default_optimization" ] 177 configs -= [ "//build/config/compiler:default_optimization" ]
174 configs += [ "//build/config/compiler:optimize_max" ] 178 configs += [ "//build/config/compiler:optimize_max" ]
175 } 179 }
176 } 180 }
177 181
178 proto_library("disk_cache_proto") { 182 proto_library("disk_cache_proto") {
179 sources = [ 183 sources = [
180 "disk_cache_proto.proto", 184 "disk_cache_proto.proto",
181 ] 185 ]
182 } 186 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.h ('k') | gpu/command_buffer/service/common_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698