| # Copyright 2024 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("web_app_base") { |
| testonly = true |
| sources = [ |
| "web-app-base.cc", |
| "web-app-base.h", |
| ] |
| public_deps = [ |
| "//sdk/fidl/fuchsia.element:fuchsia.element_cpp", |
| "//sdk/fidl/fuchsia.ui.test.input:fuchsia.ui.test.input_cpp", |
| "//sdk/fidl/fuchsia.ui.views:fuchsia.ui.views_cpp", |
| "//sdk/fidl/fuchsia.web:fuchsia.web_cpp", |
| "//sdk/lib/async-loop:async-loop-cpp", |
| "//sdk/lib/async-loop:async-loop-default", |
| "//sdk/lib/component/incoming/cpp", |
| "//sdk/lib/component/outgoing/cpp", |
| "//sdk/lib/syslog/cpp", |
| "//src/chromium/web_engine/meta/shards:context_provider_create_with_network", |
| "//src/chromium/web_engine/meta/shards:context_provider_create_with_view", |
| "//src/lib/json_parser", |
| "//src/ui/testing/util:fidl_cpp_helpers", |
| "//src/ui/testing/util:loop_fixture", |
| "//third_party/rapidjson", |
| ] |
| } |