|
As part of the content_shell bring up, some un-upstreamed features
have been disabled in browser process main related c++ and Java file.
The disabled features are guarded by !defined(ANDROID_UPSTREAM_BRINGUP).
For Java file, the code was removed.
Fixed the dependency.
- Moved the content_jni_registrar.{h|cc} and library_loader_hooks.cc content/app/android/
- Moved the android_library_loader_hooks.h to content/public/app/
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140386
Total comments: 7
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+329 lines, -31 lines) |
Patch |
 |
M |
content/app/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/app/android/content_jni_registrar.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/app/android/content_main.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
A |
content/app/android/content_main.cc
|
View
|
1
2
3
4
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/android/android_browser_process.h
|
View
|
1
2
3
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/android/android_browser_process.cc
|
View
|
1
2
3
4
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_app.gypi
|
View
|
1
2
3
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_jni.gypi
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/android/java/org/chromium/content/app/ContentMain.java
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/android/java/org/chromium/content/browser/AndroidBrowserProcess.java
|
View
|
1
2
3
4
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/org/chromium/content/browser/ContentView.java
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/app/content_main.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/android/shell_library_loader.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -25 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|