Chromium Code Reviews| Index: ios/consume/public/DEPS |
| diff --git a/ios/consume/public/DEPS b/ios/consume/public/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fe5cd7d5584b6f207120d4092a750e8da267b6dc |
| --- /dev/null |
| +++ b/ios/consume/public/DEPS |
| @@ -0,0 +1,9 @@ |
| +include_rules = [ |
| + # The public interfaces cannot reference Chromium code. |
|
stuartmorgan
2013/05/28 08:43:40
Can you add a comment explaining that this list is
blundell
2013/05/28 09:01:14
Done.
|
| + "-base", |
| + "-build", |
| + "-googleurl", |
| + "-library_loaders", |
| + "-testing", |
| + "-third_party/icu/public", |
| +] |