OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'sources': [ | 10 'sources': [ |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 'mac_framework_dirs': [ | 722 'mac_framework_dirs': [ |
723 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', | 723 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', |
724 ], | 724 ], |
725 'defines': [ | 725 'defines': [ |
726 'SK_BUILD_NO_IMAGE_ENCODE', | 726 'SK_BUILD_NO_IMAGE_ENCODE', |
727 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 727 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
728 'GR_STATIC_RECT_VB=1', | 728 'GR_STATIC_RECT_VB=1', |
729 'GR_AGGRESSIVE_SHADER_OPTS=1', | 729 'GR_AGGRESSIVE_SHADER_OPTS=1', |
730 'SK_DISABLE_FAST_AA_STROKE_RECT', | 730 'SK_DISABLE_FAST_AA_STROKE_RECT', |
731 'SK_IGNORE_CF_OPTIMIZATION', | 731 'SK_IGNORE_CF_OPTIMIZATION', |
| 732 'SK_BLUR_MASK_FILTER_IGNORE_MARGIN_FIX', |
732 ], | 733 ], |
733 'sources!': [ | 734 'sources!': [ |
734 '../third_party/skia/include/core/SkTypes.h', | 735 '../third_party/skia/include/core/SkTypes.h', |
735 ], | 736 ], |
736 'conditions': [ | 737 'conditions': [ |
737 [ 'OS != "mac"', { | 738 [ 'OS != "mac"', { |
738 'sources/': [ | 739 'sources/': [ |
739 ['exclude', '_mac\\.(cc|cpp|mm?)$'], | 740 ['exclude', '_mac\\.(cc|cpp|mm?)$'], |
740 ['exclude', '/mac/'] | 741 ['exclude', '/mac/'] |
741 ], | 742 ], |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1004 ], | 1005 ], |
1005 'include_dirs': [ | 1006 'include_dirs': [ |
1006 '..', | 1007 '..', |
1007 ], | 1008 ], |
1008 'sources': [ | 1009 'sources': [ |
1009 'ext/image_operations_bench.cc', | 1010 'ext/image_operations_bench.cc', |
1010 ], | 1011 ], |
1011 }, | 1012 }, |
1012 ], | 1013 ], |
1013 } | 1014 } |
OLD | NEW |