Chromium Code Reviews| Index: google_apis/gcm/DEPS |
| diff --git a/google_apis/gcm/DEPS b/google_apis/gcm/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9aa6caf72eb68fd4d01756536565c5f03716c484 |
| --- /dev/null |
| +++ b/google_apis/gcm/DEPS |
| @@ -0,0 +1,11 @@ |
| +include_rules = [ |
| + "-chrome", |
| + "-content", |
| + "-sync", |
| + "+base", |
| + "+build", |
| + "+google", |
|
Ryan Sleevi
2013/09/25 23:30:24
Can you add a comment that this is for protobuf (a
Nicolas Zea
2013/10/02 22:56:03
Done.
|
| + "+net", |
| + "+url", |
| + "+testing", |
| +] |