| # Copyright 2025 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. |
| |
| source_set("escher_flatland") { |
| sources = [ |
| "escher_flatland.cc", |
| "escher_flatland.h", |
| ] |
| public_deps = [ |
| "//sdk/fidl/fuchsia.element:fuchsia.element_cpp", |
| "//sdk/fidl/fuchsia.power.system:fuchsia.power.system_cpp", |
| "//sdk/fidl/fuchsia.time.alarms:fuchsia.time.alarms_cpp", |
| "//sdk/fidl/fuchsia.ui.composition:fuchsia.ui.composition_cpp", |
| "//sdk/fidl/fuchsia.ui.views:fuchsia.ui.views_cpp", |
| "//sdk/lib/component/incoming/cpp", |
| "//sdk/lib/syslog/cpp", |
| "//src/lib/vulkan:vulkan_validation_layers", |
| "//src/lib/vulkan/swapchain:image_pipe_swapchain_layer", |
| "//src/ui/lib/escher", |
| ] |
| } |