summaryrefslogtreecommitdiffstats
path: root/build/use_skia_on_mac.gypi
blob: 2b9ce6196b39a4ed62cb13654e80e1c96d91e4b4 (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%': 1,
}