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

Side by Side Diff: gn/tests.gni

Issue 2502923003: Add IORef capability to GrSurfaceProxy objects - take 2 (Closed)
Patch Set: Fixed bug in transferRefs 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 | include/gpu/GrGpuResource.h » ('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 2016 Google Inc. 1 # Copyright 2016 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # Things are easiest for everyone if these source paths are absolute. 6 # Things are easiest for everyone if these source paths are absolute.
7 _tests = get_path_info("../tests", "abspath") 7 _tests = get_path_info("../tests", "abspath")
8 8
9 tests_sources = [ 9 tests_sources = [
10 "$_tests/AAClipTest.cpp", 10 "$_tests/AAClipTest.cpp",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "$_tests/PictureBBHTest.cpp", 151 "$_tests/PictureBBHTest.cpp",
152 "$_tests/PictureShaderTest.cpp", 152 "$_tests/PictureShaderTest.cpp",
153 "$_tests/PictureTest.cpp", 153 "$_tests/PictureTest.cpp",
154 "$_tests/PipeTest.cpp", 154 "$_tests/PipeTest.cpp",
155 "$_tests/PixelRefTest.cpp", 155 "$_tests/PixelRefTest.cpp",
156 "$_tests/Point3Test.cpp", 156 "$_tests/Point3Test.cpp",
157 "$_tests/PointTest.cpp", 157 "$_tests/PointTest.cpp",
158 "$_tests/PremulAlphaRoundTripTest.cpp", 158 "$_tests/PremulAlphaRoundTripTest.cpp",
159 "$_tests/PrimitiveProcessorTest.cpp", 159 "$_tests/PrimitiveProcessorTest.cpp",
160 "$_tests/ProxyConversionTest.cpp", 160 "$_tests/ProxyConversionTest.cpp",
161 "$_tests/ProxyRefTest.cpp",
161 "$_tests/ProxyTest.cpp", 162 "$_tests/ProxyTest.cpp",
162 "$_tests/QuickRejectTest.cpp", 163 "$_tests/QuickRejectTest.cpp",
163 "$_tests/RandomTest.cpp", 164 "$_tests/RandomTest.cpp",
164 "$_tests/Reader32Test.cpp", 165 "$_tests/Reader32Test.cpp",
165 "$_tests/ReadPixelsTest.cpp", 166 "$_tests/ReadPixelsTest.cpp",
166 "$_tests/ReadWriteAlphaTest.cpp", 167 "$_tests/ReadWriteAlphaTest.cpp",
167 "$_tests/RecordDrawTest.cpp", 168 "$_tests/RecordDrawTest.cpp",
168 "$_tests/RecorderTest.cpp", 169 "$_tests/RecorderTest.cpp",
169 "$_tests/RecordingXfermodeTest.cpp", 170 "$_tests/RecordingXfermodeTest.cpp",
170 "$_tests/RecordOptsTest.cpp", 171 "$_tests/RecordOptsTest.cpp",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "$_tests/PathOpsSimplifyTest.cpp", 301 "$_tests/PathOpsSimplifyTest.cpp",
301 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp", 302 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
302 "$_tests/PathOpsSkpTest.cpp", 303 "$_tests/PathOpsSkpTest.cpp",
303 "$_tests/PathOpsTestCommon.cpp", 304 "$_tests/PathOpsTestCommon.cpp",
304 "$_tests/PathOpsThreadedCommon.cpp", 305 "$_tests/PathOpsThreadedCommon.cpp",
305 "$_tests/PathOpsThreeWayTest.cpp", 306 "$_tests/PathOpsThreeWayTest.cpp",
306 "$_tests/PathOpsTigerTest.cpp", 307 "$_tests/PathOpsTigerTest.cpp",
307 "$_tests/PathOpsTightBoundsTest.cpp", 308 "$_tests/PathOpsTightBoundsTest.cpp",
308 "$_tests/PathOpsTypesTest.cpp", 309 "$_tests/PathOpsTypesTest.cpp",
309 ] 310 ]
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrGpuResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698