diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/DEPS | 6 | ||||
-rw-r--r-- | base/gfx/DEPS | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,3 +1,3 @@ -include_rules = [
- "+third_party/zlib",
-]
+include_rules = [ + "+third_party/zlib", +] diff --git a/base/gfx/DEPS b/base/gfx/DEPS index 9ba5a37..f4e06f0 100644 --- a/base/gfx/DEPS +++ b/base/gfx/DEPS @@ -1,3 +1,3 @@ -include_rules = [
- "+skia"
-]
+include_rules = [ + "+skia" +] |