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

Unified Diff: ui/views/BUILD.gn

Issue 2448173002: Fix processing of mouse events on MacViews.
Patch Set: Fix processing of mouse events on MacViews. Created 4 years, 2 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/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 565b115f02a7031c8b190266de5b01fca72f2d29..05a1d1ebe53a277f2393f4070b03c966a9eed030 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -877,6 +877,7 @@ source_set("views_unittests_sources") {
"//base/test:test_support",
"//cc",
"//skia",
+ "//testing/gmock",
"//testing/gtest",
"//third_party/icu",
"//ui/accessibility",

Powered by Google App Engine
This is Rietveld 408576698