| Index: components/bookmarks/browser/BUILD.gn
|
| diff --git a/components/bookmarks/browser/BUILD.gn b/components/bookmarks/browser/BUILD.gn
|
| index 756ad7854df51d4469b6ac17b39ebc46fd72b8b8..6188b106b142114fd4ab124b9b0bd0556566d976 100644
|
| --- a/components/bookmarks/browser/BUILD.gn
|
| +++ b/components/bookmarks/browser/BUILD.gn
|
| @@ -40,6 +40,9 @@ static_library("browser") {
|
| "startup_task_runner_service.cc",
|
| "startup_task_runner_service.h",
|
| "titled_url_node.h",
|
| + "titled_url_node_sorter.h",
|
| + "typed_count_sorter.cc",
|
| + "typed_count_sorter.h",
|
| ]
|
|
|
| public_deps = [
|
|
|