Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+..", | 2 "+..", |
| 3 "+bindings", | 3 "+bindings", |
| 4 "+core", | 4 "+core", |
| 5 "+gin/public", | 5 "+gin/public", |
| 6 "+heap", | 6 "+heap", |
| 7 "+modules", | 7 "+modules", |
| 8 "+painting", | 8 "+painting", |
| 9 "+platform", | 9 "+platform", |
| 10 "+public", | 10 "+public", |
| 11 "+public/platform", | 11 "+public/platform", |
| 12 "+skia", | 12 "+skia", |
| 13 "+third_party/khronos", | 13 "+third_party/khronos", |
| 14 "+third_party/skia", | 14 "+third_party/skia", |
| 15 "+ui/gfx/geometry", | 15 "+ui/gfx/geometry", |
| 16 "+v8", | |
|
Devlin
2016/09/16 18:16:31
I'm guessing folks will object to this.
dcheng
2016/09/27 08:30:57
I think this is OK (I'm a little surprised this is
Devlin
2016/09/27 22:14:20
No longer needed with #include<>.
| |
| 16 "+web", | 17 "+web", |
| 17 ] | 18 ] |
| OLD | NEW |