chromium/components/webapps/services/web_app_origin_association/test/BUILD.gn

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

source_set("test_support") {
  sources = [
    "test_web_app_origin_association_fetcher.cc",
    "test_web_app_origin_association_fetcher.h",
  ]

  deps = [
    "//services/network/public/cpp",
    "//url",
  ]

  public_deps =
      [ "//components/webapps/services/web_app_origin_association:lib" ]
}