Chromium Code Reviews| Index: components/version_info/DEPS |
| diff --git a/components/version_info/DEPS b/components/version_info/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..10baa5f861c27cd6757d7cde976044253eb4866d |
| --- /dev/null |
| +++ b/components/version_info/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + "+grit/components_strings.h", |
| + "+ui/base", |
| + |
| + # version_info is used on iOS and thus cannot depend on //content. |
| + "-content", |
| +] |