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

Side by Side Diff: skia/skia.gyp

Issue 11779016: Roll Skia DEPS to r7044 & add SK_IGNORE_TRANS_CLAMP_FIX and SK_IGNORE_FAST_SCALEMATRIX_INVERT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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) 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 # of its "pictures" library. This is currently not used in chrome; if 226 # of its "pictures" library. This is currently not used in chrome; if
227 # it ever gets used the processes that use it need to call 227 # it ever gets used the processes that use it need to call
228 # SkGraphics::Init(). 228 # SkGraphics::Init().
229 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', 229 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
230 230
231 # Temporarily keep old int-srcrect behavior, until we determine if 231 # Temporarily keep old int-srcrect behavior, until we determine if
232 # the few failures are a bug or not. 232 # the few failures are a bug or not.
233 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', 233 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT',
234 'SK_IGNORE_QUAD_STROKE_FIX', 234 'SK_IGNORE_QUAD_STROKE_FIX',
235 'SK_IGNORE_TREAT_AS_SPRITE', 235 'SK_IGNORE_TREAT_AS_SPRITE',
236 'SK_IGNORE_TRANS_CLAMP_FIX',
237 'SK_IGNORE_FAST_SCALEMATRIX_INVERT',
236 ], 238 ],
237 'sources!': [ 239 'sources!': [
238 '../third_party/skia/include/core/SkTypes.h', 240 '../third_party/skia/include/core/SkTypes.h',
239 ], 241 ],
240 'conditions': [ 242 'conditions': [
241 ['skia_support_gpu != 0', { 243 ['skia_support_gpu != 0', {
242 'includes': [ 244 'includes': [
243 '../third_party/skia/gyp/gpu.gypi', 245 '../third_party/skia/gyp/gpu.gypi',
244 ], 246 ],
245 'sources': [ 247 'sources': [
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'sources': [ 835 'sources': [
834 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 836 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
835 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 837 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
836 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 838 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
837 ], 839 ],
838 }, 840 },
839 ], 841 ],
840 }], 842 }],
841 ], 843 ],
842 } 844 }
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