Chromium Code Reviews| Index: components/timer/DEPS |
| diff --git a/components/timer/DEPS b/components/timer/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bdd4aba5942a1ec307dc90c7f87f5e5f9823a16e |
| --- /dev/null |
| +++ b/components/timer/DEPS |
| @@ -0,0 +1,10 @@ |
| +include_rules = [ |
| + # This directory is shared with Chrome OS, which only links against |
| + # base/. We don't want any other dependencies to creep in. |
| + "+base", |
|
blundell
2014/10/22 13:46:24
Everything can depend on //base, so this shouldn't
|
| + "-chrome", |
|
blundell
2014/10/22 13:46:24
This isn't necessary as no component can depend on
|
| + "+components/timer", |
|
blundell
2014/10/22 13:46:24
This shouldn't be necessary.
Chirantan Ekbote
2014/10/23 23:53:30
Done.
|
| + "-content", |
| + "-net", |
| + "-third_party", |
|
blundell
2014/10/22 13:46:24
You might want to look at the DEPS that are allowe
Chirantan Ekbote
2014/10/22 18:47:14
Acknowledged.
|
| +] |