Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-bindings", | 2 "-bindings", |
| 3 "-core", | 3 "-core", |
| 4 "-modules", | 4 "-modules", |
| 5 "+platform", | 5 "+platform", |
| 6 "+platform/weborigin", | |
|
tkent
2015/06/25 07:01:21
Is this line necessary?
tasak
2015/06/25 07:05:34
When I added "-public/web/", check-blink-deps miss
| |
| 7 "-public/web", | |
| 6 "+third_party/skia", | 8 "+third_party/skia", |
| 9 "-web", | |
| 7 ] | 10 ] |
| OLD | NEW |