| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "command_buffer/tests/gl_ext_srgb_unittest.cc", | 120 "command_buffer/tests/gl_ext_srgb_unittest.cc", |
| 121 "command_buffer/tests/gl_fence_sync_unittest.cc", | 121 "command_buffer/tests/gl_fence_sync_unittest.cc", |
| 122 "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc", | 122 "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc", |
| 123 "command_buffer/tests/gl_lose_context_chromium_unittest.cc", | 123 "command_buffer/tests/gl_lose_context_chromium_unittest.cc", |
| 124 "command_buffer/tests/gl_manager.cc", | 124 "command_buffer/tests/gl_manager.cc", |
| 125 "command_buffer/tests/gl_manager.h", | 125 "command_buffer/tests/gl_manager.h", |
| 126 "command_buffer/tests/gl_pointcoord_unittest.cc", | 126 "command_buffer/tests/gl_pointcoord_unittest.cc", |
| 127 "command_buffer/tests/gl_program_unittest.cc", | 127 "command_buffer/tests/gl_program_unittest.cc", |
| 128 "command_buffer/tests/gl_query_unittest.cc", | 128 "command_buffer/tests/gl_query_unittest.cc", |
| 129 "command_buffer/tests/gl_readback_unittest.cc", | 129 "command_buffer/tests/gl_readback_unittest.cc", |
| 130 "command_buffer/tests/gl_request_extension_unittest.cc", |
| 130 "command_buffer/tests/gl_shared_resources_unittest.cc", | 131 "command_buffer/tests/gl_shared_resources_unittest.cc", |
| 131 "command_buffer/tests/gl_stream_draw_unittest.cc", | 132 "command_buffer/tests/gl_stream_draw_unittest.cc", |
| 132 "command_buffer/tests/gl_test_utils.cc", | 133 "command_buffer/tests/gl_test_utils.cc", |
| 133 "command_buffer/tests/gl_test_utils.h", | 134 "command_buffer/tests/gl_test_utils.h", |
| 134 "command_buffer/tests/gl_tests_main.cc", | 135 "command_buffer/tests/gl_tests_main.cc", |
| 135 "command_buffer/tests/gl_texture_mailbox_unittest.cc", | 136 "command_buffer/tests/gl_texture_mailbox_unittest.cc", |
| 136 "command_buffer/tests/gl_texture_storage_unittest.cc", | 137 "command_buffer/tests/gl_texture_storage_unittest.cc", |
| 137 "command_buffer/tests/gl_unittest.cc", | 138 "command_buffer/tests/gl_unittest.cc", |
| 138 "command_buffer/tests/gl_unittests_android.cc", | 139 "command_buffer/tests/gl_unittests_android.cc", |
| 139 "command_buffer/tests/gl_virtual_contexts_unittest.cc", | 140 "command_buffer/tests/gl_virtual_contexts_unittest.cc", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "//base", | 306 "//base", |
| 306 "//base/test:test_support", | 307 "//base/test:test_support", |
| 307 "//gpu/command_buffer/service", | 308 "//gpu/command_buffer/service", |
| 308 "//testing/gmock", | 309 "//testing/gmock", |
| 309 "//testing/gtest", | 310 "//testing/gtest", |
| 310 "//testing/perf", | 311 "//testing/perf", |
| 311 "//ui/gfx/geometry", | 312 "//ui/gfx/geometry", |
| 312 "//ui/gl", | 313 "//ui/gl", |
| 313 ] | 314 ] |
| 314 } | 315 } |
| OLD | NEW |