diff options
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/DEPS | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/base/DEPS b/net/base/DEPS index ab5795a5..8bd50c3 100644 --- a/net/base/DEPS +++ b/net/base/DEPS @@ -1,5 +1,6 @@ -include_rules = [
- "+third_party/bzip2",
- "+third_party/npapi",
- "+third_party/zlib",
-]
+include_rules = [ + "+third_party/bzip2", + "+third_party/npapi", + "+third_party/zlib", + "+grit", # For generated headers +] |