commit | 446f73c264c493eac63b6c7c5d8ebcc1e2c544c4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed May 14 20:47:18 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed May 14 20:47:18 2014 |
tree | 51a8c8f1401717de3fe67f66148a9c51dc08850d | |
parent | d0499e03c209ce7a179a2ba453742eca9da8ede6 [diff] [blame] |
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", +]