Chromium Code Reviews| Index: chrome/browser/BUILD.gn |
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
| index 9c91fadd80a08908e1ee13f1811fc699d2512755..7d17aea090a6f214a60e2281dab1270f9d87c642 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") |