summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gcm/DEPS')
-rw-r--r--google_apis/gcm/DEPS12
1 files changed, 12 insertions, 0 deletions
diff --git a/google_apis/gcm/DEPS b/google_apis/gcm/DEPS
new file mode 100644
index 0000000..757c0da
--- /dev/null
+++ b/google_apis/gcm/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ # Repeat these from the top-level DEPS file so one can just run
+ #
+ # checkdeps.py google_apis/gcm
+ #
+ # to test.
+ "+base",
+ "+testing",
+
+ "+google", # For third_party/protobuf/src.
+ "+net",
+]