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

Side by Side Diff: headless/DEPS

Issue 2184763002: headless: Enable GL support by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and reformatted Created 4 years, 4 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 | « no previous file | headless/lib/headless_browser_browsertest.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/devtools_http_handler", 2 "+components/devtools_http_handler",
3 "+content/public", 3 "+content/public",
4 "+net", 4 "+net",
5 "+ui/base", 5 "+ui/base",
6 "+ui/base/resource", 6 "+ui/base/resource",
7 "+ui/display", 7 "+ui/display",
8 "+ui/gfx", 8 "+ui/gfx",
9 "+ui/gfx/geometry", 9 "+ui/gfx/geometry",
10 "+ui/gl",
10 "+ui/ozone/public", 11 "+ui/ozone/public",
11 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | headless/lib/headless_browser_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698