| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index cb1fa28c9ba58cb1c0d2b1209949ed5eb341ea50..4bbf148497ccbd22891efffe71b05c20d1e08a93 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -221,12 +221,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 += [
|
|
|