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

Side by Side Diff: gyp/tests.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/svg.gyp ('k') | gyp/tools.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 unit tests. 5 # Common gypi for unit tests.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../include/private',
8 '../src/codec', 9 '../src/codec',
9 '../src/core', 10 '../src/core',
10 '../src/effects', 11 '../src/effects',
11 '../src/image', 12 '../src/image',
12 '../src/lazy', 13 '../src/lazy',
13 '../src/images', 14 '../src/images',
14 '../src/pathops', 15 '../src/pathops',
15 '../src/pdf', 16 '../src/pdf',
16 '../src/ports', 17 '../src/ports',
17 '../src/pipe/utils', 18 '../src/pipe/utils',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '../tests/SkpSkGrTest.cpp', 58 '../tests/SkpSkGrTest.cpp',
58 '../tests/skia_test.cpp', 59 '../tests/skia_test.cpp',
59 '../tests/PathOpsAngleIdeas.cpp', 60 '../tests/PathOpsAngleIdeas.cpp',
60 '../tests/PathOpsBattles.cpp', 61 '../tests/PathOpsBattles.cpp',
61 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', 62 '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
62 '../tests/PathOpsDebug.cpp', 63 '../tests/PathOpsDebug.cpp',
63 '../tests/PathOpsOpLoopThreadedTest.cpp', 64 '../tests/PathOpsOpLoopThreadedTest.cpp',
64 '../tests/PathOpsSkpClipTest.cpp', 65 '../tests/PathOpsSkpClipTest.cpp',
65 ], 66 ],
66 } 67 }
OLDNEW
« no previous file with comments | « gyp/svg.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698