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

Side by Side Diff: chromecast/browser/DEPS

Issue 2339873002: Replace hide-scrollbars flag with a web setting. (Closed)
Patch Set: replace viewport test b/c overlay bars are hidden in layout tests. Created 4 years, 3 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 "+cc/base/switches.h", 2 "+cc/base/switches.h",
3 "+chromecast/common", 3 "+chromecast/common",
4 "+chromecast/graphics", 4 "+chromecast/graphics",
5 "+chromecast/media", 5 "+chromecast/media",
6 "+chromecast/net", 6 "+chromecast/net",
7 "+chromecast/service", 7 "+chromecast/service",
8 "+components/crash", 8 "+components/crash",
9 "+components/external_video_surface", 9 "+components/external_video_surface",
10 "+components/network_hints/browser", 10 "+components/network_hints/browser",
(...skipping 10 matching lines...) Expand all
21 "+media/mojo", 21 "+media/mojo",
22 "+mojo/public", 22 "+mojo/public",
23 "+net", 23 "+net",
24 "+services/shell/public", 24 "+services/shell/public",
25 "+ui/aura", 25 "+ui/aura",
26 "+ui/base", 26 "+ui/base",
27 "+ui/compositor", 27 "+ui/compositor",
28 "+ui/gfx", 28 "+ui/gfx",
29 "+ui/gl", 29 "+ui/gl",
30 "+ui/display", 30 "+ui/display",
31 "+ui/native_theme",
32 "+ui/ozone/platform/cast/overlay_manager_cast.h", 31 "+ui/ozone/platform/cast/overlay_manager_cast.h",
33 32
34 # TODO(sanfin): Remove this by fixing the crash handler on android. 33 # TODO(sanfin): Remove this by fixing the crash handler on android.
35 "!chromecast/app", 34 "!chromecast/app",
36 ] 35 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698