| 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 'mac_framework_dirs': [ | 720 'mac_framework_dirs': [ |
| 721 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', | 721 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', |
| 722 ], | 722 ], |
| 723 'defines': [ | 723 'defines': [ |
| 724 'SK_BUILD_NO_IMAGE_ENCODE', | 724 'SK_BUILD_NO_IMAGE_ENCODE', |
| 725 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 725 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
| 726 'GR_STATIC_RECT_VB=1', | 726 'GR_STATIC_RECT_VB=1', |
| 727 'GR_AGGRESSIVE_SHADER_OPTS=1', | 727 'GR_AGGRESSIVE_SHADER_OPTS=1', |
| 728 'SK_DISABLE_FAST_AA_STROKE_RECT', | 728 'SK_DISABLE_FAST_AA_STROKE_RECT', |
| 729 # 'SK_ENABLE_FAST_SHADERMASK', | 729 # 'SK_ENABLE_FAST_SHADERMASK', |
| 730 'SK_DEFAULT_FONT_CACHE_LIMIT=(16*1024*1024)', | 730 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', |
| 731 ], | 731 ], |
| 732 'sources!': [ | 732 'sources!': [ |
| 733 '../third_party/skia/include/core/SkTypes.h', | 733 '../third_party/skia/include/core/SkTypes.h', |
| 734 ], | 734 ], |
| 735 'conditions': [ | 735 'conditions': [ |
| 736 [ 'OS != "android"', { | 736 [ 'OS != "android"', { |
| 737 'sources/': [ | 737 'sources/': [ |
| 738 ['exclude', '_android\\.(cc|cpp)$'], | 738 ['exclude', '_android\\.(cc|cpp)$'], |
| 739 ], | 739 ], |
| 740 'sources!': [ | 740 'sources!': [ |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 ], | 1107 ], |
| 1108 'include_dirs': [ | 1108 'include_dirs': [ |
| 1109 '..', | 1109 '..', |
| 1110 ], | 1110 ], |
| 1111 'sources': [ | 1111 'sources': [ |
| 1112 'ext/image_operations_bench.cc', | 1112 'ext/image_operations_bench.cc', |
| 1113 ], | 1113 ], |
| 1114 }, | 1114 }, |
| 1115 ], | 1115 ], |
| 1116 } | 1116 } |
| OLD | NEW |