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

Side by Side Diff: gpu/BUILD.gn

Issue 169603002: Add initial support for NV_path_rendering extension to gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comment Created 6 years, 3 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 | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_path_rendering.txt » ('j') | 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 # 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//testing/gtest", 63 "//testing/gtest",
64 "//ui/gl:gl_unittest_utils", 64 "//ui/gl:gl_unittest_utils",
65 ] 65 ]
66 } 66 }
67 67
68 test("gl_tests") { 68 test("gl_tests") {
69 sources = [ 69 sources = [
70 "command_buffer/tests/compressed_texture_test.cc", 70 "command_buffer/tests/compressed_texture_test.cc",
71 "command_buffer/tests/gl_bind_uniform_location_unittest.cc", 71 "command_buffer/tests/gl_bind_uniform_location_unittest.cc",
72 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc", 72 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc",
73 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc",
73 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc", 74 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
74 "command_buffer/tests/gl_depth_texture_unittest.cc", 75 "command_buffer/tests/gl_depth_texture_unittest.cc",
75 "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc", 76 "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc",
76 "command_buffer/tests/gl_lose_context_chromium_unittest.cc", 77 "command_buffer/tests/gl_lose_context_chromium_unittest.cc",
77 "command_buffer/tests/gl_manager.cc", 78 "command_buffer/tests/gl_manager.cc",
78 "command_buffer/tests/gl_manager.h", 79 "command_buffer/tests/gl_manager.h",
79 "command_buffer/tests/gl_pointcoord_unittest.cc", 80 "command_buffer/tests/gl_pointcoord_unittest.cc",
80 "command_buffer/tests/gl_program_unittest.cc", 81 "command_buffer/tests/gl_program_unittest.cc",
81 "command_buffer/tests/gl_query_unittest.cc", 82 "command_buffer/tests/gl_query_unittest.cc",
82 "command_buffer/tests/gl_readback_unittest.cc", 83 "command_buffer/tests/gl_readback_unittest.cc",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 ] 246 ]
246 247
247 deps = [ 248 deps = [
248 "//base", 249 "//base",
249 "//base/third_party/dynamic_annotations", 250 "//base/third_party/dynamic_annotations",
250 "//testing/gmock", 251 "//testing/gmock",
251 "//testing/gtest", 252 "//testing/gtest",
252 "//third_party/angle:translator_static", 253 "//third_party/angle:translator_static",
253 ] 254 ]
254 } 255 }
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_path_rendering.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698