blob: 7ac0c01a770748dddcb00f91f9f9794bddb311ee [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("test") {
sources = [
"history_client_fake_bookmarks.cc",
"history_client_fake_bookmarks.h",
]
deps = [
"//base",
"//components/history/core/browser",
"//url",
]
}