| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index e870a50be414f96151aa6e2018e2a54bf629f69c..52b9cb890f17e692d1d3835bd9e659c3a6e4e748 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -181,6 +181,10 @@ source_set("browser") {
|
|
|
| sources +=
|
| rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome")
|
| + sources +=
|
| + rebase_path(gypi_values.chrome_browser_task_manager_unconditional_sources,
|
| + ".",
|
| + "//chrome")
|
|
|
| if (!is_ios) {
|
| sources +=
|
|
|