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

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

Issue 1114633003: gpu: Remove testonly header files from service_sources target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "gles2_cmd_copy_texture_chromium.h", 69 "gles2_cmd_copy_texture_chromium.h",
70 "gles2_cmd_decoder.cc", 70 "gles2_cmd_decoder.cc",
71 "gles2_cmd_decoder.h", 71 "gles2_cmd_decoder.h",
72 "gles2_cmd_decoder_autogen.h", 72 "gles2_cmd_decoder_autogen.h",
73 "gles2_cmd_validation.cc", 73 "gles2_cmd_validation.cc",
74 "gles2_cmd_validation.h", 74 "gles2_cmd_validation.h",
75 "gles2_cmd_validation_autogen.h", 75 "gles2_cmd_validation_autogen.h",
76 "gles2_cmd_validation_implementation_autogen.h", 76 "gles2_cmd_validation_implementation_autogen.h",
77 "gpu_scheduler.cc", 77 "gpu_scheduler.cc",
78 "gpu_scheduler.h", 78 "gpu_scheduler.h",
79 "gpu_scheduler_mock.h",
tfarina 2015/04/28 19:15:56 I will remove this in a follow up. I want to keep
80 "gpu_state_tracer.cc", 79 "gpu_state_tracer.cc",
81 "gpu_state_tracer.h", 80 "gpu_state_tracer.h",
82 "gpu_switches.cc", 81 "gpu_switches.cc",
83 "gpu_switches.h", 82 "gpu_switches.h",
84 "gpu_tracer.cc", 83 "gpu_tracer.cc",
85 "gpu_tracer.h", 84 "gpu_tracer.h",
86 "id_manager.cc", 85 "id_manager.cc",
87 "id_manager.h", 86 "id_manager.h",
88 "image_factory.cc", 87 "image_factory.cc",
89 "image_factory.h", 88 "image_factory.h",
90 "image_manager.cc", 89 "image_manager.cc",
91 "image_manager.h", 90 "image_manager.h",
92 "in_process_command_buffer.cc", 91 "in_process_command_buffer.cc",
93 "in_process_command_buffer.h", 92 "in_process_command_buffer.h",
94 "logger.cc", 93 "logger.cc",
95 "logger.h", 94 "logger.h",
96 "mailbox_manager.h", 95 "mailbox_manager.h",
97 "mailbox_manager_impl.cc", 96 "mailbox_manager_impl.cc",
98 "mailbox_manager_impl.h", 97 "mailbox_manager_impl.h",
99 "mailbox_manager_sync.cc", 98 "mailbox_manager_sync.cc",
100 "mailbox_manager_sync.h", 99 "mailbox_manager_sync.h",
101 "memory_program_cache.cc", 100 "memory_program_cache.cc",
102 "memory_program_cache.h", 101 "memory_program_cache.h",
103 "mocks.h",
104 "program_cache.cc", 102 "program_cache.cc",
105 "program_cache.h", 103 "program_cache.h",
106 "program_manager.cc", 104 "program_manager.cc",
107 "program_manager.h", 105 "program_manager.h",
108 "query_manager.cc", 106 "query_manager.cc",
109 "query_manager.h", 107 "query_manager.h",
110 "renderbuffer_manager.cc", 108 "renderbuffer_manager.cc",
111 "renderbuffer_manager.h", 109 "renderbuffer_manager.h",
112 "shader_manager.cc", 110 "shader_manager.cc",
113 "shader_manager.h", 111 "shader_manager.h",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 configs -= [ "//build/config/compiler:optimize" ] 177 configs -= [ "//build/config/compiler:optimize" ]
180 configs += [ "//build/config/compiler:optimize_max" ] 178 configs += [ "//build/config/compiler:optimize_max" ]
181 } 179 }
182 } 180 }
183 181
184 proto_library("disk_cache_proto") { 182 proto_library("disk_cache_proto") {
185 sources = [ 183 sources = [
186 "disk_cache_proto.proto", 184 "disk_cache_proto.proto",
187 ] 185 ]
188 } 186 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698