commit | d8e44d2003c444c0f79ccc4246291aaecc51b4f9 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu May 15 23:14:05 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu May 15 23:14:05 2014 |
tree | e11e9bb153d9eb4c10f17d3233df94c54d40dd7b | |
parent | 5c013d57cdb697c21f1a3372cfc75a24f1e13539 [diff] [blame] |
Hook components/gcm_driver up to JNI Generator (modelled on https://codereview.chromium.org/183893029) This will be used when implementing GCMDriverAndroid. BUG=350384 Review URL: https://codereview.chromium.org/285203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270843 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/gcm_driver/DEPS b/components/gcm_driver/DEPS index b69f312..b8c50da 100644 --- a/components/gcm_driver/DEPS +++ b/components/gcm_driver/DEPS
@@ -1,4 +1,5 @@ include_rules = [ "+components/os_crypt", "+google_apis/gcm", + "+jni", ]