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

Side by Side Diff: headless/DEPS

Issue 2832963002: Reland of Add --headless flag to Windows (Closed)
Patch Set: Created 3 years, 8 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_example.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", 2 "+components/crash/content/app",
3 "+components/crash/content/browser", 3 "+components/crash/content/browser",
4 "+content/public/app", 4 "+content/public/app",
5 "+content/public/browser", 5 "+content/public/browser",
6 "+content/public/renderer",
6 "+content/public/common", 7 "+content/public/common",
7 "+content/public/test", 8 "+content/public/test",
8 "+mojo/public", 9 "+mojo/public",
9 "+net", 10 "+net",
10 "+ui/base", 11 "+ui/base",
11 "+ui/base/resource", 12 "+ui/base/resource",
12 "+ui/display", 13 "+ui/display",
13 "+ui/events/devices", 14 "+ui/events/devices",
14 "+ui/events/platform", 15 "+ui/events/platform",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+ui/gfx/geometry", 17 "+ui/gfx/geometry",
17 "+ui/gl", 18 "+ui/gl",
18 "+ui/ozone/public", 19 "+ui/ozone/public",
20 "+sandbox/win/src",
19 "+services/service_manager/public", 21 "+services/service_manager/public",
20 ] 22 ]
OLDNEW
« no previous file with comments | « headless/BUILD.gn ('k') | headless/app/headless_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698