blob: 67661cd85156be4ad343b6d74bb863d64e5e90c1 [file] [log] [blame]
# Copyright 2017 The Fuchsia 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("//build/dart/dart_library.gni")
import("//build/fidl/fidl.gni")
fidl("game_tracker_service") {
name = "fuchsia.tictactoe"
cpp_legacy_callbacks = true
sources = [
"game_tracker.fidl",
]
}