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

Side by Side Diff: gyp/tests.gypi

Issue 1077353002: setDrawFilter needs to trigger any deferred saves (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | src/core/SkCanvas.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 '../src/codec', 8 '../src/codec',
9 '../src/core', 9 '../src/core',
10 '../src/effects', 10 '../src/effects',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../tests/DashPathEffectTest.cpp', 84 '../tests/DashPathEffectTest.cpp',
85 '../tests/DataRefTest.cpp', 85 '../tests/DataRefTest.cpp',
86 '../tests/DeferredCanvasTest.cpp', 86 '../tests/DeferredCanvasTest.cpp',
87 '../tests/DeflateWStream.cpp', 87 '../tests/DeflateWStream.cpp',
88 '../tests/DequeTest.cpp', 88 '../tests/DequeTest.cpp',
89 '../tests/DeviceLooperTest.cpp', 89 '../tests/DeviceLooperTest.cpp',
90 '../tests/DiscardableMemoryPoolTest.cpp', 90 '../tests/DiscardableMemoryPoolTest.cpp',
91 '../tests/DiscardableMemoryTest.cpp', 91 '../tests/DiscardableMemoryTest.cpp',
92 '../tests/DocumentTest.cpp', 92 '../tests/DocumentTest.cpp',
93 '../tests/DrawBitmapRectTest.cpp', 93 '../tests/DrawBitmapRectTest.cpp',
94 '../tests/DrawFilterTest.cpp',
94 '../tests/DrawPathTest.cpp', 95 '../tests/DrawPathTest.cpp',
95 '../tests/DrawTextTest.cpp', 96 '../tests/DrawTextTest.cpp',
96 '../tests/DynamicHashTest.cpp', 97 '../tests/DynamicHashTest.cpp',
97 '../tests/EmptyPathTest.cpp', 98 '../tests/EmptyPathTest.cpp',
98 '../tests/ErrorTest.cpp', 99 '../tests/ErrorTest.cpp',
99 '../tests/FillPathTest.cpp', 100 '../tests/FillPathTest.cpp',
100 '../tests/FitsInTest.cpp', 101 '../tests/FitsInTest.cpp',
101 '../tests/FlateTest.cpp', 102 '../tests/FlateTest.cpp',
102 '../tests/FloatingPointTextureTest.cpp', 103 '../tests/FloatingPointTextureTest.cpp',
103 '../tests/FontHostStreamTest.cpp', 104 '../tests/FontHostStreamTest.cpp',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '../src/utils/debugger/SkObjectParser.h', 245 '../src/utils/debugger/SkObjectParser.h',
245 '../src/utils/debugger/SkObjectParser.cpp', 246 '../src/utils/debugger/SkObjectParser.cpp',
246 247
247 '../tests/PipeTest.cpp', 248 '../tests/PipeTest.cpp',
248 '../src/pipe/utils/SamplePipeControllers.cpp', 249 '../src/pipe/utils/SamplePipeControllers.cpp',
249 250
250 '../tests/TDStackNesterTest.cpp', 251 '../tests/TDStackNesterTest.cpp',
251 '../experimental/PdfViewer/src/SkTDStackNester.h', 252 '../experimental/PdfViewer/src/SkTDStackNester.h',
252 ], 253 ],
253 } 254 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698