Index: google_apis/gcm/DEPS |
diff --git a/google_apis/gcm/DEPS b/google_apis/gcm/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0983f9ce4fd66633cc8912901f45eff18f6d5f0a |
--- /dev/null |
+++ b/google_apis/gcm/DEPS |
@@ -0,0 +1,11 @@ |
+include_rules = [ |
+ "-chrome", |
akalin
2013/10/16 07:16:31
don't think you need these - lines explicitly?
Nicolas Zea
2013/10/16 19:56:18
I think they're used when a higher level DEPS allo
|
+ "-content", |
+ "-sync", |
+ "+base", |
akalin
2013/10/16 07:16:31
note that the root DEPS already includes this stuf
Nicolas Zea
2013/10/16 19:56:18
Done.
|
+ "+build", |
akalin
2013/10/16 07:16:31
need build?
Nicolas Zea
2013/10/16 19:56:18
Done.
|
+ "+google", # For third_party/protobuf/src. |
+ "+net", |
+ "+url", |
akalin
2013/10/16 07:16:31
need url yet?
Nicolas Zea
2013/10/16 19:56:18
Done.
|
+ "+testing", |
+] |