Componentize GCM Part 1: create GCM component and move some files over

BUG=356716
TEST=existing tests

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270226

[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]

Review URL: https://codereview.chromium.org/261853012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270470 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/gcm_driver/DEPS b/components/gcm_driver/DEPS
new file mode 100644
index 0000000..b69f312
--- /dev/null
+++ b/components/gcm_driver/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+  "+components/os_crypt",
+  "+google_apis/gcm",
+]