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

Side by Side Diff: gyp/tests.gypi

Issue 1006583005: SkCodec: add wbmp class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-03-27 (Friday) 10:53:14 EDT Created 5 years, 8 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/codec.gyp ('k') | include/codec/SkCodec.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 '../src/core', 8 '../src/core',
9 '../src/effects', 9 '../src/effects',
10 '../src/image', 10 '../src/image',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../tests/CachedDecodingPixelRefTest.cpp', 68 '../tests/CachedDecodingPixelRefTest.cpp',
69 '../tests/CanvasStateHelpers.cpp', 69 '../tests/CanvasStateHelpers.cpp',
70 '../tests/CanvasStateTest.cpp', 70 '../tests/CanvasStateTest.cpp',
71 '../tests/CanvasTest.cpp', 71 '../tests/CanvasTest.cpp',
72 '../tests/ChecksumTest.cpp', 72 '../tests/ChecksumTest.cpp',
73 '../tests/ClampRangeTest.cpp', 73 '../tests/ClampRangeTest.cpp',
74 '../tests/ClipCacheTest.cpp', 74 '../tests/ClipCacheTest.cpp',
75 '../tests/ClipCubicTest.cpp', 75 '../tests/ClipCubicTest.cpp',
76 '../tests/ClipStackTest.cpp', 76 '../tests/ClipStackTest.cpp',
77 '../tests/ClipperTest.cpp', 77 '../tests/ClipperTest.cpp',
78 '../tests/CodexTest.cpp',
78 '../tests/ColorFilterTest.cpp', 79 '../tests/ColorFilterTest.cpp',
79 '../tests/ColorPrivTest.cpp', 80 '../tests/ColorPrivTest.cpp',
80 '../tests/ColorTest.cpp', 81 '../tests/ColorTest.cpp',
81 '../tests/CPlusPlusEleven.cpp', 82 '../tests/CPlusPlusEleven.cpp',
82 '../tests/DashPathEffectTest.cpp', 83 '../tests/DashPathEffectTest.cpp',
83 '../tests/DataRefTest.cpp', 84 '../tests/DataRefTest.cpp',
84 '../tests/DeferredCanvasTest.cpp', 85 '../tests/DeferredCanvasTest.cpp',
85 '../tests/DeflateWStream.cpp', 86 '../tests/DeflateWStream.cpp',
86 '../tests/DequeTest.cpp', 87 '../tests/DequeTest.cpp',
87 '../tests/DeviceLooperTest.cpp', 88 '../tests/DeviceLooperTest.cpp',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '../src/utils/debugger/SkObjectParser.h', 241 '../src/utils/debugger/SkObjectParser.h',
241 '../src/utils/debugger/SkObjectParser.cpp', 242 '../src/utils/debugger/SkObjectParser.cpp',
242 243
243 '../tests/PipeTest.cpp', 244 '../tests/PipeTest.cpp',
244 '../src/pipe/utils/SamplePipeControllers.cpp', 245 '../src/pipe/utils/SamplePipeControllers.cpp',
245 246
246 '../tests/TDStackNesterTest.cpp', 247 '../tests/TDStackNesterTest.cpp',
247 '../experimental/PdfViewer/src/SkTDStackNester.h', 248 '../experimental/PdfViewer/src/SkTDStackNester.h',
248 ], 249 ],
249 } 250 }
OLDNEW
« no previous file with comments | « gyp/codec.gyp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698