| OLD | NEW |
| 1 include_rules = [ |
| 2 "+third_party/skia", |
| 3 "+third_party/WebKit/Source/WebKit/chromium/public", |
| 4 ] |
| 5 |
| 1 # checkdeps.py shouldn't check include paths for files in these dirs: | 6 # checkdeps.py shouldn't check include paths for files in these dirs: |
| 2 skip_child_includes = [ | 7 skip_child_includes = [ |
| 3 # TODO(bradnelson): fix these to comply, once migration is complete. | 8 # TODO(bradnelson): fix these to comply, once migration is complete. |
| 4 # http://code.google.com/p/chromium/issues/detail?id=93520 | 9 # http://code.google.com/p/chromium/issues/detail?id=93520 |
| 5 "native_client", | 10 "native_client", |
| 6 ] | 11 ] |
| OLD | NEW |