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

Unified Diff: ui/events/BUILD.gn

Issue 280833002: Re-land "Issue 191223007: Move touch CTM from X into Chrome" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: adding missing file again Created 6 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 | « ui/display/chromeos/x11/touchscreen_delegate_x11.cc ('k') | ui/events/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 31ac30ab884e0060ef6631f5966d8a8a17c1e97b..8c6d3d4c6fb79ba79ffad1a43c0bacfa523858ae 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -41,6 +41,7 @@ component("events_base") {
":dom4_keycode_converter",
"//base",
"//base/third_party/dynamic_annotations",
+ "//skia",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -239,6 +240,7 @@ source_set("events_test_support") {
]
deps = [
+ "//skia",
":events_base",
":events",
]
@@ -300,6 +302,7 @@ test("events_unittests") {
":gesture_detection",
"//base",
"//base/test:run_all_unittests",
+ "//skia",
"//testing/gtest",
"//ui/gfx:gfx_test_support",
]
« no previous file with comments | « ui/display/chromeos/x11/touchscreen_delegate_x11.cc ('k') | ui/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698