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

Side by Side Diff: headless/DEPS

Issue 2693943004: headless: Add support for minidump generation on Linux (Closed)
Patch Set: Review comments Created 3 years, 10 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 | « headless/BUILD.gn ('k') | headless/app/headless_shell.cc » ('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 "+components/crash/content/app",
3 "+components/crash/content/browser",
2 "+content/public/app", 4 "+content/public/app",
3 "+content/public/browser", 5 "+content/public/browser",
4 "+content/public/common", 6 "+content/public/common",
5 "+content/public/test", 7 "+content/public/test",
6 "+mojo/public", 8 "+mojo/public",
7 "+net", 9 "+net",
8 "+ui/base", 10 "+ui/base",
9 "+ui/base/resource", 11 "+ui/base/resource",
10 "+ui/display", 12 "+ui/display",
11 "+ui/events/devices", 13 "+ui/events/devices",
12 "+ui/events/platform", 14 "+ui/events/platform",
13 "+ui/gfx", 15 "+ui/gfx",
14 "+ui/gfx/geometry", 16 "+ui/gfx/geometry",
15 "+ui/gl", 17 "+ui/gl",
16 "+ui/ozone/public", 18 "+ui/ozone/public",
17 "+services/service_manager/public", 19 "+services/service_manager/public",
18 ] 20 ]
OLDNEW
« no previous file with comments | « headless/BUILD.gn ('k') | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698