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

Side by Side Diff: headless/lib/browser/DEPS

Issue 2780433002: add print to pdf for headless (Closed)
Patch Set: Created 3 years, 9 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/printing",
Lei Zhang 2017/03/29 01:38:03 You should restrict this to c/p/{browser, common}.
jzfeng 2017/03/29 03:50:12 Done.
2 "+components/security_state", 3 "+components/security_state",
4 "+printing",
3 "+storage/browser/quota", 5 "+storage/browser/quota",
4 "+ui/aura", 6 "+ui/aura",
5 "+sandbox/win/src", 7 "+sandbox/win/src",
6 ] 8 ]
7 specific_include_rules = { 9 specific_include_rules = {
8 "headless_clipboard.h": [ 10 "headless_clipboard.h": [
9 "+third_party/skia/include", 11 "+third_party/skia/include",
10 ] 12 ]
11 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698