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

Side by Side Diff: gpu/BUILD.gn

Issue 2164723003: Fix gpu mipmap support on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restrict fix to ES3 Created 4 years, 5 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/command_buffer/tests/gl_bgra_mipmap_unittest.cc » ('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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "//testing/gmock", 145 "//testing/gmock",
146 "//testing/gtest", 146 "//testing/gtest",
147 "//ui/gl:gl_unittest_utils", 147 "//ui/gl:gl_unittest_utils",
148 ] 148 ]
149 } 149 }
150 150
151 test("gl_tests") { 151 test("gl_tests") {
152 sources = [ 152 sources = [
153 "command_buffer/tests/compressed_texture_test.cc", 153 "command_buffer/tests/compressed_texture_test.cc",
154 "command_buffer/tests/es3_misc_functions_unittest.cc", 154 "command_buffer/tests/es3_misc_functions_unittest.cc",
155 "command_buffer/tests/gl_bgra_mipmap_unittest.cc",
155 "command_buffer/tests/gl_bind_uniform_location_unittest.cc", 156 "command_buffer/tests/gl_bind_uniform_location_unittest.cc",
156 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc", 157 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc",
157 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc", 158 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc",
158 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc", 159 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc",
159 "command_buffer/tests/gl_clear_framebuffer_unittest.cc", 160 "command_buffer/tests/gl_clear_framebuffer_unittest.cc",
160 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc", 161 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc",
161 "command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc", 162 "command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc",
162 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc", 163 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
163 "command_buffer/tests/gl_cube_map_texture_unittest.cc", 164 "command_buffer/tests/gl_cube_map_texture_unittest.cc",
164 "command_buffer/tests/gl_depth_texture_unittest.cc", 165 "command_buffer/tests/gl_depth_texture_unittest.cc",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "//ui/gfx/geometry", 421 "//ui/gfx/geometry",
421 "//ui/gl", 422 "//ui/gl",
422 "//ui/gl:test_support", 423 "//ui/gl:test_support",
423 ] 424 ]
424 425
425 libfuzzer_options = [ 426 libfuzzer_options = [
426 "max_len=16384", 427 "max_len=16384",
427 "use_traces=1", 428 "use_traces=1",
428 ] 429 ]
429 } 430 }
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/tests/gl_bgra_mipmap_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698