| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 ], | 210 ], |
| 211 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800]
, | 211 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800]
, |
| 212 'defines': [ | 212 'defines': [ |
| 213 #'SK_GAMMA_SRGB', | 213 #'SK_GAMMA_SRGB', |
| 214 #'SK_GAMMA_APPLY_TO_A8', | 214 #'SK_GAMMA_APPLY_TO_A8', |
| 215 'SK_BUILD_NO_IMAGE_ENCODE', | 215 'SK_BUILD_NO_IMAGE_ENCODE', |
| 216 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 216 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
| 217 'GR_STATIC_RECT_VB=1', | 217 'GR_STATIC_RECT_VB=1', |
| 218 'GR_AGGRESSIVE_SHADER_OPTS=1', | 218 'GR_AGGRESSIVE_SHADER_OPTS=1', |
| 219 'SK_DEFERRED_CANVAS_USES_GPIPE=1', | 219 'SK_DEFERRED_CANVAS_USES_GPIPE=1', |
| 220 'SK_IGNORE_NEW_STROKERECT', |
| 220 | 221 |
| 221 # this flag can be removed entirely once this has baked for a while | 222 # this flag can be removed entirely once this has baked for a while |
| 222 'SK_ALLOW_OVER_32K_BITMAPS', | 223 'SK_ALLOW_OVER_32K_BITMAPS', |
| 223 | 224 |
| 224 # skia uses static initializers to initialize the serialization logic | 225 # skia uses static initializers to initialize the serialization logic |
| 225 # of its "pictures" library. This is currently not used in chrome; if | 226 # of its "pictures" library. This is currently not used in chrome; if |
| 226 # it ever gets used the processes that use it need to call | 227 # it ever gets used the processes that use it need to call |
| 227 # SkGraphics::Init(). | 228 # SkGraphics::Init(). |
| 228 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', | 229 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', |
| 229 | 230 |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 'sources': [ | 834 'sources': [ |
| 834 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 835 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
| 835 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 836 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
| 836 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 837 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
| 837 ], | 838 ], |
| 838 }, | 839 }, |
| 839 ], | 840 ], |
| 840 }], | 841 }], |
| 841 ], | 842 ], |
| 842 } | 843 } |
| OLD | NEW |