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

Side by Side Diff: skia/skia.gyp

Issue 8551007: Increase the Skia default font cache from 16M to 20M (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'sources': [ 10 'sources': [
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'mac_framework_dirs': [ 720 'mac_framework_dirs': [
721 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks', 721 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks',
722 ], 722 ],
723 'defines': [ 723 'defines': [
724 'SK_BUILD_NO_IMAGE_ENCODE', 724 'SK_BUILD_NO_IMAGE_ENCODE',
725 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 725 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
726 'GR_STATIC_RECT_VB=1', 726 'GR_STATIC_RECT_VB=1',
727 'GR_AGGRESSIVE_SHADER_OPTS=1', 727 'GR_AGGRESSIVE_SHADER_OPTS=1',
728 'SK_DISABLE_FAST_AA_STROKE_RECT', 728 'SK_DISABLE_FAST_AA_STROKE_RECT',
729 # 'SK_ENABLE_FAST_SHADERMASK', 729 # 'SK_ENABLE_FAST_SHADERMASK',
730 'SK_DEFAULT_FONT_CACHE_LIMIT=(16*1024*1024)', 730 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)',
731 ], 731 ],
732 'sources!': [ 732 'sources!': [
733 '../third_party/skia/include/core/SkTypes.h', 733 '../third_party/skia/include/core/SkTypes.h',
734 ], 734 ],
735 'conditions': [ 735 'conditions': [
736 [ 'OS != "android"', { 736 [ 'OS != "android"', {
737 'sources/': [ 737 'sources/': [
738 ['exclude', '_android\\.(cc|cpp)$'], 738 ['exclude', '_android\\.(cc|cpp)$'],
739 ], 739 ],
740 'sources!': [ 740 'sources!': [
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 ], 1107 ],
1108 'include_dirs': [ 1108 'include_dirs': [
1109 '..', 1109 '..',
1110 ], 1110 ],
1111 'sources': [ 1111 'sources': [
1112 'ext/image_operations_bench.cc', 1112 'ext/image_operations_bench.cc',
1113 ], 1113 ],
1114 }, 1114 },
1115 ], 1115 ],
1116 } 1116 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698