Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Issue 1063633004: [GCM] Move GCMListener into chrome/ (Closed)

Created:
5 years, 8 months ago by Nicolas Zea
Modified:
5 years, 8 months ago
CC:
chromium-reviews, zea+watch_chromium.org, johnme
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[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 Committed: https://crrev.com/fa54938f9b94a6e6e7600343a42557c62ad37547 Cr-Commit-Position: refs/heads/master@{#324663}

Patch Set 1 #

Patch Set 2 : import gcmdriver #

Patch Set 3 : Fix deps #

Patch Set 4 : Fix GN and make onMessageReceived public #

Total comments: 9

Patch Set 5 : Add OWNERS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -84 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/DEPS View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GCMListener.java View 1 2 chunks +2 lines, -1 line 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/services/gcm/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/android/shell/java/AndroidManifest.xml.jinja2 View 1 chunk +2 lines, -2 lines 0 comments Download
M components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMListener.java View 1 chunk +0 lines, -79 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
Nicolas Zea
+Tommy for chrome/android, +Peter for components/gcm_driver/android. As best I can tell everything is working with ...
5 years, 8 months ago (2015-04-09 20:43:01 UTC) #2
nyquist
peter: see discussion in e-mail thread. I am OK with this approach, by the way, ...
5 years, 8 months ago (2015-04-09 21:33:37 UTC) #3
nyquist
https://codereview.chromium.org/1063633004/diff/60001/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java File components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java (right): https://codereview.chromium.org/1063633004/diff/60001/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java#newcode120 components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java:120: public static void onMessageReceived(Context context, final String appId, final ...
5 years, 8 months ago (2015-04-09 21:34:17 UTC) #4
Peter Beverloo
lgtm Tommy: I'm not aware of an e-mail thread. Did you mean the bug, or ...
5 years, 8 months ago (2015-04-10 11:52:02 UTC) #5
Peter Beverloo
https://codereview.chromium.org/1063633004/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GCMListener.java File chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GCMListener.java (right): https://codereview.chromium.org/1063633004/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GCMListener.java#newcode5 chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GCMListener.java:5: package org.chromium.chrome.browser.services.gcm; nit: You may want to add an ...
5 years, 8 months ago (2015-04-10 11:53:12 UTC) #6
johnme
https://codereview.chromium.org/1063633004/diff/60001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://codereview.chromium.org/1063633004/diff/60001/chrome/android/BUILD.gn#newcode99 chrome/android/BUILD.gn:99: "//third_party/android_tools:android_gcm_java", Why is this now needed?
5 years, 8 months ago (2015-04-10 13:24:59 UTC) #8
Nicolas Zea
Comments addressed. Tommy, was there anything else? https://codereview.chromium.org/1063633004/diff/60001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://codereview.chromium.org/1063633004/diff/60001/chrome/android/BUILD.gn#newcode99 chrome/android/BUILD.gn:99: "//third_party/android_tools:android_gcm_java", On ...
5 years, 8 months ago (2015-04-10 17:10:30 UTC) #9
johnme
lgtm, thanks :)
5 years, 8 months ago (2015-04-10 17:11:57 UTC) #10
nyquist
lgtm
5 years, 8 months ago (2015-04-10 17:31:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1063633004/80001
5 years, 8 months ago (2015-04-10 17:37:05 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/55544)
5 years, 8 months ago (2015-04-10 17:46:05 UTC) #16
Nicolas Zea
+TBR mnaganov@chromium.org and benm@chromium.org for reordering of DEPS file.
5 years, 8 months ago (2015-04-10 17:57:37 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1063633004/80001
5 years, 8 months ago (2015-04-10 17:59:25 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-10 18:04:52 UTC) #21
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/fa54938f9b94a6e6e7600343a42557c62ad37547 Cr-Commit-Position: refs/heads/master@{#324663}
5 years, 8 months ago (2015-04-10 18:05:55 UTC) #22
mnaganov (inactive)
5 years, 8 months ago (2015-04-13 10:35:50 UTC) #23
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698