blob: f97e927c2dc7715e0e94fcbfce7d171d278bbf48 [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("//build/fuchsia/sdk.gni")
source_set("views") {
testonly = true
sources = [
"color.cc",
"color.h",
"embedder_view.cc",
"embedder_view.h",
]
include_dirs = [ "//flutter/shell/platform/fuchsia/flutter/integration_flutter_tests/fuchsia_testing" ]
public_deps = [
"$fuchsia_sdk_root/pkg:scenic_cpp",
"//flutter/fml",
"//flutter/shell/platform/fuchsia/flutter/integration_flutter_tests/fuchsia_testing/src/lib/ui/base_view",
]
}