| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 7bb0671d6a1b7c54c26be683aa15367c595da4ad..a501a10eb831d2a74df07c302b9e1876e87803c8 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -220,12 +220,15 @@ static_library("ui") {
|
| sources += rebase_path(
|
| gypi_values.chrome_browser_ui_views_non_mac_sources,
|
| ".", "//chrome")
|
| - deps += [ "//extensions/components/native_app_window" ]
|
| + deps += [
|
| + "//components/constrained_window",
|
| + "//extensions/components/native_app_window",
|
| + ]
|
| }
|
| if (use_ash) {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_ash_views_sources,
|
| ".", "//chrome")
|
| - }
|
| + }
|
| }
|
| if (use_aura && !use_ozone && is_desktop_linux) {
|
| deps += [
|
|
|