|
|
Reland of "precache: Move the java files into //components/precache/android"
The CL was previously reverted in crrev.com/322355 because it broke downstream
android builds. This is a straight-forward reland of the original issue. A fix
will be landed for downstream once this CL lands.
Original issue's description:
> > precache: Move the java files into //components/precache/android
> >
> > This moves code out of //java/apps/chrome/.../precache into:
> > . //components/precache/android/: classes that provide information about
> > device-state, network connectivity etc.
> > . //chrome/android/.../precache/: precache service and service launchers.
> >
> > BUG= 401552
TBR=bengr@chromium.org,yfriedman@chromium.org,thestig@chromium.org,alexclarke@chromium.org
NOPRESUBMIT=true
BUG= 401552
Committed: https://crrev.com/819a04e83a9ce6231577237656b0790914f24982
Cr-Commit-Position: refs/heads/master@{#322605}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1405 lines, -10 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheLauncher.java
|
View
|
1
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheService.java
|
View
|
1
|
1 chunk |
+211 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheServiceLauncher.java
|
View
|
1
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/javatests/src/org/chromium/chrome/browser/precache/MockPrecacheService.java
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/javatests/src/org/chromium/chrome/browser/precache/PrecacheServiceLauncherTest.java
|
View
|
1
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/javatests/src/org/chromium/chrome/browser/precache/PrecacheServiceTest.java
|
View
|
1
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/shell/java/AndroidManifest.xml.jinja2
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/precache/precache_launcher.h
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/precache/precache_launcher.cc
|
View
|
1
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/precache.gypi
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/precache/android/BUILD.gn
|
View
|
1
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/java/src/org/chromium/components/precache/DeviceState.java
|
View
|
1
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/java/src/org/chromium/components/precache/NetworkInfoDelegate.java
|
View
|
1
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/java/src/org/chromium/components/precache/NetworkInfoDelegateFactory.java
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/javatests/src/org/chromium/components/precache/DeviceStateTest.java
|
View
|
1
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/javatests/src/org/chromium/components/precache/MockDeviceState.java
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|