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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 2356363003: fix tiger b (Closed)
Patch Set: reset debug flags 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 | src/pathops/SkOpAngle.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 11 matching lines...) Expand all
22 '../tests/Test.cpp', 22 '../tests/Test.cpp',
23 '../tests/Test.h', 23 '../tests/Test.h',
24 24
25 '../tests/PathOpsAngleTest.cpp', 25 '../tests/PathOpsAngleTest.cpp',
26 '../tests/PathOpsBoundsTest.cpp', 26 '../tests/PathOpsBoundsTest.cpp',
27 '../tests/PathOpsBuilderConicTest.cpp', 27 '../tests/PathOpsBuilderConicTest.cpp',
28 '../tests/PathOpsBuilderTest.cpp', 28 '../tests/PathOpsBuilderTest.cpp',
29 '../tests/PathOpsBuildUseTest.cpp', 29 '../tests/PathOpsBuildUseTest.cpp',
30 '../tests/PathOpsConicIntersectionTest.cpp', 30 '../tests/PathOpsConicIntersectionTest.cpp',
31 '../tests/PathOpsConicLineIntersectionTest.cpp', 31 '../tests/PathOpsConicLineIntersectionTest.cpp',
32 '../tests/PathOpsConicQuadIntersectionTest.cpp',
32 '../tests/PathOpsCubicConicIntersectionTest.cpp', 33 '../tests/PathOpsCubicConicIntersectionTest.cpp',
33 '../tests/PathOpsCubicIntersectionTest.cpp', 34 '../tests/PathOpsCubicIntersectionTest.cpp',
34 '../tests/PathOpsCubicIntersectionTestData.cpp', 35 '../tests/PathOpsCubicIntersectionTestData.cpp',
35 '../tests/PathOpsCubicLineIntersectionTest.cpp', 36 '../tests/PathOpsCubicLineIntersectionTest.cpp',
36 '../tests/PathOpsCubicQuadIntersectionTest.cpp', 37 '../tests/PathOpsCubicQuadIntersectionTest.cpp',
37 '../tests/PathOpsCubicReduceOrderTest.cpp', 38 '../tests/PathOpsCubicReduceOrderTest.cpp',
38 '../tests/PathOpsDCubicTest.cpp', 39 '../tests/PathOpsDCubicTest.cpp',
39 '../tests/PathOpsDLineTest.cpp', 40 '../tests/PathOpsDLineTest.cpp',
40 '../tests/PathOpsDPointTest.cpp', 41 '../tests/PathOpsDPointTest.cpp',
41 '../tests/PathOpsDRectTest.cpp', 42 '../tests/PathOpsDRectTest.cpp',
(...skipping 30 matching lines...) Expand all
72 73
73 '../tests/PathOpsCubicIntersectionTestData.h', 74 '../tests/PathOpsCubicIntersectionTestData.h',
74 '../tests/PathOpsExtendedTest.h', 75 '../tests/PathOpsExtendedTest.h',
75 '../tests/PathOpsQuadIntersectionTestData.h', 76 '../tests/PathOpsQuadIntersectionTestData.h',
76 '../tests/PathOpsTestCommon.h', 77 '../tests/PathOpsTestCommon.h',
77 '../tests/PathOpsThreadedCommon.h', 78 '../tests/PathOpsThreadedCommon.h',
78 '../tests/PathOpsTSectDebug.h', 79 '../tests/PathOpsTSectDebug.h',
79 '../tests/SubsetPath.h', 80 '../tests/SubsetPath.h',
80 ], 81 ],
81 } 82 }
OLDNEW
« no previous file with comments | « no previous file | src/pathops/SkOpAngle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698