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

Unified Diff: ui/events/BUILD.gn

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/compositor/BUILD.gn ('k') | ui/events/event.cc » ('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 ecbfa2b8756b1d21ed571243c0b5ee9af1aa24c9..4dc4ccfc99d7ee5ac97c22e60384ff4b7e8017f6 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -58,6 +58,7 @@ component("events_base") {
deps = [
":dom_keycode_converter",
"//base/third_party/dynamic_annotations",
+ "//ipc:param_traits",
"//skia",
]
@@ -289,6 +290,7 @@ source_set("test_support") {
":events",
":events_base",
":gesture_detection",
+ "//ui/events/devices",
]
deps = [
"//base",
@@ -368,6 +370,7 @@ test("events_unittests") {
"//base/test:run_all_unittests",
"//ipc:test_support",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
"//ui/events/devices",
"//ui/events/ipc:events_ipc",
@@ -382,6 +385,7 @@ test("events_unittests") {
"gestures/blink/web_gesture_curve_impl_unittest.cc",
]
deps += [
+ "//cc",
"//third_party/WebKit/public:blink_headers",
"//ui/events/blink",
"//ui/events/gestures/blink",
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698