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

Unified Diff: ui/base/BUILD.gn

Issue 2605843002: Add MockInputMethodManager under ui/base/ime/chromeos/ (Closed)
Patch Set: Addressed comments. 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..9408e4274d1f2b0ba709e93b35692e3724f938f4 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -673,6 +673,13 @@ static_library("test_support") {
sources += [ "test/user_interactive_test_case.cc" ]
}
+ if (is_chromeos) {
+ sources += [
+ "ime/chromeos/mock_input_method_manager.cc",
+ "ime/chromeos/mock_input_method_manager.h",
+ ]
+ }
+
public_deps = [
":base",
]
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h ('k') | ui/base/ime/chromeos/mock_input_method_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698