Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: ui/base/BUILD.gn

Issue 2605843002: Add MockInputMethodManager under ui/base/ime/chromeos/ (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698