blob: 7ad48a7eed6f81e1631a4735e2f927ec2f21291e (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"-chrome",
"+chrome/app", # For UI test
"+chrome/test", # For UI test
"+content/browser/worker_host", # For UI test.
"+sandbox/src",
"+webkit/appcache",
"+webkit/glue",
]
|