Chromium Code Reviews| Index: components/safe_json_parser/DEPS |
| diff --git a/components/safe_json_parser/DEPS b/components/safe_json_parser/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4e771fcabeeb1f6107d93fc11da1441744e9826f |
| --- /dev/null |
| +++ b/components/safe_json_parser/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+base", |
| + "+content/public", |
| + "+grit", # For generated headers |
| + "+grit/components_strings.h", # For generated headers |
| + "+ipc", |
| + "+ui/base", |
| +] |