chromium/fuchsia_web/webengine/test/BUILD.gn

# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_fuchsia)

source_set("integration") {
  testonly = true
  public = [
    "context_provider_for_test.h",
    "isolated_archivist.h",
  ]
  sources = [
    "context_provider_for_test.cc",
    "isolated_archivist.cc",
  ]
  public_deps = [
    "//base",
    "//third_party/abseil-cpp:absl",
    "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.logger:fuchsia.logger_cpp",
    "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.web:fuchsia.web_hlcpp",
    "//third_party/fuchsia-sdk/sdk/pkg/component_incoming_cpp",
    "//third_party/fuchsia-sdk/sdk/pkg/fidl_cpp_base",
    "//third_party/fuchsia-sdk/sdk/pkg/sys_component_cpp_testing",
    "//third_party/fuchsia-sdk/sdk/pkg/sys_cpp",
  ]
  deps = [ "//fuchsia_web/common/test:test_support" ]
}