Chromium Code Reviews| Index: chromeos/BUILD.gn |
| diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn |
| index 4fef2ba193e0084c9982bee38f29c3551af0bd08..675625e436bf276d0164480aed0282931d3b8b50 100644 |
| --- a/chromeos/BUILD.gn |
| +++ b/chromeos/BUILD.gn |
| @@ -42,11 +42,13 @@ component("chromeos") { |
| if (use_x11) { |
| configs += [ "//build/config/linux:x11" ] |
| deps += [ "//ui/gfx/x" ] |
| - sources -= [ "ime/ime_keyboard_ozone.cc" ] |
| + sources -= [ "ime/ime_keyboard_ozone.cc", |
| + "ime/ime_keyboard_ozone.h"] |
|
satorux1
2014/11/06 00:54:06
move ] to the next line? also put a comma at the e
FengYuan
2014/11/06 04:48:34
Done.
|
| } else { |
| sources -= [ |
| "ime/keyboard_controller.cc", |
| "ime/ime_keyboard_x11.cc", |
| + "ime/ime_keyboard_x11.h", |
| ] |
| } |
| } |