| Index: ui/chromeos/BUILD.gn
|
| diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn
|
| index 262b0e7266d9a66cf78332f7882bf2eae7756a13..0f11fded077ac88d3a2d52aee20e00c4b1575749 100644
|
| --- a/ui/chromeos/BUILD.gn
|
| +++ b/ui/chromeos/BUILD.gn
|
| @@ -5,6 +5,18 @@
|
| component("ui_chromeos") {
|
| sources = [
|
| "accessibility_types.h",
|
| + "ime/candidate_view.cc",
|
| + "ime/candidate_view.h",
|
| + "ime/candidate_window_view.cc",
|
| + "ime/candidate_window_view.h",
|
| + "ime/infolist_window.cc",
|
| + "ime/infolist_window.h",
|
| + "ime/input_method_menu_item.cc",
|
| + "ime/input_method_menu_item.h",
|
| + "ime/input_method_menu_manager.cc",
|
| + "ime/input_method_menu_manager.h",
|
| + "ime/mode_indicator_view.cc",
|
| + "ime/mode_indicator_view.h",
|
| "network/network_connect.cc",
|
| "network/network_connect.h",
|
| "network/network_icon.cc",
|
|
|