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

Side by Side Diff: gyp/tests.gypi

Issue 1310843007: Various minor cross-platform changes (Closed) Base URL: https://chromium.googlesource.com/skia@master
Patch Set: Created 5 years, 3 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 | src/gpu/GrGpu.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }], 45 }],
46 [ 'skia_gpu_extra_tests_path', { 46 [ 'skia_gpu_extra_tests_path', {
47 'sources': [ 47 'sources': [
48 '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")', 48 '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")',
49 ], 49 ],
50 }], 50 }],
51 ], 51 ],
52 'sources': [ 52 'sources': [
53 '../tests/Test.h', 53 '../tests/Test.h',
54 '<!@(python find.py ../tests "*.c*")', 54 '<!@(python find.py ../tests "*.c*")',
55 '<!@(python find.py ../../tests "*.c*")',
egdaniel 2015/08/31 19:37:06 you can simply use the skia_gpu_extra_tests_path a
55 '../src/utils/debugger/SkDrawCommand.h', 56 '../src/utils/debugger/SkDrawCommand.h',
56 '../src/utils/debugger/SkDrawCommand.cpp', 57 '../src/utils/debugger/SkDrawCommand.cpp',
57 '../src/utils/debugger/SkDebugCanvas.h', 58 '../src/utils/debugger/SkDebugCanvas.h',
58 '../src/utils/debugger/SkDebugCanvas.cpp', 59 '../src/utils/debugger/SkDebugCanvas.cpp',
59 '../src/utils/debugger/SkObjectParser.h', 60 '../src/utils/debugger/SkObjectParser.h',
60 '../src/utils/debugger/SkObjectParser.cpp', 61 '../src/utils/debugger/SkObjectParser.cpp',
61 '../src/pipe/utils/SamplePipeControllers.cpp', 62 '../src/pipe/utils/SamplePipeControllers.cpp',
62 ], 63 ],
63 'sources!': [ 64 'sources!': [
64 '../tests/SkpSkGrTest.cpp', 65 '../tests/SkpSkGrTest.cpp',
65 '../tests/skia_test.cpp', 66 '../tests/skia_test.cpp',
66 '../tests/PathOpsAngleIdeas.cpp', 67 '../tests/PathOpsAngleIdeas.cpp',
67 '../tests/PathOpsBattles.cpp', 68 '../tests/PathOpsBattles.cpp',
68 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', 69 '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
69 '../tests/PathOpsDebug.cpp', 70 '../tests/PathOpsDebug.cpp',
70 '../tests/PathOpsOpLoopThreadedTest.cpp', 71 '../tests/PathOpsOpLoopThreadedTest.cpp',
71 '../tests/PathOpsSkpClipTest.cpp', 72 '../tests/PathOpsSkpClipTest.cpp',
72 ], 73 ],
73 } 74 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrGpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698