2014-02-25 18:13:22 +00:00
|
|
|
# Copyright 2014 Google Inc.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
# This file is included by chrome's skia/skia_common.gypi, and is intended to
|
|
|
|
# augment the skia flags that are set there.
|
|
|
|
|
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
|
|
|
|
# These flags will be defined in chromium
|
|
|
|
#
|
|
|
|
# If these become 'permanent', they should be moved into skia_common.gypi
|
|
|
|
#
|
|
|
|
'skia_for_chromium_defines': [
|
2014-09-03 18:54:58 +00:00
|
|
|
'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS',
|
2014-08-28 21:27:42 +00:00
|
|
|
'SK_IGNORE_PROPER_FRACTIONAL_SCALING',
|
2014-06-27 19:34:44 +00:00
|
|
|
'SK_SUPPORT_LEGACY_PICTURE_CLONE',
|
2014-06-02 20:51:34 +00:00
|
|
|
'SK_IGNORE_ETC1_SUPPORT',
|
2014-06-19 21:14:06 +00:00
|
|
|
'SK_IGNORE_GPU_DITHER',
|
2014-08-28 20:35:23 +00:00
|
|
|
'SK_SUPPORT_LEGACY_IMAGECACHE_NAME',
|
2014-08-29 15:03:56 +00:00
|
|
|
'SK_LEGACY_PICTURE_SIZE_API',
|
2014-09-04 15:42:50 +00:00
|
|
|
'SK_LEGACY_PICTURE_DRAW_API',
|
2014-02-25 18:13:22 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}
|