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

Side by Side Diff: skia/skia.gyp

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