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

Unified Diff: ui/views/BUILD.gn

Issue 2448173002: Fix processing of mouse events on MacViews.
Patch Set: 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",
Avi (use Gerrit) 2016/10/25 15:34:50 Why are you changing this?
snake 2016/10/25 15:46:18 For using gmock in tests
tapted 2016/10/26 00:56:59 gmock isn't allowed under src/ui/views -- ui/vie
"//testing/gtest",
"//third_party/icu",
"//ui/accessibility",

Powered by Google App Engine
This is Rietveld 408576698