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

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

Issue 2762593002: Add --headless flag to Windows (Closed)
Patch Set: re-add missing HEADLESS_EXPORT and child_lib dep to headles_shell and headless_example 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/security_state", 2 "+components/security_state",
3 "+storage/browser/quota", 3 "+storage/browser/quota",
4 "+ui/aura", 4 "+ui/aura",
5 "+sandbox/win/src",
6 ] 5 ]
7 specific_include_rules = { 6 specific_include_rules = {
8 "headless_clipboard.h": [ 7 "headless_clipboard.h": [
9 "+third_party/skia/include", 8 "+third_party/skia/include",
10 ] 9 ]
11 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698