| OLD | NEW |
| 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 Loading... |
| 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: |
| OLD | NEW |