Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1603)

Unified Diff: components/arc/BUILD.gn

Issue 2180263002: Host side implementation of ARC tts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Override Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698