Chromium Code Reviews| Index: ui/base/BUILD.gn |
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
| index 15f78e5946fe5731ac23b6b0dab423bd9a1333c9..3576336ad684eb0dcd4fa3292e93d30e219e36fa 100644 |
| --- a/ui/base/BUILD.gn |
| +++ b/ui/base/BUILD.gn |
| @@ -630,6 +630,8 @@ component("base") { |
| static_library("test_support") { |
| testonly = true |
| sources = [ |
| + "ime/chromeos/mock_input_method_manager.cc", |
|
sky
2017/01/04 16:35:52
Shouldn't you only compile these files on chromeos
Azure Wei
2017/01/05 15:41:29
Added these under condition is_chromeos.
|
| + "ime/chromeos/mock_input_method_manager.h", |
| "test/material_design_controller_test_api.cc", |
| "test/material_design_controller_test_api.h", |
| "test/ui_controls.h", |