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..f80092b46232031eecbef3dd5c20cba8c40d19c4 |
| --- /dev/null |
| +++ b/ios/consume/public/DEPS |
| @@ -0,0 +1,11 @@ |
| +include_rules = [ |
| + # The public interfaces cannot reference Chromium code, so all allowances |
| + # that the top-level DEPS file introduces are removed here. This list should |
| + # be kept in sync with <path_to_src>/DEPS. |
|
jam
2013/05/28 14:38:02
nit: just src/DEPS
blundell
2013/05/28 20:26:01
Done.
|
| + "-base", |
| + "-build", |
| + "-googleurl", |
| + "-library_loaders", |
| + "-testing", |
| + "-third_party/icu/public", |
| +] |