| Index: ash/public/cpp/BUILD.gn
 | 
| diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
 | 
| index e291ff39e7b55be5803c08cb8f04aa508d61f814..4dde32265a17a0caa6800b3d62220fe495634f8a 100644
 | 
| --- a/ash/public/cpp/BUILD.gn
 | 
| +++ b/ash/public/cpp/BUILD.gn
 | 
| @@ -6,6 +6,8 @@
 | 
|  component("ash_public_cpp") {
 | 
|    sources = [
 | 
|      "ash_public_export.h",
 | 
| +    "ash_typography.cc",
 | 
| +    "ash_typography.h",
 | 
|      "config.h",
 | 
|      "mus_property_mirror_ash.cc",
 | 
|      "mus_property_mirror_ash.h",
 | 
| @@ -32,6 +34,7 @@ component("ash_public_cpp") {
 | 
|      "//mojo/common:common_custom_types",
 | 
|      "//skia/public/interfaces",
 | 
|      "//ui/aura",
 | 
| +    "//ui/views",
 | 
|      "//ui/views/mus",
 | 
|    ]
 | 
|  
 | 
| 
 |