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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], | 721 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], |
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_ENABLE_FAST_SHADERMASK', | |
732 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', | 731 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', |
733 ], | 732 ], |
734 'sources!': [ | 733 'sources!': [ |
735 '../third_party/skia/include/core/SkTypes.h', | 734 '../third_party/skia/include/core/SkTypes.h', |
736 ], | 735 ], |
737 'conditions': [ | 736 'conditions': [ |
738 [ 'OS != "android"', { | 737 [ 'OS != "android"', { |
739 'sources/': [ | 738 'sources/': [ |
740 ['exclude', '_android\\.(cc|cpp)$'], | 739 ['exclude', '_android\\.(cc|cpp)$'], |
741 ], | 740 ], |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1110 ], | 1109 ], |
1111 'include_dirs': [ | 1110 'include_dirs': [ |
1112 '..', | 1111 '..', |
1113 ], | 1112 ], |
1114 'sources': [ | 1113 'sources': [ |
1115 'ext/image_operations_bench.cc', | 1114 'ext/image_operations_bench.cc', |
1116 ], | 1115 ], |
1117 }, | 1116 }, |
1118 ], | 1117 ], |
1119 } | 1118 } |
OLD | NEW |