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

Side by Side Diff: headless/DEPS

Issue 2631263003: [headless] Fix screenshots with gpu enabled. (Closed)
Patch Set: make test work with gpu compositing, run it for both gpu/software comp. Created 3 years, 11 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 "+content/public/app", 2 "+content/public/app",
3 "+content/public/browser", 3 "+content/public/browser",
4 "+content/public/common", 4 "+content/public/common",
5 "+content/public/test", 5 "+content/public/test",
6 "+mojo/public", 6 "+mojo/public",
7 "+net", 7 "+net",
8 "+third_party/skia/include",
8 "+ui/base", 9 "+ui/base",
9 "+ui/base/resource", 10 "+ui/base/resource",
10 "+ui/display", 11 "+ui/display",
11 "+ui/events/devices", 12 "+ui/events/devices",
12 "+ui/events/platform", 13 "+ui/events/platform",
13 "+ui/gfx", 14 "+ui/gfx",
14 "+ui/gfx/geometry", 15 "+ui/gfx/geometry",
15 "+ui/gl", 16 "+ui/gl",
16 "+ui/ozone/public", 17 "+ui/ozone/public",
17 "+services/service_manager/public", 18 "+services/service_manager/public",
18 ] 19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698