| Index: components/history/content/browser/BUILD.gn
|
| diff --git a/components/history/content/browser/BUILD.gn b/components/history/content/browser/BUILD.gn
|
| index ba7d7c4a96f7e151d0575d95a174ffc258d13260..86408cbb8900718aa0a4a3e0c8e3e3c0eded1284 100644
|
| --- a/components/history/content/browser/BUILD.gn
|
| +++ b/components/history/content/browser/BUILD.gn
|
| @@ -24,3 +24,16 @@ static_library("browser") {
|
| "//url:url",
|
| ]
|
| }
|
| +
|
| +source_set("unit_tests") {
|
| + testonly = true
|
| + sources = [
|
| + "content_history_backend_db_unittest.cc",
|
| + ]
|
| + deps = [
|
| + ":browser",
|
| + "//components/history/core/browser:browser",
|
| + "//components/history/core/test",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
|
|