|
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
Committed: https://crrev.com/efb5a13547940947b2c8f42a4e9ed64d45bdd2d2
Cr-Commit-Position: refs/heads/master@{#322298}
Total comments: 10
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1404 lines, -8 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
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheLauncher.java
|
View
|
1
2
3
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheService.java
|
View
|
1
2
3
|
1 chunk |
+211 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheServiceLauncher.java
|
View
|
1
2
3
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/DEPS
|
View
|
1
2
|
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
2
3
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/javatests/src/org/chromium/chrome/browser/precache/PrecacheServiceTest.java
|
View
|
1
2
3
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/shell/java/AndroidManifest.xml.jinja2
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/precache/precache_launcher.h
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/precache/precache_launcher.cc
|
View
|
2
3
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/precache.gypi
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/precache/android/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/java/src/org/chromium/components/precache/DeviceState.java
|
View
|
1
2
3
|
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
2
3
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/precache/android/javatests/src/org/chromium/components/precache/MockDeviceState.java
|
View
|
1
2
3
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (6 generated)
|