Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Side by Side Diff: skia/skia.gyp

Issue 7739029: Rolling skia from r2207 to r2219. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Include skia gyp change Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698