blob: fd58931d755ef1de8a63ff8320b9f2dd2aebffe7 [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/third_party/flatbuffers/flatbuffers.gni")
import("../tools/impeller.gni")
flatbuffers("shader_bundle_flatbuffers") {
flatbuffers = [ "shader_bundle.fbs" ]
public_configs = [ "//flutter/impeller/runtime_stage:runtime_stage_config" ]
public_deps = [
"//flutter/impeller/runtime_stage:runtime_stage_flatbuffers",
"//flutter/impeller/runtime_stage:runtime_stage_types_flatbuffers",
"//flutter/third_party/flatbuffers",
]
}