OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base/memory", | 2 "+base", |
kinuko
2015/12/18 15:21:30
This worries me a bit-- the onion soup doc says ba
haraken
2015/12/18 15:30:44
I'd prefer whitelisting header files.
Elliott?
Justin Novosad
2015/12/18 15:53:44
Acknowledged.
| |
3 "+base/trace_event", | |
4 "+mozilla", | 3 "+mozilla", |
5 "+platform", | 4 "+platform", |
6 "+public/platform", | 5 "+public/platform", |
7 "+skia/ext", | 6 "+skia/ext", |
8 "+third_party/khronos", | 7 "+third_party/khronos", |
9 "+third_party/skia", | 8 "+third_party/skia", |
10 "+ui/gfx/geometry", | 9 "+ui/gfx/geometry", |
11 "+url", | 10 "+url", |
12 "+webp", | 11 "+webp", |
13 "-bindings", | 12 "-bindings", |
14 "-core", | 13 "-core", |
15 "-modules", | 14 "-modules", |
16 ] | 15 ] |
OLD | NEW |