Chromium Code Reviews| 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", |