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

Side by Side Diff: headless/DEPS

Issue 2049363003: Adds support for headless chrome embedder mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a bug with mojo bindings after the onload event fired. Created 4 years, 6 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 "+components/devtools_http_handler", 2 "+components/devtools_http_handler",
3 "+content/public", 3 "+content/public",
4 "+mojo",
yzshen1 2016/06/14 17:03:44 Is it sufficient to use only +mojo/public?
alex clarke (OOO till 29th) 2016/06/14 19:05:08 mojo/public is fine. Done.
4 "+net", 5 "+net",
5 "+ui/base", 6 "+ui/base",
6 "+ui/base/resource", 7 "+ui/base/resource",
7 "+ui/display", 8 "+ui/display",
8 "+ui/gfx", 9 "+ui/gfx",
9 "+ui/gfx/geometry", 10 "+ui/gfx/geometry",
10 "+ui/ozone/public", 11 "+ui/ozone/public",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698