Chromium Code Reviews| Index: chrome/browser/ui/views/DEPS |
| diff --git a/chrome/browser/ui/views/DEPS b/chrome/browser/ui/views/DEPS |
| index 0d30d9018bd84fdd7a27f5e9b71170417ef343ec..ab369bf969c37e1f14449cf9da2b7ec8fbd7ee65 100644 |
| --- a/chrome/browser/ui/views/DEPS |
| +++ b/chrome/browser/ui/views/DEPS |
| @@ -5,3 +5,11 @@ include_rules = [ |
| "+components/user_manager", |
| "+third_party/libaddressinput", |
| ] |
| + |
| +specific_include_rules = { |
| + # ValidationMessageBubbleView depends on RenderWidgetHostView directly, so the |
| + # unit test needs access to the test subclass. |
| + "validation_message_bubble_view_unittest.cc": [ |
| + "+content/test/test_render_view_host.h", |
|
sky
2017/05/05 14:43:21
Code outside of content should only use code in co
Bret
2017/05/06 01:15:11
Changed the set_native_view call in RenderViewHost
|
| + ], |
| +} |