blob: 1e6665f9108b51d837a494b5757ab8946ea19088 [file] [log] [blame]
# Copyright 2018 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("//topaz/runtime/flutter_runner/flutter_app.gni")
import("//topaz/runtime/dart/dart_test.gni")
flutter_app("xi_embeddable") {
main_dart = "lib/main.dart"
sources = []
deps = [
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/app_driver/dart",
"//topaz/lib/xi/fuchsia_client:xi_fuchsia_client",
"//topaz/lib/xi/widgets:xi_widgets",
"//topaz/bin/xi/xi_session_agent:xi_session_services",
]
}