summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:45:39 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:45:39 +0000
commit7a34f258ec7a826f89d4975a67e459f21de37797 (patch)
treef3eb7cc954dcdf94d959d2a4e6b397b665f2e1eb /skia
parente1d06dfbacf19d7bff4fc78281db7c8dec26c908 (diff)
downloadchromium_src-7a34f258ec7a826f89d4975a67e459f21de37797.zip
chromium_src-7a34f258ec7a826f89d4975a67e459f21de37797.tar.gz
chromium_src-7a34f258ec7a826f89d4975a67e459f21de37797.tar.bz2
Revert 109252 - Fix ninja build.
BUG=None TEST=None Review URL: http://codereview.chromium.org/8511014 TBR=vollick@chromium.org Review URL: http://codereview.chromium.org/8507036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 871ba3f..409118a 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -728,9 +728,7 @@
'GR_AGGRESSIVE_SHADER_OPTS=1',
'SK_DISABLE_FAST_AA_STROKE_RECT',
'SK_IGNORE_CF_OPTIMIZATION',
- # Ninja workaround: use 16777216 instead of (16*1024*1024). There was a
- # problem handling the parentheses, so just to be safe, use a literal.
- 'SK_DEFAULT_FONT_CACHE_LIMIT=16777216',
+ 'SK_DEFAULT_FONT_CACHE_LIMIT=(16*1024*1024)',
],
'sources!': [
'../third_party/skia/include/core/SkTypes.h',