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

Unified Diff: ui/events/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: 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
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index dc47131888ba755040315109eb292d91f6aa79de..a8013709b2f8270bcbff02420e0c6ed90a162923 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -5,14 +5,14 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-static_library("dom4_keycode_converter") {
+static_library("dom_keycode_converter") {
sources = [
- "keycodes/dom3/dom_code.h",
- "keycodes/dom3/dom_key.h",
- "keycodes/dom3/dom_key_data.h",
- "keycodes/dom4/keycode_converter.cc",
- "keycodes/dom4/keycode_converter.h",
- "keycodes/dom4/keycode_converter_data.h",
+ "keycodes/dom/dom_code.h",
+ "keycodes/dom/dom_key.h",
+ "keycodes/dom/dom_key_data.h",
+ "keycodes/dom/keycode_converter.cc",
+ "keycodes/dom/keycode_converter.h",
+ "keycodes/dom/keycode_converter_data.h",
]
deps = [
@@ -52,7 +52,7 @@ component("events_base") {
defines = [ "EVENTS_BASE_IMPLEMENTATION" ]
deps = [
- ":dom4_keycode_converter",
+ ":dom_keycode_converter",
"//base/third_party/dynamic_annotations",
"//skia",
]
@@ -116,7 +116,7 @@ component("events") {
":events_base",
]
deps = [
- ":dom4_keycode_converter",
+ ":dom_keycode_converter",
":gesture_detection",
"//base/third_party/dynamic_annotations",
"//skia",
@@ -299,7 +299,7 @@ test("events_unittests") {
"gesture_detection/velocity_tracker_unittest.cc",
"gestures/blink/web_gesture_curve_impl_unittest.cc",
"gestures/fling_curve_unittest.cc",
- "keycodes/dom4/keycode_converter_unittest.cc",
+ "keycodes/dom/keycode_converter_unittest.cc",
"keycodes/keyboard_code_conversion_unittest.cc",
"latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
@@ -307,7 +307,7 @@ test("events_unittests") {
]
deps = [
- ":dom4_keycode_converter",
+ ":dom_keycode_converter",
":events",
":events_base",
":gesture_detection",

Powered by Google App Engine
This is Rietveld 408576698