Home | History | Annotate | Download | only in tools
      1 # checkdeps.py shouldn't check include paths for files in these dirs:
      2 skip_child_includes = [
      3   "clang",
      4   "gyp",
      5   "traceline",
      6   "perf/page_sets",
      7 ]
      8