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

Side by Side Diff: gyp/gmslides.gypi

Issue 1027373002: Font variations. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase. Created 5 years, 7 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
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 '../src/utils/debugger', 10 '../src/utils/debugger',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 '../gm/fatpathfill.cpp', 102 '../gm/fatpathfill.cpp',
103 '../gm/factory.cpp', 103 '../gm/factory.cpp',
104 '../gm/filltypes.cpp', 104 '../gm/filltypes.cpp',
105 '../gm/filltypespersp.cpp', 105 '../gm/filltypespersp.cpp',
106 '../gm/filterbitmap.cpp', 106 '../gm/filterbitmap.cpp',
107 '../gm/filterfastbounds.cpp', 107 '../gm/filterfastbounds.cpp',
108 '../gm/filterindiabox.cpp', 108 '../gm/filterindiabox.cpp',
109 '../gm/fontcache.cpp', 109 '../gm/fontcache.cpp',
110 '../gm/fontmgr.cpp', 110 '../gm/fontmgr.cpp',
111 '../gm/fontscaler.cpp', 111 '../gm/fontscaler.cpp',
112 '../gm/fontscalerdistortable.cpp',
112 '../gm/gammatext.cpp', 113 '../gm/gammatext.cpp',
113 '../gm/getpostextpath.cpp', 114 '../gm/getpostextpath.cpp',
114 '../gm/giantbitmap.cpp', 115 '../gm/giantbitmap.cpp',
115 '../gm/glyph_pos.cpp', 116 '../gm/glyph_pos.cpp',
116 '../gm/glyph_pos_align.cpp', 117 '../gm/glyph_pos_align.cpp',
117 '../gm/gradients.cpp', 118 '../gm/gradients.cpp',
118 '../gm/gradients_2pt_conical.cpp', 119 '../gm/gradients_2pt_conical.cpp',
119 '../gm/gradients_no_texture.cpp', 120 '../gm/gradients_no_texture.cpp',
120 '../gm/gradientDirtyLaundry.cpp', 121 '../gm/gradientDirtyLaundry.cpp',
121 '../gm/gradient_matrix.cpp', 122 '../gm/gradient_matrix.cpp',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '../gm/shadertext2.cpp', 278 '../gm/shadertext2.cpp',
278 '../gm/shadertext3.cpp', 279 '../gm/shadertext3.cpp',
279 280
280 # TODO(reed): Allocates more memory than Android devices are capable of 281 # TODO(reed): Allocates more memory than Android devices are capable of
281 # fulfilling. See http://skbug.com/1978 282 # fulfilling. See http://skbug.com/1978
282 '../gm/verylargebitmap.cpp', 283 '../gm/verylargebitmap.cpp',
283 ], 284 ],
284 }], 285 }],
285 ], 286 ],
286 } 287 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698