OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "-ash", | 2 "-ash", |
3 "+ash/ash_export.h", | 3 "+ash/ash_export.h", |
4 "+ash/common", | 4 "+ash/common", |
5 "+ash/public", | 5 "+ash/public", |
6 "+ash/resources", | 6 "+ash/resources", |
7 "+ash/shared", | 7 "+ash/shared", |
8 "+components/ui_devtools", | 8 "+components/ui_devtools", |
9 "+mojo/public/cpp", | 9 "+mojo/public/cpp", |
10 "+services/preferences/public", | |
10 "+ui", | 11 "+ui", |
11 "-ui/aura", | 12 "-ui/aura", |
12 ] | 13 ] |
13 | 14 |
14 specific_include_rules = { | 15 specific_include_rules = { |
15 ".*test\.cc": [ | 16 ".*test\.cc": [ |
16 "+ash/test", | 17 "+ash/test", |
17 ] | 18 ] |
18 } | 19 } |
OLD | NEW |