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

Side by Side Diff: chromecast/browser/DEPS

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! 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/cast_content_browser_client.h » ('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/devtools_discovery",
10 "+components/devtools_http_handler",
11 "+components/external_video_surface", 9 "+components/external_video_surface",
12 "+components/network_hints/browser", 10 "+components/network_hints/browser",
13 "+components/prefs", 11 "+components/prefs",
14 "+content/public/browser", 12 "+content/public/browser",
15 "+content/public/common", 13 "+content/public/common",
16 "+device/geolocation", 14 "+device/geolocation",
17 "+gin/v8_initializer.h", 15 "+gin/v8_initializer.h",
18 "+gpu/command_buffer/service/gpu_switches.h", 16 "+gpu/command_buffer/service/gpu_switches.h",
19 "+grit/chromecast_settings.h", 17 "+grit/chromecast_settings.h",
20 "+grit/shell_resources.h", 18 "+grit/shell_resources.h",
21 "+media/audio", 19 "+media/audio",
22 "+media/base", 20 "+media/base",
23 "+media/mojo", 21 "+media/mojo",
24 "+mojo/public", 22 "+mojo/public",
25 "+net", 23 "+net",
26 "+services/shell/public", 24 "+services/shell/public",
27 "+ui/aura", 25 "+ui/aura",
28 "+ui/base", 26 "+ui/base",
29 "+ui/compositor", 27 "+ui/compositor",
30 "+ui/gfx", 28 "+ui/gfx",
31 "+ui/gl", 29 "+ui/gl",
32 "+ui/display", 30 "+ui/display",
33 "+ui/native_theme", 31 "+ui/native_theme",
34 "+ui/ozone/platform/cast/overlay_manager_cast.h", 32 "+ui/ozone/platform/cast/overlay_manager_cast.h",
35 33
36 # TODO(sanfin): Remove this by fixing the crash handler on android. 34 # TODO(sanfin): Remove this by fixing the crash handler on android.
37 "!chromecast/app", 35 "!chromecast/app",
38 ] 36 ]
OLDNEW
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/cast_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698