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

Unified Diff: ui/base/BUILD.gn

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | « remoting/remoting_nacl.gyp ('k') | ui/base/ime/input_method_chromeos_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 1d8047faf903707df40f5c4e2ccfbeeb87dc4f28..ba088d80d9eb568dd6140d61bb334cc4c8c6c9cf 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -802,7 +802,7 @@ test("ui_base_unittests") {
if (is_chromeos) {
deps += [
"//chromeos",
- "//ui/events:dom4_keycode_converter",
+ "//ui/events:dom_keycode_converter",
]
}
}
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | ui/base/ime/input_method_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698