diff options
Diffstat (limited to 'chrome/app/DEPS')
-rw-r--r-- | chrome/app/DEPS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS index caa6945..892a0d2 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -1,6 +1,6 @@ -include_rules = [
- "+breakpad",
- "+chrome/browser",
- "+sandbox",
- "+tools/memory_watcher",
-]
+include_rules = [ + "+breakpad", + "+chrome/browser", + "+sandbox", + "+tools/memory_watcher", +] |