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

Side by Side Diff: chromecast/browser/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/network_hints/browser", 9 "+components/network_hints/browser",
10 "+components/prefs", 10 "+components/prefs",
11 "+content/public/browser", 11 "+content/public/browser",
12 "+content/public/common", 12 "+content/public/common",
13 "+device/geolocation", 13 "+device/geolocation",
14 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
15 "+gpu/command_buffer/service/gpu_switches.h", 15 "+gpu/command_buffer/service/gpu_switches.h",
16 "+grit/chromecast_settings.h", 16 "+grit/chromecast_settings.h",
17 "+grit/shell_resources.h", 17 "+grit/shell_resources.h",
18 "+media/audio", 18 "+media/audio",
19 "+media/base", 19 "+media/base",
20 "+media/mojo", 20 "+media/mojo",
21 "+mojo/public", 21 "+mojo/public",
22 "+net", 22 "+net",
23 "+services/shell/public", 23 "+services/service_manager/public",
24 "+ui/aura", 24 "+ui/aura",
25 "+ui/base", 25 "+ui/base",
26 "+ui/compositor", 26 "+ui/compositor",
27 "+ui/gfx", 27 "+ui/gfx",
28 "+ui/gl", 28 "+ui/gl",
29 "+ui/display", 29 "+ui/display",
30 "+ui/ozone/platform/cast/overlay_manager_cast.h", 30 "+ui/ozone/platform/cast/overlay_manager_cast.h",
31 31
32 # TODO(sanfin): Remove this by fixing the crash handler on android. 32 # TODO(sanfin): Remove this by fixing the crash handler on android.
33 "!chromecast/app", 33 "!chromecast/app",
34 ] 34 ]
OLDNEW
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698