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

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

Issue 2780433002: add print to pdf for headless (Closed)
Patch Set: improve comments as suggested Created 3 years, 8 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/browser",
3 "+components/printing/common",
2 "+components/security_state", 4 "+components/security_state",
5 "+printing",
3 "+storage/browser/quota", 6 "+storage/browser/quota",
4 "+ui/aura", 7 "+ui/aura",
5 "+sandbox/win/src", 8 "+sandbox/win/src",
6 ] 9 ]
7 specific_include_rules = { 10 specific_include_rules = {
8 "headless_clipboard.h": [ 11 "headless_clipboard.h": [
9 "+third_party/skia/include", 12 "+third_party/skia/include",
10 ] 13 ]
11 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698