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

Side by Side Diff: chromecast/browser/DEPS

Issue 2206813002: [chromecast] Remove default chromecast-wide deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 # chromecast/browser/ is the top-level main directory for the Chromecast 2 # chromecast/browser/ is the top-level main directory for the Chromecast
3 # embedder and can include from all other chromecast/ directories. 3 # embedder and can include from all other chromecast/ directories.
4 "+cc/base/switches.h", 4 "+cc/base/switches.h",
5 "+chromecast", 5 "+chromecast",
6 "+components/crash", 6 "+components/crash",
7 "+components/devtools_discovery", 7 "+components/devtools_discovery",
8 "+components/devtools_http_handler", 8 "+components/devtools_http_handler",
9 "+components/external_video_surface", 9 "+components/external_video_surface",
10 "+components/network_hints/browser", 10 "+components/network_hints/browser",
11 "+components/prefs", 11 "+components/prefs",
12 "+content/public/browser", 12 "+content/public/browser",
13 "+content/public/common",
13 "+device/geolocation", 14 "+device/geolocation",
14 "+gin/v8_initializer.h", 15 "+gin/v8_initializer.h",
15 "+gpu/command_buffer/service/gpu_switches.h", 16 "+gpu/command_buffer/service/gpu_switches.h",
17 "+grit/chromecast_settings.h",
18 "+grit/shell_resources.h",
16 "+media/audio", 19 "+media/audio",
17 "+media/base", 20 "+media/base",
18 "+media/mojo", 21 "+media/mojo",
22 "+net",
19 "+services/shell/public", 23 "+services/shell/public",
24 "+ui/aura",
25 "+ui/base",
26 "+ui/compositor",
27 "+ui/gfx",
28 "+ui/gl",
29 "+ui/display",
20 "+ui/ozone/platform/cast/overlay_manager_cast.h", 30 "+ui/ozone/platform/cast/overlay_manager_cast.h",
21 ] 31 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698