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

Side by Side Diff: skia/skia.gyp

Issue 9251013: Skia DEPS roll 3035->3039 with test_expectations change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: adding SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX to skia.gyp Created 8 years, 11 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') | webkit/tools/layout_tests/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 10 'variables': {
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'GR_AGGRESSIVE_SHADER_OPTS=1', 734 'GR_AGGRESSIVE_SHADER_OPTS=1',
735 'SK_DISABLE_FAST_AA_STROKE_RECT', 735 'SK_DISABLE_FAST_AA_STROKE_RECT',
736 'SK_OLD_EMPTY_PATH_BEHAVIOR=1', 736 'SK_OLD_EMPTY_PATH_BEHAVIOR=1',
737 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', 737 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)',
738 738
739 # skia uses static initializers to initialize the serialization logic 739 # skia uses static initializers to initialize the serialization logic
740 # of its "pictures" library. This is currently not used in chrome; if 740 # of its "pictures" library. This is currently not used in chrome; if
741 # it ever gets used the processes that use it need to call 741 # it ever gets used the processes that use it need to call
742 # SkGraphics::Init(). 742 # SkGraphics::Init().
743 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', 743 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
744
745 # Temporarily disable the Skia fix in
746 # http://code.google.com/p/skia/source/detail?r=3037 ; enabling that
747 # fix will require substantial rebaselining.
748 'SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX',
744 ], 749 ],
745 'sources!': [ 750 'sources!': [
746 '../third_party/skia/include/core/SkTypes.h', 751 '../third_party/skia/include/core/SkTypes.h',
747 ], 752 ],
748 'conditions': [ 753 'conditions': [
749 [ 'OS != "android"', { 754 [ 'OS != "android"', {
750 'sources/': [ 755 'sources/': [
751 ['exclude', '_android\\.(cc|cpp)$'], 756 ['exclude', '_android\\.(cc|cpp)$'],
752 ], 757 ],
753 'sources!': [ 758 'sources!': [
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 ], 1145 ],
1141 'include_dirs': [ 1146 'include_dirs': [
1142 '..', 1147 '..',
1143 ], 1148 ],
1144 'sources': [ 1149 'sources': [
1145 'ext/image_operations_bench.cc', 1150 'ext/image_operations_bench.cc',
1146 ], 1151 ],
1147 }, 1152 },
1148 ], 1153 ],
1149 } 1154 }
OLDNEW
« no previous file with comments | « DEPS ('k') | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698