| Index: components/constrained_window/BUILD.gn
|
| diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
|
| index 8e0952e0763484aea20c5ab91e9465da9fe55bb0..ddb6b29354bca439d4c308c6ae292c67d0d9db07 100644
|
| --- a/components/constrained_window/BUILD.gn
|
| +++ b/components/constrained_window/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("constrained_window") {
|
| +static_library("constrained_window") {
|
| sources = [
|
| "constrained_window_views.cc",
|
| "constrained_window_views.h",
|
|
|