From f2c901474c240637c590ebfdf37db6e7d8316ec1 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Thu, 13 Jul 2017 15:50:03 -0400 Subject: Add GN arg to allow Flutter-specific API guards Bug: skia: Change-Id: I5a97da664626eebf30bba3f391fff0d8b9e62ea5 Reviewed-on: https://skia-review.googlesource.com/23042 Reviewed-by: Leon Scroggins Commit-Queue: Ravi Mistry --- gn/flutter_defines.gni | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gn/flutter_defines.gni (limited to 'gn/flutter_defines.gni') diff --git a/gn/flutter_defines.gni b/gn/flutter_defines.gni new file mode 100644 index 0000000000..75ac43d4fd --- /dev/null +++ b/gn/flutter_defines.gni @@ -0,0 +1,5 @@ +# Copyright 2017 Google Inc. +# +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +flutter_defines = [ "SK_SUPPORT_LEGACY_IMAGE_ENCODE_API" ] -- cgit v1.2.3