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

Side by Side Diff: gyp/tests.gypi

Issue 1607253002: Add gpu implementation of OverdrawXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update FP & XP Factory counts Created 4 years, 10 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/gmslides.gypi ('k') | src/effects/SkArithmeticMode.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 '../tests/Test.h', 52 '../tests/Test.h',
53 '<!@(python find.py ../tests "*.c*")', 53 '<!@(python find.py ../tests "*.c*")',
54 '../src/utils/debugger/SkDrawCommand.h', 54 '../src/utils/debugger/SkDrawCommand.h',
55 '../src/utils/debugger/SkDrawCommand.cpp', 55 '../src/utils/debugger/SkDrawCommand.cpp',
56 '../src/utils/debugger/SkDebugCanvas.h', 56 '../src/utils/debugger/SkDebugCanvas.h',
57 '../src/utils/debugger/SkDebugCanvas.cpp', 57 '../src/utils/debugger/SkDebugCanvas.cpp',
58 '../src/utils/debugger/SkObjectParser.h', 58 '../src/utils/debugger/SkObjectParser.h',
59 '../src/utils/debugger/SkObjectParser.cpp', 59 '../src/utils/debugger/SkObjectParser.cpp',
60 '../src/utils/debugger/SkOverdrawMode.h',
61 '../src/utils/debugger/SkOverdrawMode.cpp',
60 ], 62 ],
61 'sources!': [ 63 'sources!': [
62 '../tests/SkpSkGrTest.cpp', 64 '../tests/SkpSkGrTest.cpp',
63 '../tests/skia_test.cpp', 65 '../tests/skia_test.cpp',
64 '../tests/PathOpsAngleIdeas.cpp', 66 '../tests/PathOpsAngleIdeas.cpp',
65 '../tests/PathOpsBattles.cpp', 67 '../tests/PathOpsBattles.cpp',
66 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', 68 '../tests/PathOpsCubicLineIntersectionIdeas.cpp',
67 '../tests/PathOpsDebug.cpp', 69 '../tests/PathOpsDebug.cpp',
68 '../tests/PathOpsOpLoopThreadedTest.cpp', 70 '../tests/PathOpsOpLoopThreadedTest.cpp',
69 '../tests/PathOpsSkpClipTest.cpp', 71 '../tests/PathOpsSkpClipTest.cpp',
70 ], 72 ],
71 } 73 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | src/effects/SkArithmeticMode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698