| Index: components/history/core/test/BUILD.gn
|
| diff --git a/net/tools/tld_cleanup/BUILD.gn b/components/history/core/test/BUILD.gn
|
| similarity index 60%
|
| copy from net/tools/tld_cleanup/BUILD.gn
|
| copy to components/history/core/test/BUILD.gn
|
| index bf89c008bb03908ceafa7d5fc853a454d0fda02c..7ac0c01a770748dddcb00f91f9f9794bddb311ee 100644
|
| --- a/net/tools/tld_cleanup/BUILD.gn
|
| +++ b/components/history/core/test/BUILD.gn
|
| @@ -2,13 +2,15 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("tld_cleanup") {
|
| +static_library("test") {
|
| sources = [
|
| - "tld_cleanup_util.cc",
|
| - "tld_cleanup_util.h",
|
| + "history_client_fake_bookmarks.cc",
|
| + "history_client_fake_bookmarks.h",
|
| ]
|
| +
|
| deps = [
|
| "//base",
|
| + "//components/history/core/browser",
|
| "//url",
|
| ]
|
| }
|
|
|