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

Side by Side Diff: gyp/gmslides.gypi

Issue 1818043003: unified PNG encoding between SkDrawCommand and skiaserve (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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/debugger.gyp ('k') | tools/debugger/SkDrawCommand.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 # include this gypi to include all the golden master slides. 5 # include this gypi to include all the golden master slides.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../gm', 8 '../gm',
9 # include dirs needed by particular GMs 9 # include dirs needed by particular GMs
10 '../include/client/android', 10 '../include/client/android',
(...skipping 14 matching lines...) Expand all
25 '../src/gpu/batches/GrTestBatch.h', 25 '../src/gpu/batches/GrTestBatch.h',
26 '../tools/debugger/SkDrawCommand.h', 26 '../tools/debugger/SkDrawCommand.h',
27 '../tools/debugger/SkDrawCommand.cpp', 27 '../tools/debugger/SkDrawCommand.cpp',
28 '../tools/debugger/SkDebugCanvas.h', 28 '../tools/debugger/SkDebugCanvas.h',
29 '../tools/debugger/SkDebugCanvas.cpp', 29 '../tools/debugger/SkDebugCanvas.cpp',
30 '../tools/debugger/SkObjectParser.h', 30 '../tools/debugger/SkObjectParser.h',
31 '../tools/debugger/SkObjectParser.cpp', 31 '../tools/debugger/SkObjectParser.cpp',
32 '../tools/debugger/SkOverdrawMode.h', 32 '../tools/debugger/SkOverdrawMode.h',
33 '../tools/debugger/SkOverdrawMode.cpp', 33 '../tools/debugger/SkOverdrawMode.cpp',
34 ], 34 ],
35 'dependencies': [
36 'libpng.gyp:libpng',
37 ]
35 }], 38 }],
36 ], 39 ],
37 } 40 }
OLDNEW
« no previous file with comments | « gyp/debugger.gyp ('k') | tools/debugger/SkDrawCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698