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

Side by Side Diff: gpu/BUILD.gn

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase for commit Created 5 years 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_framebuffer_mixed_samples.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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 deps = [ 113 deps = [
114 ":gl_tests", 114 ":gl_tests",
115 ] 115 ]
116 } 116 }
117 117
118 test("gl_tests") { 118 test("gl_tests") {
119 sources = [ 119 sources = [
120 "command_buffer/tests/compressed_texture_test.cc", 120 "command_buffer/tests/compressed_texture_test.cc",
121 "command_buffer/tests/es3_misc_functions_unittest.cc", 121 "command_buffer/tests/es3_misc_functions_unittest.cc",
122 "command_buffer/tests/gl_bind_uniform_location_unittest.cc", 122 "command_buffer/tests/gl_bind_uniform_location_unittest.cc",
123 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc",
123 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc", 124 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc",
124 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc", 125 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc",
125 "command_buffer/tests/gl_clear_framebuffer_unittest.cc", 126 "command_buffer/tests/gl_clear_framebuffer_unittest.cc",
126 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc", 127 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc",
127 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc", 128 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
128 "command_buffer/tests/gl_cube_map_texture_unittest.cc", 129 "command_buffer/tests/gl_cube_map_texture_unittest.cc",
129 "command_buffer/tests/gl_depth_texture_unittest.cc", 130 "command_buffer/tests/gl_depth_texture_unittest.cc",
130 "command_buffer/tests/gl_ext_blend_func_extended_unittest.cc", 131 "command_buffer/tests/gl_ext_blend_func_extended_unittest.cc",
131 "command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc", 132 "command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc",
132 "command_buffer/tests/gl_ext_srgb_unittest.cc", 133 "command_buffer/tests/gl_ext_srgb_unittest.cc",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 if (is_win || is_linux || is_mac) { 348 if (is_win || is_linux || is_mac) {
348 # TODO(GYP): Delete this after we've converted everything to GN. 349 # TODO(GYP): Delete this after we've converted everything to GN.
349 # The _run targets exist only for compatibility w/ GYP. 350 # The _run targets exist only for compatibility w/ GYP.
350 group("angle_end2end_tests_run") { 351 group("angle_end2end_tests_run") {
351 testonly = true 352 testonly = true
352 deps = [ 353 deps = [
353 "//third_party/angle/src/tests:angle_end2end_tests", 354 "//third_party/angle/src/tests:angle_end2end_tests",
354 ] 355 ]
355 } 356 }
356 } 357 }
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698