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

Side by Side Diff: gn/tests.gni

Issue 2509673002: Revert of added support for push_constant layout (Closed) Base URL: https://skia.googlesource.com/skia@master
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 | src/sksl/SkSLMemoryLayout.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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "$_tests/SkImageTest.cpp", 196 "$_tests/SkImageTest.cpp",
197 "$_tests/SkLinearBitmapPipelineTest.cpp", 197 "$_tests/SkLinearBitmapPipelineTest.cpp",
198 "$_tests/SkLiteDLTest.cpp", 198 "$_tests/SkLiteDLTest.cpp",
199 "$_tests/SkNxTest.cpp", 199 "$_tests/SkNxTest.cpp",
200 "$_tests/SkPEGTest.cpp", 200 "$_tests/SkPEGTest.cpp",
201 "$_tests/SkRasterPipelineTest.cpp", 201 "$_tests/SkRasterPipelineTest.cpp",
202 "$_tests/SkResourceCacheTest.cpp", 202 "$_tests/SkResourceCacheTest.cpp",
203 "$_tests/SkSharedMutexTest.cpp", 203 "$_tests/SkSharedMutexTest.cpp",
204 "$_tests/SkSLErrorTest.cpp", 204 "$_tests/SkSLErrorTest.cpp",
205 "$_tests/SkSLGLSLTest.cpp", 205 "$_tests/SkSLGLSLTest.cpp",
206 "$_tests/SkSLMemoryLayoutTest.cpp",
207 "$_tests/SmallAllocatorTest.cpp", 206 "$_tests/SmallAllocatorTest.cpp",
208 "$_tests/SortTest.cpp", 207 "$_tests/SortTest.cpp",
209 "$_tests/SpecialImageTest.cpp", 208 "$_tests/SpecialImageTest.cpp",
210 "$_tests/SpecialSurfaceTest.cpp", 209 "$_tests/SpecialSurfaceTest.cpp",
211 "$_tests/SrcOverTest.cpp", 210 "$_tests/SrcOverTest.cpp",
212 "$_tests/SRGBMipMapTest.cpp", 211 "$_tests/SRGBMipMapTest.cpp",
213 "$_tests/SRGBReadWritePixelsTest.cpp", 212 "$_tests/SRGBReadWritePixelsTest.cpp",
214 "$_tests/SRGBTest.cpp", 213 "$_tests/SRGBTest.cpp",
215 "$_tests/StreamTest.cpp", 214 "$_tests/StreamTest.cpp",
216 "$_tests/StringTest.cpp", 215 "$_tests/StringTest.cpp",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "$_tests/PathOpsSimplifyTest.cpp", 299 "$_tests/PathOpsSimplifyTest.cpp",
301 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp", 300 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
302 "$_tests/PathOpsSkpTest.cpp", 301 "$_tests/PathOpsSkpTest.cpp",
303 "$_tests/PathOpsTestCommon.cpp", 302 "$_tests/PathOpsTestCommon.cpp",
304 "$_tests/PathOpsThreadedCommon.cpp", 303 "$_tests/PathOpsThreadedCommon.cpp",
305 "$_tests/PathOpsThreeWayTest.cpp", 304 "$_tests/PathOpsThreeWayTest.cpp",
306 "$_tests/PathOpsTigerTest.cpp", 305 "$_tests/PathOpsTigerTest.cpp",
307 "$_tests/PathOpsTightBoundsTest.cpp", 306 "$_tests/PathOpsTightBoundsTest.cpp",
308 "$_tests/PathOpsTypesTest.cpp", 307 "$_tests/PathOpsTypesTest.cpp",
309 ] 308 ]
OLDNEW
« no previous file with comments | « no previous file | src/sksl/SkSLMemoryLayout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698