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

Side by Side Diff: gyp/tests.gypi

Issue 1278403006: SkPDF: clean up overuse of SK_SUPPORT_PDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-11 (Tuesday) 16:25:36 EDT 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 | « no previous file | tests/AnnotationTest.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 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 22 matching lines...) Expand all
33 'sources!': [ '../tests/FontMgrAndroidParserTest.cpp', ], 33 'sources!': [ '../tests/FontMgrAndroidParserTest.cpp', ],
34 }], 34 }],
35 [ 'skia_android_framework == 1', { 35 [ 'skia_android_framework == 1', {
36 'libraries': [ 36 'libraries': [
37 '-ldl', 37 '-ldl',
38 ], 38 ],
39 }], 39 }],
40 [ 'not skia_pdf', { 40 [ 'not skia_pdf', {
41 'dependencies!': [ 'pdf.gyp:pdf' ], 41 'dependencies!': [ 'pdf.gyp:pdf' ],
42 'dependencies': [ 'pdf.gyp:nopdf' ], 42 'dependencies': [ 'pdf.gyp:nopdf' ],
43 'sources!': [ '<!@(python find.py ../tests "PDF*.c*")', ],
43 }], 44 }],
44 ], 45 ],
45 'sources': [ 46 'sources': [
46 '../tests/Test.h', 47 '../tests/Test.h',
47 '<!@(python find.py ../tests "*.c*")', 48 '<!@(python find.py ../tests "*.c*")',
48 '../src/utils/debugger/SkDrawCommand.h', 49 '../src/utils/debugger/SkDrawCommand.h',
49 '../src/utils/debugger/SkDrawCommand.cpp', 50 '../src/utils/debugger/SkDrawCommand.cpp',
50 '../src/utils/debugger/SkDebugCanvas.h', 51 '../src/utils/debugger/SkDebugCanvas.h',
51 '../src/utils/debugger/SkDebugCanvas.cpp', 52 '../src/utils/debugger/SkDebugCanvas.cpp',
52 '../src/utils/debugger/SkObjectParser.h', 53 '../src/utils/debugger/SkObjectParser.h',
53 '../src/utils/debugger/SkObjectParser.cpp', 54 '../src/utils/debugger/SkObjectParser.cpp',
54 '../src/pipe/utils/SamplePipeControllers.cpp', 55 '../src/pipe/utils/SamplePipeControllers.cpp',
55 ], 56 ],
56 'sources!': [ 57 'sources!': [
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 | « no previous file | tests/AnnotationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698