|
Revert 155950 - Add initial Chromium TestShell support for Android
This makes check_deps fail on linux thusly:
Using base directory: src
Checking: src
WARNING: no package definition found in src/content/test/data/plugin/java_applet.java
WARNING: no package definition found in src/content/test/data/plugin/applet-tests/cookies/CookieTest.java
WARNING: no package definition found in src/content/test/data/plugin/applet-tests/authenticator/AuthenticatorTest.java
WARNING: multiple definitions of com.example.HelloLicenseServlet:
src/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java
src/chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java
ERROR in src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
Illegal include: "content/public/android/java/src/org/chromium/content/app/LibraryLoader.java"
Because of no rule applying.
Illegal include: "content/public/android/java/src/org/chromium/content/browser/ContentView.java"
Because of no rule applying.
Illegal include: "content/public/android/java/src/org/chromium/content/common/CommandLine.java"
Because of no rule applying.
ERROR in src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
Illegal include: "content/public/android/java/src/org/chromium/content/app/LibraryLoader.java"
Because of no rule applying.
Illegal include: "content/public/android/java/src/org/chromium/content/browser/ResourceExtractor.java"
Because of no rule applying.
FAILED
Add a build target and tie it into android_all. This will build and link
Chrome code for a test apk for Android. When it runs it properly
loads the library but crashes. Will fix the crashes in subsequent
patches, but can fork that work after this is in.
BUG= 136786
Review URL: https://chromiumcodereview.appspot.com/10918113
TBR=dtrainor@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155958
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+10 lines, -691 lines) |
Patch |
|
M |
build/all_android.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
chrome/android/testshell/DEPS
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/chrome_main_delegate_testshell_android.h
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/chrome_main_delegate_testshell_android.cc
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/java/AndroidManifest.xml
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/java/chromium_testshell_apk.xml
|
View
|
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/testshell_entry_point.cc
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
D |
chrome/android/testshell/testshell_stubs.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
M |
chrome/app/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
chrome/app/android/chrome_android_initializer.h
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
D |
chrome/app/android/chrome_android_initializer.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
D |
chrome/app/android/chrome_main_delegate_android.h
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
|
D |
chrome/app/android/chrome_main_delegate_android.cc
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
|
MM |
chrome/app/chrome_main_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/app/chrome_main_delegate.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_browser_main_android.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
|
D |
chrome/chrome_android.gypi
|
View
|
|
1 chunk |
+0 lines, -140 lines |
0 comments
|
Download
|
|
D |
chrome/chrome_android_paks.gypi
|
View
|
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_paths_android.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|