blob: f614cd324be03ea8d5c495a26ef3c5a214a0fcdc [file] [log] [blame]
reed@google.comb4c5f062014-02-25 18:13:22 +00001# Copyright 2014 Google Inc.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This file is included by chrome's skia/skia_common.gypi, and is intended to
6# augment the skia flags that are set there.
7
8{
9 'variables': {
10
11 # These flags will be defined in chromium
12 #
13 # If these become 'permanent', they should be moved into skia_common.gypi
14 #
15 'skia_for_chromium_defines': [
reede5ea5002014-09-03 11:54:58 -070016 'SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS',
humperd73c1692014-08-28 14:27:42 -070017 'SK_IGNORE_PROPER_FRACTIONAL_SCALING',
mtkleind3e474e2014-06-27 12:34:44 -070018 'SK_SUPPORT_LEGACY_PICTURE_CLONE',
krajcevski8c111f72014-06-02 13:51:34 -070019 'SK_IGNORE_ETC1_SUPPORT',
krajcevskif461a8f2014-06-19 14:14:06 -070020 'SK_IGNORE_GPU_DITHER',
reed011f39a2014-08-28 13:35:23 -070021 'SK_SUPPORT_LEGACY_IMAGECACHE_NAME',
robertphillipsa8d7f0b2014-08-29 08:03:56 -070022 'SK_LEGACY_PICTURE_SIZE_API',
robertphillipsc5ba71d2014-09-04 08:42:50 -070023 'SK_LEGACY_PICTURE_DRAW_API',
reed@google.comb4c5f062014-02-25 18:13:22 +000024 ],
25 },
26}