Chromium Code Reviews| Index: chrome/browser/BUILD.gn |
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
| index 98faecccd7f07e3e27215075606e4c7813037606..7f5d300618085a997f673acd45fb41b30c3d3525 100644 |
| --- a/chrome/browser/BUILD.gn |
| +++ b/chrome/browser/BUILD.gn |
| @@ -131,6 +131,9 @@ static_library("browser") { |
| "//sync", |
| ] |
| + sources += rebase_path(gypi_values.chrome_browser_undo_sources, |
| + ".", "//chrome") |
| + |
| if (!is_ios) { |
| sources += rebase_path(gypi_values.chrome_browser_non_ios_sources, |
| ".", "//chrome") |