Chromium Code Reviews

Side by Side Diff: headless/lib/DEPS

Issue 2829973002: add customized printing setting for headless (Closed)
Patch Set: add skia as public_deps instead Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 "headless_web_contents_browsertest.cc": [ 2 "headless_web_contents_browsertest.cc": [
3 "+pdf",
4 "+printing",
3 "+third_party/skia/include", 5 "+third_party/skia/include",
4 ] 6 ]
5 } 7 }
6 8
OLDNEW

Powered by Google App Engine