| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 7cab8088b52673ccfb1b54571b8228f272d0d6db..e06278f7b030c356c6c4c16e7e596465df39ceb3 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -491,13 +491,6 @@ split_static_library("browser") {
|
| ".",
|
| "//chrome")
|
| }
|
| -
|
| - if (is_mac && !mac_views_browser) {
|
| - sources +=
|
| - rebase_path(gypi_values.chrome_browser_old_task_manager_cocoa_sources,
|
| - ".",
|
| - "//chrome")
|
| - }
|
| }
|
| if (enable_spellcheck) {
|
| sources += rebase_path(gypi_values.chrome_browser_spellchecker_sources,
|
|
|