| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "command_buffer/tests/gl_bind_uniform_location_unittest.cc", | 154 "command_buffer/tests/gl_bind_uniform_location_unittest.cc", |
| 155 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc", | 155 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc", |
| 156 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc", | 156 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc", |
| 157 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc", | 157 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc", |
| 158 "command_buffer/tests/gl_clear_framebuffer_unittest.cc", | 158 "command_buffer/tests/gl_clear_framebuffer_unittest.cc", |
| 159 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc", | 159 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc", |
| 160 "command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc", | 160 "command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc", |
| 161 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc", | 161 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc", |
| 162 "command_buffer/tests/gl_cube_map_texture_unittest.cc", | 162 "command_buffer/tests/gl_cube_map_texture_unittest.cc", |
| 163 "command_buffer/tests/gl_depth_texture_unittest.cc", | 163 "command_buffer/tests/gl_depth_texture_unittest.cc", |
| 164 "command_buffer/tests/gl_deschedule_unittest.cc", |
| 164 "command_buffer/tests/gl_dynamic_config_unittest.cc", | 165 "command_buffer/tests/gl_dynamic_config_unittest.cc", |
| 165 "command_buffer/tests/gl_ext_blend_func_extended_unittest.cc", | 166 "command_buffer/tests/gl_ext_blend_func_extended_unittest.cc", |
| 166 "command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc", | 167 "command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc", |
| 167 "command_buffer/tests/gl_ext_srgb_unittest.cc", | 168 "command_buffer/tests/gl_ext_srgb_unittest.cc", |
| 168 "command_buffer/tests/gl_fence_sync_unittest.cc", | 169 "command_buffer/tests/gl_fence_sync_unittest.cc", |
| 169 "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc", | 170 "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc", |
| 170 "command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc", | 171 "command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc", |
| 171 "command_buffer/tests/gl_lose_context_chromium_unittest.cc", | 172 "command_buffer/tests/gl_lose_context_chromium_unittest.cc", |
| 172 "command_buffer/tests/gl_manager.cc", | 173 "command_buffer/tests/gl_manager.cc", |
| 173 "command_buffer/tests/gl_manager.h", | 174 "command_buffer/tests/gl_manager.h", |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "//testing/gtest", | 391 "//testing/gtest", |
| 391 "//testing/perf", | 392 "//testing/perf", |
| 392 "//ui/gfx/geometry", | 393 "//ui/gfx/geometry", |
| 393 "//ui/gl", | 394 "//ui/gl", |
| 394 "//ui/gl/init", | 395 "//ui/gl/init", |
| 395 ] | 396 ] |
| 396 | 397 |
| 397 # This target should not require the Chrome executable to run. | 398 # This target should not require the Chrome executable to run. |
| 398 assert_no_deps = [ "//chrome" ] | 399 assert_no_deps = [ "//chrome" ] |
| 399 } | 400 } |
| OLD | NEW |