Chromium Code Reviews| Index: content/common/android/linker/DEPS |
| diff --git a/content/common/android/linker/DEPS b/content/common/android/linker/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..220b4c49e9b9822680c068c1b66716ef6fe6cbfa |
| --- /dev/null |
| +++ b/content/common/android/linker/DEPS |
| @@ -0,0 +1,5 @@ |
| +include_rules = [ |
| + # This code cannot depend on anything from base/ or content/ |
| + "-base", |
| + "-content", |
| +] |