blob: cb711533dfbe41a0a6a69d72009307cea189e39d [file] [log] [blame]
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//flutter/shell/version/version.gni")
shared_library("path_ops") {
sources = [
"path_ops.cc",
"path_ops.h",
]
deps = [ "//third_party/skia" ]
metadata = {
entitlement_file_path = [ "libpath_ops.dylib" ]
}
}