| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 684291f61788a6fb6d3834f3ab2ceddc450a3943..180428668a41bae8633b10e7d1dd89d4167e7bd7 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -155,6 +155,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",
|
|
|