blob: 7ecff95cbbee0673675ae68f2d6ddfb2f1ab6b7b [file] [log] [blame]
# 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",
]
}