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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/browser/ui/views", 2 "+chrome/browser/ui/views",
3 "+components/constrained_window", 3 "+components/constrained_window",
4 "+services/ui/public/cpp", 4 "+services/ui/public/cpp",
5 "+components/user_manager", 5 "+components/user_manager",
6 "+third_party/libaddressinput", 6 "+third_party/libaddressinput",
7 ] 7 ]
8
9 specific_include_rules = {
10 # ValidationMessageBubbleView depends on RenderWidgetHostView directly, so the
11 # unit test needs access to the test subclass.
12 "validation_message_bubble_view_unittest.cc": [
13 "+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
14 ],
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698