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

Side by Side Diff: gyp/common_conditions.gypi

Issue 23056005: Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: undo Created 7 years, 4 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 | « no previous file | include/core/SkPaint.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # conditions used in both common.gypi and skia.gyp in chromium 1 # conditions used in both common.gypi and skia.gyp in chromium
2 # 2 #
3 { 3 {
4 'defines': [ 4 'defines': [
5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', 5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
6 # 'SK_SUPPORT_HINTING_SCALE_FACTOR',
7 ], 6 ],
8 'conditions' : [ 7 'conditions' : [
9 [ 'skia_gpu == 1', 8 [ 'skia_gpu == 1',
10 { 9 {
11 'defines': [ 10 'defines': [
12 'SK_SUPPORT_GPU=1', 11 'SK_SUPPORT_GPU=1',
13 ], 12 ],
14 }, { 13 }, {
15 'defines': [ 14 'defines': [
16 'SK_SUPPORT_GPU=0', 15 'SK_SUPPORT_GPU=0',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'xcode_settings': { 479 'xcode_settings': {
481 'SYMROOT': '<(DEPTH)/xcodebuild', 480 'SYMROOT': '<(DEPTH)/xcodebuild',
482 }, 481 },
483 } 482 }
484 483
485 # Local Variables: 484 # Local Variables:
486 # tab-width:2 485 # tab-width:2
487 # indent-tabs-mode:nil 486 # indent-tabs-mode:nil
488 # End: 487 # End:
489 # vim: set expandtab tabstop=2 shiftwidth=2: 488 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698