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

Unified Diff: ui/views/DEPS

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/DEPS
diff --git a/ui/views/DEPS b/ui/views/DEPS
index d5541eea7396ebb847e1868a9ca13f772bf33822..6a6b318bb5446f57443d7aafcbf3d928ae9ad2e8 100644
--- a/ui/views/DEPS
+++ b/ui/views/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+skia/ext",
+ "+testing/gmock",
"+third_party/iaccessible2",
"+third_party/skia",
"+ui/accessibility",
@@ -17,8 +18,6 @@ include_rules = [
"+ui/touch_selection",
"+ui/wm/core",
"+ui/wm/public",
-
- "-testing/gmock",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698