| OLD | NEW |
| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', | 229 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', |
| 230 | 230 |
| 231 # Temporarily keep old int-srcrect behavior, until we determine if | 231 # Temporarily keep old int-srcrect behavior, until we determine if |
| 232 # the few failures are a bug or not. | 232 # the few failures are a bug or not. |
| 233 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', | 233 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', |
| 234 | 234 |
| 235 # Moved from SkUserConfig.h, so we can rebaseline when we remove this. | 235 # Moved from SkUserConfig.h, so we can rebaseline when we remove this. |
| 236 'SK_DISABLE_DITHER_32BIT_GRADIENT', | 236 'SK_DISABLE_DITHER_32BIT_GRADIENT', |
| 237 | 237 |
| 238 'SK_DISABLE_DASHING_OPTIMIZATION', | 238 'SK_DISABLE_DASHING_OPTIMIZATION', |
| 239 'SK_DISABLE_SEPARABLE_MASK_BLUR', | |
| 240 ], | 239 ], |
| 241 'sources!': [ | 240 'sources!': [ |
| 242 '../third_party/skia/include/core/SkTypes.h', | 241 '../third_party/skia/include/core/SkTypes.h', |
| 243 ], | 242 ], |
| 244 'conditions': [ | 243 'conditions': [ |
| 245 ['skia_support_gpu != 0', { | 244 ['skia_support_gpu != 0', { |
| 246 'includes': [ | 245 'includes': [ |
| 247 '../third_party/skia/gyp/gpu.gypi', | 246 '../third_party/skia/gyp/gpu.gypi', |
| 248 ], | 247 ], |
| 249 'sources': [ | 248 'sources': [ |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 'sources': [ | 841 'sources': [ |
| 843 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 842 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
| 844 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 843 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
| 845 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 844 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
| 846 ], | 845 ], |
| 847 }, | 846 }, |
| 848 ], | 847 ], |
| 849 }], | 848 }], |
| 850 ], | 849 ], |
| 851 } | 850 } |
| OLD | NEW |