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

Side by Side Diff: skia/skia_common.gypi

Issue 170093002: roll skia DEPS to 13482 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added #define Created 6 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | skia/skia_test_expectations.txt » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This gypi file handles the removal of platform-specific files from the 5 # This gypi file handles the removal of platform-specific files from the
6 # Skia build. 6 # Skia build.
7 { 7 {
8 'include_dirs': [ 8 'include_dirs': [
9 '..', 9 '..',
10 'config', 10 'config',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'SK_IGNORE_BLURRED_RRECT_OPT', 187 'SK_IGNORE_BLURRED_RRECT_OPT',
188 188
189 'SK_IGNORE_QUAD_RR_CORNERS_OPT', 189 'SK_IGNORE_QUAD_RR_CORNERS_OPT',
190 190
191 # this flag forces Skia not to use typographic metrics with GDI. 191 # this flag forces Skia not to use typographic metrics with GDI.
192 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS', 192 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS',
193 193
194 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)', 194 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)',
195 195
196 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE', 196 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE',
197
198 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT',
reed1 2014/02/18 14:07:46 Is this visible to clients?
robertphillips 2014/02/18 14:09:31 It is a Skia-facing #define so will not be defined
197 ], 199 ],
198 200
199 'direct_dependent_settings': { 201 'direct_dependent_settings': {
200 'defines': [ 202 'defines': [
201 '<@(skia_export_defines)', 203 '<@(skia_export_defines)',
202 ], 204 ],
203 }, 205 },
204 206
205 # We would prefer this to be direct_dependent_settings, 207 # We would prefer this to be direct_dependent_settings,
206 # however we currently have no means to enforce that direct dependents 208 # however we currently have no means to enforce that direct dependents
207 # re-export if they include Skia headers in their public headers. 209 # re-export if they include Skia headers in their public headers.
208 'all_dependent_settings': { 210 'all_dependent_settings': {
209 'include_dirs': [ 211 'include_dirs': [
210 '..', 212 '..',
211 'config', 213 'config',
212 ], 214 ],
213 }, 215 },
214 216
215 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800], 217 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800],
216 } 218 }
OLDNEW
« no previous file with comments | « DEPS ('k') | skia/skia_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698