| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 # conditions used in both common.gypi and skia.gyp in chromium | 5 # conditions used in both common.gypi and skia.gyp in chromium |
| 2 # | 6 # |
| 3 { | 7 { |
| 4 'defines': [ | 8 'defines': [ |
| 5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', | 9 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', |
| 6 'SK_SUPPORT_GPU=<(skia_gpu)', | 10 'SK_SUPPORT_GPU=<(skia_gpu)', |
| 7 'SK_SUPPORT_OPENCL=<(skia_opencl)', | 11 'SK_SUPPORT_OPENCL=<(skia_opencl)', |
| 8 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)', | 12 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)', |
| 9 ], | 13 ], |
| 10 'conditions' : [ | 14 'conditions' : [ |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d | 662 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d |
| 659 ], | 663 ], |
| 660 }], | 664 }], |
| 661 | 665 |
| 662 ], # end 'conditions' | 666 ], # end 'conditions' |
| 663 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for
more details | 667 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for
more details |
| 664 'xcode_settings': { | 668 'xcode_settings': { |
| 665 'SYMROOT': '<(DEPTH)/xcodebuild', | 669 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 666 }, | 670 }, |
| 667 } | 671 } |
| OLD | NEW |