skia2/build/fuchsia/fidl/BUILD.gn
John Rosasco 24cbdab97e SKQP Build for Fuchsia SDK
Change-Id: I2619784eca0f7a4dd66f2db0104cb746d9266b4e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/244369
Commit-Queue: John Rosasco <rosasco@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-11-18 12:34:28 +00:00

15 lines
368 B
Plaintext

# Copyright 2019 Google LLC. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_fuchsia)
import("//build/fuchsia/sdk.gni")
#
# Generate gn targets for fidl libraries in the Fuchsia SDK.
#
fuchsia_sdk("fidl") {
meta = fuchsia_sdk_manifest_path
enabled_parts = [ "fidl_library" ]
}