chromium/ios/chrome/browser/settings/model/sync/utils/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.

source_set("test") {
  testonly = true
  sources = [
    "mock_sync_error_infobar_delegate.h",
    "mock_sync_error_infobar_delegate.mm",
  ]

  deps = [
    "//ios/chrome/browser/settings/model/sync/utils",
    "//ios/chrome/browser/shared/model/profile",
    "//testing/gmock",
    "//ui/base",
    "//ui/gfx",
  ]
}