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

Unified Diff: ui/events/keycodes/dom4/keycode_converter_unittest.cc

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try 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/events/keycodes/dom4/keycode_converter.cc ('k') | ui/events/platform/platform_event_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/dom4/keycode_converter_unittest.cc
diff --git a/ui/events/keycodes/dom4/keycode_converter_unittest.cc b/ui/events/keycodes/dom4/keycode_converter_unittest.cc
index 0b96583617b7c09d7867583991813043ccb5a081..1c02eca3f6bd7b263e24dc465e61c72e9ae2ed0b 100644
--- a/ui/events/keycodes/dom4/keycode_converter_unittest.cc
+++ b/ui/events/keycodes/dom4/keycode_converter_unittest.cc
@@ -13,12 +13,8 @@ using ui::KeycodeConverter;
namespace {
-#if defined(OS_WIN)
-const size_t kExpectedMappedKeyCount = 138;
-#elif defined(OS_LINUX)
+#if defined(OS_LINUX)
const size_t kExpectedMappedKeyCount = 145;
-#elif defined(OS_MACOSX)
-const size_t kExpectedMappedKeyCount = 118;
#else
const size_t kExpectedMappedKeyCount = 0;
#endif
« no previous file with comments | « ui/events/keycodes/dom4/keycode_converter.cc ('k') | ui/events/platform/platform_event_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698