diff options
-rw-r--r-- | webkit/DEPS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 5dfa935..cc2f1a9 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,6 +1,6 @@ -# checkdeps.py shouldn't check include paths for files in these dirs:
-skip_child_includes = [
- "build",
- "pending",
- "port",
-]
+# checkdeps.py shouldn't check include paths for files in these dirs: +skip_child_includes = [ + "build", + "pending", + "port", +] |