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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 '../third_party/skia/include/images', | 200 '../third_party/skia/include/images', |
201 '../third_party/skia/include/pdf', | 201 '../third_party/skia/include/pdf', |
202 '../third_party/skia/include/pipe', | 202 '../third_party/skia/include/pipe', |
203 '../third_party/skia/include/ports', | 203 '../third_party/skia/include/ports', |
204 '../third_party/skia/include/utils', | 204 '../third_party/skia/include/utils', |
205 '../third_party/skia/src/core', | 205 '../third_party/skia/src/core', |
206 '../third_party/skia/src/gpu', | 206 '../third_party/skia/src/gpu', |
207 '../third_party/skia/src/sfnt', | 207 '../third_party/skia/src/sfnt', |
208 '../third_party/skia/src/utils', | 208 '../third_party/skia/src/utils', |
209 ], | 209 ], |
210 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800]
, | 210 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4800], |
211 'defines': [ | 211 'defines': [ |
212 'SK_GAMMA_SRGB', | 212 'SK_GAMMA_SRGB', |
213 #'SK_GAMMA_APPLY_TO_A8', | 213 #'SK_GAMMA_APPLY_TO_A8', |
214 'SK_BUILD_NO_IMAGE_ENCODE', | 214 'SK_BUILD_NO_IMAGE_ENCODE', |
215 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 215 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
216 'GR_STATIC_RECT_VB=1', | 216 'GR_STATIC_RECT_VB=1', |
217 'GR_AGGRESSIVE_SHADER_OPTS=1', | 217 'GR_AGGRESSIVE_SHADER_OPTS=1', |
218 'SK_DISABLE_FAST_AA_STROKE_RECT', | 218 'SK_DISABLE_FAST_AA_STROKE_RECT', |
219 'SK_DEFERRED_CANVAS_USES_GPIPE=1', | 219 'SK_DEFERRED_CANVAS_USES_GPIPE=1', |
220 | 220 |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 ], | 729 ], |
730 'include_dirs': [ | 730 'include_dirs': [ |
731 '..', | 731 '..', |
732 ], | 732 ], |
733 'sources': [ | 733 'sources': [ |
734 'ext/image_operations_bench.cc', | 734 'ext/image_operations_bench.cc', |
735 ], | 735 ], |
736 }, | 736 }, |
737 ], | 737 ], |
738 } | 738 } |
OLD | NEW |