# Copyright 2025 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") {
  testonly = true
  sources = [ "bookmarks_api_matchers.h" ]
  deps = [
    "//base",
    "//chrome/common/extensions/api",
    "//components/bookmarks/browser",
    "//testing/gmock",
  ]
}
