[GCM] Move GCMListener into chrome/
commitfa54938f9b94a6e6e7600343a42557c62ad37547
authorzea <zea@chromium.org>
Fri, 10 Apr 2015 18:04:40 +0000 (10 11:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 10 Apr 2015 18:05:09 +0000 (10 18:05 +0000)
tree1a95dc901f55481de7f43f1ebbfd4fecf31b2689
parent2ae6fd35a8ce0dbaebd478efa342474adea63378
[GCM] Move GCMListener into chrome/

In preparation for pulling cacheinvalidation library into
components/invalidation, we need to remove dependencies on cacheinvalidation
from components/gcm_driver (which components/invalidation depends on).
GCMListener is the only file that depends on cacheinvalidation, so move it into
chrome/android.

BUG=472898
TBR=mnaganov@chromium.org, benm@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#324663}
chrome/android/BUILD.gn
chrome/android/java/DEPS
chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GCMListener.java [moved from components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMListener.java with 96% similarity]
chrome/android/java/src/org/chromium/chrome/browser/services/gcm/OWNERS [new file with mode: 0644]
chrome/android/shell/java/AndroidManifest.xml.jinja2
components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java