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

Side by Side Diff: gyp/tests.gypi

Issue 1926163002: Delete ChromeOS code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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/sfntly.gyp ('k') | gyp/utils.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 '../include/private',
9 '../src/codec', 9 '../src/codec',
10 '../src/core', 10 '../src/core',
(...skipping 11 matching lines...) Expand all
22 'experimental.gyp:experimental', 22 'experimental.gyp:experimental',
23 'flags.gyp:flags_common', 23 'flags.gyp:flags_common',
24 'pdf.gyp:pdf', 24 'pdf.gyp:pdf',
25 'skia_lib.gyp:skia_lib', 25 'skia_lib.gyp:skia_lib',
26 'tools.gyp:picture_utils', 26 'tools.gyp:picture_utils',
27 'tools.gyp:resources', 27 'tools.gyp:resources',
28 'tools.gyp:sk_tool_utils', 28 'tools.gyp:sk_tool_utils',
29 'zlib.gyp:zlib', 29 'zlib.gyp:zlib',
30 ], 30 ],
31 'conditions': [ 31 'conditions': [
32 [ 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "an droid"]', { 32 [ 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "android"]', {
33 'sources!': [ '../tests/FontMgrAndroidParserTest.cpp', ], 33 'sources!': [ '../tests/FontMgrAndroidParserTest.cpp', ],
34 }], 34 }],
35 [ 'not skia_pdf', { 35 [ 'not skia_pdf', {
36 'dependencies!': [ 'pdf.gyp:pdf', 'zlib.gyp:zlib' ], 36 'dependencies!': [ 'pdf.gyp:pdf', 'zlib.gyp:zlib' ],
37 'dependencies': [ 'pdf.gyp:nopdf' ], 37 'dependencies': [ 'pdf.gyp:nopdf' ],
38 'sources!': [ '<!@(python find.py ../tests "PDF*.c*")', ], 38 'sources!': [ '<!@(python find.py ../tests "PDF*.c*")', ],
39 }], 39 }],
40 [ 'skia_gpu_extra_tests_path', { 40 [ 'skia_gpu_extra_tests_path', {
41 'sources': [ 41 'sources': [
42 '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")', 42 '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")',
(...skipping 16 matching lines...) Expand all
59 '../tests/SkpSkGrTest.cpp', 59 '../tests/SkpSkGrTest.cpp',
60 '../tests/skia_test.cpp', 60 '../tests/skia_test.cpp',
61 '../tests/PathOpsAngleIdeas.cpp', 61 '../tests/PathOpsAngleIdeas.cpp',
62 '../tests/PathOpsBattles.cpp', 62 '../tests/PathOpsBattles.cpp',
63 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', 63 '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
64 '../tests/PathOpsDebug.cpp', 64 '../tests/PathOpsDebug.cpp',
65 '../tests/PathOpsOpLoopThreadedTest.cpp', 65 '../tests/PathOpsOpLoopThreadedTest.cpp',
66 '../tests/PathOpsSkpClipTest.cpp', 66 '../tests/PathOpsSkpClipTest.cpp',
67 ], 67 ],
68 } 68 }
OLDNEW
« no previous file with comments | « gyp/sfntly.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698