| Index: components/bookmarks/browser/BUILD.gn
|
| diff --git a/components/bookmarks/browser/BUILD.gn b/components/bookmarks/browser/BUILD.gn
|
| index f6c736c8bf52b657b33622a4edbefe4bad41d9dd..df6e2f32742d720fc94f7c5fe6336620958cd47a 100644
|
| --- a/components/bookmarks/browser/BUILD.gn
|
| +++ b/components/bookmarks/browser/BUILD.gn
|
| @@ -59,3 +59,18 @@ source_set("browser") {
|
| ]
|
| }
|
| }
|
| +
|
| +source_set("unit_tests") {
|
| + sources = [
|
| + "bookmark_codec_unittest.cc",
|
| + "bookmark_expanded_state_tracker_unittest.cc",
|
| + "bookmark_index_unittest.cc",
|
| + "bookmark_model_unittest.cc",
|
| + "bookmark_utils_unittest.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + ":browser",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
|
|