[email protected] | 19bf267 | 2011-08-25 03:06:00 | [diff] [blame] | 1 | # checkdeps.py shouldn't check include paths for files in these dirs: |
2 | skip_child_includes = [ | ||||
3 | # TODO(bradnelson): fix these to comply, once migration is complete. | ||||
4 | # http://code.google.com/p/chromium/issues/detail?id=93520 | ||||
5 | "native_client", | ||||
6 | ] |