| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 5ea83c8677a01e6d37cbed97151823460a1815b9..a6473e3de1b792824817f1476cbd76c38cbb0dd4 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -56,6 +56,8 @@ static_library("arc") {
|
| "set_wallpaper_delegate.h",
|
| "storage_manager/arc_storage_manager.cc",
|
| "storage_manager/arc_storage_manager.h",
|
| + "tts/arc_tts_service.cc",
|
| + "tts/arc_tts_service.h",
|
| "user_data/arc_user_data_service.cc",
|
| "user_data/arc_user_data_service.h",
|
| ]
|
| @@ -152,6 +154,7 @@ mojom("arc_bindings") {
|
| "common/scale_factor.mojom",
|
| "common/screen_rect.mojom",
|
| "common/storage_manager.mojom",
|
| + "common/tts.mojom",
|
| "common/video.mojom",
|
| "common/video_accelerator.mojom",
|
| ]
|
|
|