| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "command_buffer/service/test_helper.h", | 202 "command_buffer/service/test_helper.h", |
| 203 "command_buffer/service/texture_manager_unittest.cc", | 203 "command_buffer/service/texture_manager_unittest.cc", |
| 204 "command_buffer/service/transfer_buffer_manager_unittest.cc", | 204 "command_buffer/service/transfer_buffer_manager_unittest.cc", |
| 205 "command_buffer/service/vertex_attrib_manager_unittest.cc", | 205 "command_buffer/service/vertex_attrib_manager_unittest.cc", |
| 206 "command_buffer/service/vertex_array_manager_unittest.cc", | 206 "command_buffer/service/vertex_array_manager_unittest.cc", |
| 207 "command_buffer/service/gpu_tracer_unittest.cc", | 207 "command_buffer/service/gpu_tracer_unittest.cc", |
| 208 "config/gpu_blacklist_unittest.cc", | 208 "config/gpu_blacklist_unittest.cc", |
| 209 "config/gpu_control_list_entry_unittest.cc", | 209 "config/gpu_control_list_entry_unittest.cc", |
| 210 "config/gpu_control_list_number_info_unittest.cc", | 210 "config/gpu_control_list_number_info_unittest.cc", |
| 211 "config/gpu_control_list_os_info_unittest.cc", | 211 "config/gpu_control_list_os_info_unittest.cc", |
| 212 "config/gpu_control_list_string_info_unittest.cc", |
| 212 "config/gpu_control_list_unittest.cc", | 213 "config/gpu_control_list_unittest.cc", |
| 213 "config/gpu_control_list_version_info_unittest.cc", | 214 "config/gpu_control_list_version_info_unittest.cc", |
| 214 "config/gpu_driver_bug_list_unittest.cc", | 215 "config/gpu_driver_bug_list_unittest.cc", |
| 215 "config/gpu_info_collector_unittest.cc", | 216 "config/gpu_info_collector_unittest.cc", |
| 216 "config/gpu_info_unittest.cc", | 217 "config/gpu_info_unittest.cc", |
| 217 "config/gpu_test_config_unittest.cc", | 218 "config/gpu_test_config_unittest.cc", |
| 218 "config/gpu_test_expectations_parser_unittest.cc", | 219 "config/gpu_test_expectations_parser_unittest.cc", |
| 219 "config/gpu_util_unittest.cc", | 220 "config/gpu_util_unittest.cc", |
| 220 ] | 221 ] |
| 221 | 222 |
| (...skipping 22 matching lines...) Expand all 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 |