diff options
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index bd0159c..fdd760a 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -1,8 +1,8 @@ -include_rules = [
- "+chrome/plugin", # For checking whether we're a plugin process.
-
- # Other libraries.
- "+third_party/bzip2",
- "+third_party/npapi",
-]
-
+include_rules = [ + "+chrome/plugin", # For checking whether we're a plugin process. + + # Other libraries. + "+third_party/bzip2", + "+third_party/npapi", +] + |