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

Unified Diff: ui/events/BUILD.gn

Issue 1492823003: fix most gn check issues in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-check-blink-source
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/gfx/BUILD.gn » ('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 71b0c8e0cf7d8ed5ea9bb7648ef94e4c647d9cea..97961907020ec0cfb7514265043d47db407e49d3 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -63,6 +63,7 @@ component("events_base") {
public_deps = [
"//base",
+ "//ipc",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -363,8 +364,11 @@ test("events_unittests") {
":test_support",
"//base",
"//base/test:run_all_unittests",
+ "//cc",
+ "//ipc",
"//ipc:test_support",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
"//ui/events/devices",
"//ui/events/ipc:events_ipc",
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698