| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index be71746912e83ced205edb65c82261bc0aece78d..b25f58b4d7f29ba4e310516d002b66376c17df94 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -173,6 +173,8 @@
|
|
|
| if (use_aura) {
|
| sources += [
|
| + "browser/input_method_event_handler.cc",
|
| + "browser/input_method_event_handler.h",
|
| "browser/shell_app_window_client_aura.cc",
|
| "browser/shell_desktop_controller_aura.cc",
|
| "browser/shell_desktop_controller_aura.h",
|
|
|