diff options
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index e4af456..a9f4fff 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -1,7 +1,7 @@ -include_rules = [
- "+webkit/tools/test_shell", # Needed for test shell tests.
-
- # This is not actually a directory, but npruntime_util.cc includes a file
- # from WebKit starting with this path in JSCore mode.
- "+bindings/c",
-]
+include_rules = [ + "+webkit/tools/test_shell", # Needed for test shell tests. + + # This is not actually a directory, but npruntime_util.cc includes a file + # from WebKit starting with this path in JSCore mode. + "+bindings/c", +] |