OLD | NEW |
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 # GYP-to-GN project mappings: | 5 # GYP-to-GN project mappings: |
6 # | 6 # |
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client | 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client |
8 # | 8 # |
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common | 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common |
10 # | 10 # |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h", | 171 "command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h", |
172 "command_buffer/service/gles2_cmd_decoder_unittest_2.cc", | 172 "command_buffer/service/gles2_cmd_decoder_unittest_2.cc", |
173 "command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h", | 173 "command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h", |
174 "command_buffer/service/gles2_cmd_decoder_unittest_3.cc", | 174 "command_buffer/service/gles2_cmd_decoder_unittest_3.cc", |
175 "command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h", | 175 "command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h", |
176 "command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc", | 176 "command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc", |
177 "command_buffer/service/gles2_cmd_decoder_unittest_base.cc", | 177 "command_buffer/service/gles2_cmd_decoder_unittest_base.cc", |
178 "command_buffer/service/gles2_cmd_decoder_unittest_base.h", | 178 "command_buffer/service/gles2_cmd_decoder_unittest_base.h", |
179 "command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc", | 179 "command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc", |
180 "command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc", | 180 "command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc", |
| 181 "command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc", |
181 "command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc", | 182 "command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc", |
182 "command_buffer/service/gles2_cmd_decoder_unittest_programs.cc", | 183 "command_buffer/service/gles2_cmd_decoder_unittest_programs.cc", |
183 "command_buffer/service/gles2_cmd_decoder_unittest_textures.cc", | 184 "command_buffer/service/gles2_cmd_decoder_unittest_textures.cc", |
184 "command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc", | 185 "command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc", |
185 "command_buffer/service/gl_surface_mock.cc", | 186 "command_buffer/service/gl_surface_mock.cc", |
186 "command_buffer/service/gl_surface_mock.h", | 187 "command_buffer/service/gl_surface_mock.h", |
187 "command_buffer/service/gpu_scheduler_unittest.cc", | 188 "command_buffer/service/gpu_scheduler_unittest.cc", |
188 "command_buffer/service/gpu_service_test.cc", | 189 "command_buffer/service/gpu_service_test.cc", |
189 "command_buffer/service/gpu_service_test.h", | 190 "command_buffer/service/gpu_service_test.h", |
190 "command_buffer/service/id_manager_unittest.cc", | 191 "command_buffer/service/id_manager_unittest.cc", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 ] | 245 ] |
245 | 246 |
246 deps = [ | 247 deps = [ |
247 "//base", | 248 "//base", |
248 "//base/third_party/dynamic_annotations", | 249 "//base/third_party/dynamic_annotations", |
249 "//testing/gmock", | 250 "//testing/gmock", |
250 "//testing/gtest", | 251 "//testing/gtest", |
251 "//third_party/angle:translator_static", | 252 "//third_party/angle:translator_static", |
252 ] | 253 ] |
253 } | 254 } |
OLD | NEW |