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

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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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
This is Rietveld 408576698