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

Issue 10911202: Revert 155950 - Add initial Chromium TestShell support for Android (Closed)

Created:
8 years, 3 months ago by Nico
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

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

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Nico
8 years, 3 months ago (2012-09-11 06:05:47 UTC) #1
Nico
Also caused this on the android bot: BUILD FAILED /b/build/slave/Android_Builder__dbg_/build/src/third_party/android_tools/sdk/tools/ant/build.xml:919: The following error occurred while ...
8 years, 3 months ago (2012-09-11 06:07:10 UTC) #2
David Trainor- moved to gerrit
8 years, 3 months ago (2012-09-11 06:11:22 UTC) #3
LGTM.  Thanks for catching this.  Will fix.

Powered by Google App Engine
This is Rietveld 408576698