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

Side by Side Diff: gyp/tests.gypi

Issue 442883002: Fix bad gypi (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Attempt to fix issue Created 6 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Common gypi for unit tests. 1 # Common gypi for unit tests.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../src/core', 4 '../src/core',
5 '../src/effects', 5 '../src/effects',
6 '../src/image', 6 '../src/image',
7 '../src/lazy', 7 '../src/lazy',
8 '../src/images', 8 '../src/images',
9 '../src/pathops', 9 '../src/pathops',
10 '../src/pdf', 10 '../src/pdf',
11 '../src/pipe/utils', 11 '../src/pipe/utils',
12 '../src/utils', 12 '../src/utils',
13 '../src/utils/debugger', 13 '../src/utils/debugger',
14 14
15 # Needed for TDStackNesterTest. 15 # Needed for TDStackNesterTest.
16 '../experimental/PdfViewer', 16 '../experimental/PdfViewer',
17 '../experimental/PdfViewer/src', 17 '../experimental/PdfViewer/src',
18 ], 18 ],
19 'dependencies': [ 19 'dependencies': [
20 'experimental.gyp:experimental', 20 'experimental.gyp:experimental',
21 'flags.gyp:flags_common', 21 'flags.gyp:flags_common',
22 'pdf.gyp:pdf', 22 'pdf.gyp:pdf',
23 'skia_lib.gyp:skia_lib', 23 'skia_lib.gyp:skia_lib',
24 'tools.gyp:picture_utils', 24 'tools.gyp:picture_utils',
25 'tools.gyp:resources', 25 'tools.gyp:resources',
26 'tools.gyp:sk_tool_utils', 26 'tools.gyp:sk_tool_utils',
27 ], 27 ],
28 'conditions': [ 28 'conditions': [
29 [ 'skia_os == "android"', { 29 [ 'skia_os == "android"', {
30 'dependencies': [
31 'ports.gyp:ports',
32 ],
33 'include_dirs': [ 30 'include_dirs': [
34 '../src/ports', 31 '../src/ports',
35 ], 32 ],
36 'sources': [ 33 'sources': [
37 '../tests/FontConfigParser.cpp', 34 '../tests/FontConfigParser.cpp',
38 ], 35 ],
39 }], 36 }],
40 [ 'skia_android_framework == 1', { 37 [ 'skia_android_framework == 1', {
41 'libraries': [ 38 'libraries': [
42 '-ldl', 39 '-ldl',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '../src/utils/debugger/SkObjectParser.h', 214 '../src/utils/debugger/SkObjectParser.h',
218 '../src/utils/debugger/SkObjectParser.cpp', 215 '../src/utils/debugger/SkObjectParser.cpp',
219 216
220 '../tests/PipeTest.cpp', 217 '../tests/PipeTest.cpp',
221 '../src/pipe/utils/SamplePipeControllers.cpp', 218 '../src/pipe/utils/SamplePipeControllers.cpp',
222 219
223 '../tests/TDStackNesterTest.cpp', 220 '../tests/TDStackNesterTest.cpp',
224 '../experimental/PdfViewer/src/SkTDStackNester.h', 221 '../experimental/PdfViewer/src/SkTDStackNester.h',
225 ], 222 ],
226 } 223 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698