| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 1f9d50856c83b51bddd1b18c411f117fbb7aa74d..b8651719b7f8132308e157174ef0d7bc9e5cb422 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -173,6 +173,8 @@ source_set("app_shell_lib") {
|
|
|
| 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",
|
|
|