chromium/chrome/browser/ash/lobster/mock/BUILD.gn

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

import("//build/config/chromeos/ui_mode.gni")

assert(is_chromeos_ash)

static_library("test_support") {
  testonly = true

  sources = [
    "mock_snapper_provider.cc",
    "mock_snapper_provider.h",
  ]

  deps = [
    "//base",
    "//base/test:test_support",
    "//components/manta",
    "//net/traffic_annotation:traffic_annotation",
    "//services/data_decoder/public/cpp:test_support",
    "//testing/gmock",
    "//ui/gfx:test_support",
  ]
}