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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 1265443002: add -Iinclude/private anywhere we have -Isrc/core (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « gyp/pathops_skpclip.gyp ('k') | gyp/pdf.gyp » ('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 '../src/core', 9 '../src/core',
9 '../src/effects', 10 '../src/effects',
10 '../src/lazy', 11 '../src/lazy',
11 '../src/pathops', 12 '../src/pathops',
12 '../src/pipe/utils', 13 '../src/pipe/utils',
13 '../src/utils', 14 '../src/utils',
14 ], 15 ],
15 'dependencies': [ 16 'dependencies': [
16 'flags.gyp:flags', 17 'flags.gyp:flags',
17 'skia_lib.gyp:skia_lib', 18 'skia_lib.gyp:skia_lib',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../tests/PathOpsSimplifyFailTest.cpp', 57 '../tests/PathOpsSimplifyFailTest.cpp',
57 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', 58 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
58 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', 59 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
59 '../tests/PathOpsSimplifyRectThreadedTest.cpp', 60 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
60 '../tests/PathOpsSimplifyTest.cpp', 61 '../tests/PathOpsSimplifyTest.cpp',
61 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', 62 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
62 '../tests/PathOpsSkpTest.cpp', 63 '../tests/PathOpsSkpTest.cpp',
63 '../tests/PathOpsTestCommon.cpp', 64 '../tests/PathOpsTestCommon.cpp',
64 '../tests/PathOpsThreadedCommon.cpp', 65 '../tests/PathOpsThreadedCommon.cpp',
65 '../tests/PathOpsThreeWayTest.cpp', 66 '../tests/PathOpsThreeWayTest.cpp',
66 '../tests/PathOpsTightBoundsTest.cpp', 67 '../tests/PathOpsTightBoundsTest.cpp',
67 '../tests/PathOpsTypesTest.cpp', 68 '../tests/PathOpsTypesTest.cpp',
68 69
69 '../tests/PathOpsCubicIntersectionTestData.h', 70 '../tests/PathOpsCubicIntersectionTestData.h',
70 '../tests/PathOpsExtendedTest.h', 71 '../tests/PathOpsExtendedTest.h',
71 '../tests/PathOpsQuadIntersectionTestData.h', 72 '../tests/PathOpsQuadIntersectionTestData.h',
72 '../tests/PathOpsTestCommon.h', 73 '../tests/PathOpsTestCommon.h',
73 '../tests/PathOpsThreadedCommon.h', 74 '../tests/PathOpsThreadedCommon.h',
74 '../tests/PathOpsTSectDebug.h', 75 '../tests/PathOpsTSectDebug.h',
75 ], 76 ],
76 } 77 }
OLDNEW
« no previous file with comments | « gyp/pathops_skpclip.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698