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

Side by Side Diff: gpu/BUILD.gn

Issue 2451803002: Revert of gpu, cmaa: add glApplyScreenSpaceAntialiasingCHROMIUM unittests (Closed)
Patch Set: Created 4 years, 1 month 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_screen_space_antialiasing.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 import("//testing/libfuzzer/fuzzer_test.gni") 5 import("//testing/libfuzzer/fuzzer_test.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 config("gpu_implementation") { 9 config("gpu_implementation") {
10 defines = [ "GPU_IMPLEMENTATION" ] 10 defines = [ "GPU_IMPLEMENTATION" ]
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "//testing/gmock", 114 "//testing/gmock",
115 "//testing/gtest", 115 "//testing/gtest",
116 "//ui/gl:gl_unittest_utils", 116 "//ui/gl:gl_unittest_utils",
117 ] 117 ]
118 } 118 }
119 119
120 test("gl_tests") { 120 test("gl_tests") {
121 sources = [ 121 sources = [
122 "command_buffer/tests/compressed_texture_test.cc", 122 "command_buffer/tests/compressed_texture_test.cc",
123 "command_buffer/tests/es3_misc_functions_unittest.cc", 123 "command_buffer/tests/es3_misc_functions_unittest.cc",
124 "command_buffer/tests/gl_apply_screen_space_antialiasing_CHROMIUM_unittest.c c",
125 "command_buffer/tests/gl_bgra_mipmap_unittest.cc", 124 "command_buffer/tests/gl_bgra_mipmap_unittest.cc",
126 "command_buffer/tests/gl_bind_uniform_location_unittest.cc", 125 "command_buffer/tests/gl_bind_uniform_location_unittest.cc",
127 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc", 126 "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc",
128 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc", 127 "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc",
129 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc", 128 "command_buffer/tests/gl_chromium_path_rendering_unittest.cc",
130 "command_buffer/tests/gl_clear_framebuffer_unittest.cc", 129 "command_buffer/tests/gl_clear_framebuffer_unittest.cc",
131 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc", 130 "command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc",
132 "command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc", 131 "command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc",
133 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc", 132 "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
134 "command_buffer/tests/gl_cube_map_texture_unittest.cc", 133 "command_buffer/tests/gl_cube_map_texture_unittest.cc",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "//ui/gfx/geometry", 386 "//ui/gfx/geometry",
388 "//ui/gl", 387 "//ui/gl",
389 "//ui/gl:test_support", 388 "//ui/gl:test_support",
390 ] 389 ]
391 390
392 libfuzzer_options = [ 391 libfuzzer_options = [
393 "max_len=16384", 392 "max_len=16384",
394 "use_traces=1", 393 "use_traces=1",
395 ] 394 ]
396 } 395 }
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_screen_space_antialiasing.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698