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

Side by Side Diff: headless/DEPS

Issue 2837093003: Revert of Add --headless flag to Windows (Closed)
Patch Set: Fix compilation issue Created 3 years, 7 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",
7 "+content/public/common", 6 "+content/public/common",
8 "+content/public/test", 7 "+content/public/test",
9 "+mojo/public", 8 "+mojo/public",
10 "+net", 9 "+net",
11 "+ui/base", 10 "+ui/base",
12 "+ui/base/resource", 11 "+ui/base/resource",
13 "+ui/display", 12 "+ui/display",
14 "+ui/events/devices", 13 "+ui/events/devices",
15 "+ui/events/platform", 14 "+ui/events/platform",
16 "+ui/gfx", 15 "+ui/gfx",
17 "+ui/gfx/geometry", 16 "+ui/gfx/geometry",
18 "+ui/gl", 17 "+ui/gl",
19 "+ui/ozone/public", 18 "+ui/ozone/public",
20 "+sandbox/win/src",
21 "+services/service_manager/public", 19 "+services/service_manager/public",
22 ] 20 ]
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