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

Side by Side Diff: gyp/tests.gypi

Issue 1920423002: Prototype code that turns any/every flattenable into JSON (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix copyright dates in new files 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/skiaserve.gyp ('k') | include/core/SkBitmap.h » ('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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ], 43 ],
44 }], 44 }],
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 '../tests/Test.h', 47 '../tests/Test.h',
48 '<!@(python find.py ../tests "*.c*")', 48 '<!@(python find.py ../tests "*.c*")',
49 '../tools/debugger/SkDrawCommand.h', 49 '../tools/debugger/SkDrawCommand.h',
50 '../tools/debugger/SkDrawCommand.cpp', 50 '../tools/debugger/SkDrawCommand.cpp',
51 '../tools/debugger/SkDebugCanvas.h', 51 '../tools/debugger/SkDebugCanvas.h',
52 '../tools/debugger/SkDebugCanvas.cpp', 52 '../tools/debugger/SkDebugCanvas.cpp',
53 '../tools/debugger/SkJsonWriteBuffer.h',
54 '../tools/debugger/SkJsonWriteBuffer.cpp',
53 '../tools/debugger/SkObjectParser.h', 55 '../tools/debugger/SkObjectParser.h',
54 '../tools/debugger/SkObjectParser.cpp', 56 '../tools/debugger/SkObjectParser.cpp',
55 '../tools/debugger/SkOverdrawMode.h', 57 '../tools/debugger/SkOverdrawMode.h',
56 '../tools/debugger/SkOverdrawMode.cpp', 58 '../tools/debugger/SkOverdrawMode.cpp',
57 ], 59 ],
58 'sources!': [ 60 'sources!': [
59 '../tests/SkpSkGrTest.cpp', 61 '../tests/SkpSkGrTest.cpp',
60 '../tests/skia_test.cpp', 62 '../tests/skia_test.cpp',
61 '../tests/PathOpsAngleIdeas.cpp', 63 '../tests/PathOpsAngleIdeas.cpp',
62 '../tests/PathOpsBattles.cpp', 64 '../tests/PathOpsBattles.cpp',
63 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', 65 '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
64 '../tests/PathOpsDebug.cpp', 66 '../tests/PathOpsDebug.cpp',
65 '../tests/PathOpsOpLoopThreadedTest.cpp', 67 '../tests/PathOpsOpLoopThreadedTest.cpp',
66 '../tests/PathOpsSkpClipTest.cpp', 68 '../tests/PathOpsSkpClipTest.cpp',
67 ], 69 ],
68 } 70 }
OLDNEW
« no previous file with comments | « gyp/skiaserve.gyp ('k') | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698