| Index: ui/views/BUILD.gn
|
| diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
|
| index 6d7003e682a10e9151a79df9278f0b4302b4a29e..e68dec7d98659c3f18fcb9fc344dc19c9cce26ef 100644
|
| --- a/ui/views/BUILD.gn
|
| +++ b/ui/views/BUILD.gn
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| +# found in the LICENSE file.
|
|
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| @@ -342,6 +342,10 @@ component("views") {
|
| "style/platform_style.cc",
|
| "style/platform_style.h",
|
| "style/platform_style_mac.mm",
|
| + "style/typography.cc",
|
| + "style/typography.h",
|
| + "style/typography_provider.cc",
|
| + "style/typography_provider.h",
|
| "view.cc",
|
| "view.h",
|
| "view_constants.cc",
|
|
|