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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 2373533002: add tiger tests (Closed)
Patch Set: oops forgot to add the test Created 4 years, 2 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 | tests/PathOpsSimplifyTest.cpp » ('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 2015 Google Inc. 1 # Copyright 2015 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 # Common gypi for pathops unit tests. 5 # Common gypi for pathops unit tests.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../include/private', 8 '../include/private',
9 '../src/core', 9 '../src/core',
10 '../src/effects', 10 '../src/effects',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '../tests/PathOpsSimplifyFailTest.cpp', 60 '../tests/PathOpsSimplifyFailTest.cpp',
61 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', 61 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
62 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', 62 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
63 '../tests/PathOpsSimplifyRectThreadedTest.cpp', 63 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
64 '../tests/PathOpsSimplifyTest.cpp', 64 '../tests/PathOpsSimplifyTest.cpp',
65 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', 65 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
66 '../tests/PathOpsSkpTest.cpp', 66 '../tests/PathOpsSkpTest.cpp',
67 '../tests/PathOpsTestCommon.cpp', 67 '../tests/PathOpsTestCommon.cpp',
68 '../tests/PathOpsThreadedCommon.cpp', 68 '../tests/PathOpsThreadedCommon.cpp',
69 '../tests/PathOpsThreeWayTest.cpp', 69 '../tests/PathOpsThreeWayTest.cpp',
70 '../tests/PathOpsTigerTest.cpp',
70 '../tests/PathOpsTightBoundsTest.cpp', 71 '../tests/PathOpsTightBoundsTest.cpp',
71 '../tests/PathOpsTypesTest.cpp', 72 '../tests/PathOpsTypesTest.cpp',
72 '../tests/SubsetPath.cpp', 73 '../tests/SubsetPath.cpp',
73 74
74 '../tests/PathOpsCubicIntersectionTestData.h', 75 '../tests/PathOpsCubicIntersectionTestData.h',
75 '../tests/PathOpsExtendedTest.h', 76 '../tests/PathOpsExtendedTest.h',
76 '../tests/PathOpsQuadIntersectionTestData.h', 77 '../tests/PathOpsQuadIntersectionTestData.h',
77 '../tests/PathOpsTestCommon.h', 78 '../tests/PathOpsTestCommon.h',
78 '../tests/PathOpsThreadedCommon.h', 79 '../tests/PathOpsThreadedCommon.h',
79 '../tests/PathOpsTSectDebug.h', 80 '../tests/PathOpsTSectDebug.h',
80 '../tests/SubsetPath.h', 81 '../tests/SubsetPath.h',
81 ], 82 ],
82 } 83 }
OLDNEW
« no previous file with comments | « no previous file | tests/PathOpsSimplifyTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698