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

Side by Side Diff: chromecast/browser/DEPS

Issue 2352913002: Remove VIDEO_HOLE from chromecast (Closed)
Patch Set: 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
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
10 "+components/network_hints/browser", 9 "+components/network_hints/browser",
11 "+components/prefs", 10 "+components/prefs",
12 "+content/public/browser", 11 "+content/public/browser",
13 "+content/public/common", 12 "+content/public/common",
14 "+device/geolocation", 13 "+device/geolocation",
15 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
16 "+gpu/command_buffer/service/gpu_switches.h", 15 "+gpu/command_buffer/service/gpu_switches.h",
17 "+grit/chromecast_settings.h", 16 "+grit/chromecast_settings.h",
18 "+grit/shell_resources.h", 17 "+grit/shell_resources.h",
19 "+media/audio", 18 "+media/audio",
20 "+media/base", 19 "+media/base",
21 "+media/mojo", 20 "+media/mojo",
22 "+mojo/public", 21 "+mojo/public",
23 "+net", 22 "+net",
24 "+services/shell/public", 23 "+services/shell/public",
25 "+ui/aura", 24 "+ui/aura",
26 "+ui/base", 25 "+ui/base",
27 "+ui/compositor", 26 "+ui/compositor",
28 "+ui/gfx", 27 "+ui/gfx",
29 "+ui/gl", 28 "+ui/gl",
30 "+ui/display", 29 "+ui/display",
31 "+ui/native_theme", 30 "+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
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698