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

Side by Side Diff: skia/skia.gyp

Issue 8597011: use default limit for lcd text cutoff (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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 '../third_party/icu/icu.gyp:icuuc', 776 '../third_party/icu/icu.gyp:icuuc',
777 ], 777 ],
778 'cflags': [ 778 'cflags': [
779 '-Wno-unused', 779 '-Wno-unused',
780 '-Wno-unused-function', 780 '-Wno-unused-function',
781 ], 781 ],
782 'sources': [ 782 'sources': [
783 'ext/SkFontHost_fontconfig.cpp', 783 'ext/SkFontHost_fontconfig.cpp',
784 'ext/SkFontHost_fontconfig_direct.cpp', 784 'ext/SkFontHost_fontconfig_direct.cpp',
785 ], 785 ],
786 'defines': [
787 'SK_MAX_SIZE_FOR_LCDTEXT=256',
788 ],
789 }, { # use_glib == 0 786 }, { # use_glib == 0
790 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 787 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
791 'sources!': [ 788 'sources!': [
792 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 789 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
793 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', 790 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp',
794 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 791 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
795 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 792 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
796 ], 793 ],
797 }], 794 }],
798 [ 'toolkit_uses_gtk == 1', { 795 [ 'toolkit_uses_gtk == 1', {
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 ], 1107 ],
1111 'include_dirs': [ 1108 'include_dirs': [
1112 '..', 1109 '..',
1113 ], 1110 ],
1114 'sources': [ 1111 'sources': [
1115 'ext/image_operations_bench.cc', 1112 'ext/image_operations_bench.cc',
1116 ], 1113 ],
1117 }, 1114 },
1118 ], 1115 ],
1119 } 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