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

Unified Diff: ui/base/BUILD.gn

Issue 1771173002: Implement input.ime.sendKeyEvents API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure. Created 4 years, 9 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 718de9de99fd6b7d3418c26eee019d2d1693949a..e2a30a86e2414483b2d2919e66ee6c5f9bac9a23 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -675,7 +675,10 @@ source_set("test_support") {
"ime/dummy_text_input_client.h",
]
- deps += [ "//ui/base/ime" ]
+ deps += [
+ "//ui/base/ime",
+ "//ui/events",
+ ]
}
if (!use_aura) {

Powered by Google App Engine
This is Rietveld 408576698