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

Unified Diff: chrome/browser/ui/views/DEPS

Issue 2861533003: Backfill some UI tests. (Closed)
Patch Set: minor edits Created 3 years, 7 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: 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
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698