summaryrefslogtreecommitdiffstats
path: root/build/use_skia_on_mac.gypi
blob: 15aac91788d911ad1bc3f431a331cd96e7aa641f (plain)
1
2
3
4
5
6
7
8
9
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Whether the Mac port uses Skia (instead of Core Graphics) by default.
# This overrides the setting in common.gypi .
{
  'use_skia_on_mac%': 0,
}