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

Unified Diff: ui/events/platform/BUILD.gn

Issue 1042293004: Fix 'gn check' errors in //ui/* and add to default checked set (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/BUILD.gn
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn
index 3bd8d91793a1e88bbf378a09491918d4a67aba45..76281a0d48892a3c88bae1b93ec036d67b9f6773 100644
--- a/ui/events/platform/BUILD.gn
+++ b/ui/events/platform/BUILD.gn
@@ -52,7 +52,10 @@ component("platform") {
"x11/x11_event_source_libevent.cc",
]
- deps += [ "//ui/gfx/x" ]
+ deps += [
+ "//ui/events:dom4_keycode_converter",
+ "//ui/gfx/x",
+ ]
} else {
sources += [
"platform_event_source_stub.cc",
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698