summaryrefslogtreecommitdiffstats
path: root/testing/android
Commit message (Expand)AuthorAgeFilesLines
...
* Remove uses of Android's test runner's --ant-compile, as well as the flag its...peter@chromium.org2012-08-151-8/+3
* Android's native_tests.gyp should take WebKit's directory structure into acco...peter@chromium.org2012-08-132-3/+12
* [Android] Add chrome_java target for building Java code in the chromium layer.yfriedman@chromium.org2012-08-063-15/+20
* Introduce the --sdk-build flag for Android's native test generatorpeter@chromium.org2012-08-011-4/+9
* Run unit_tests bundle on Android tester bots.nileshagrawal@chromium.org2012-07-301-1/+1
* Add yfriedman to several Android OWNERS filesyfriedman@chromium.org2012-07-261-0/+1
* Fix the invalid jni header in native_test_launcher on Android.shouqun.liu@intel.com2012-07-201-1/+1
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-191-20/+7
* Android: fix test runners for non-rooted devices.bulach@chromium.org2012-07-192-1/+9
* Remove "chrome" hardcoded suffix from Android .pak path.tedchoc@chromium.org2012-07-172-1/+13
* Do check variable PRODUCT_DIR before any ant targetsyongsheng.zhu@intel.com2012-07-131-12/+7
* Fix the conflict of input and output manifest filesyongsheng.zhu@intel.com2012-07-121-0/+7
* Allow unit tests to run in a sub thread for chrome on androidqinmin@chromium.org2012-07-111-8/+20
* Place jars into the java/libs for native unittest apkyongsheng.zhu@intel.com2012-07-112-12/+16
* [android] Split top-level scripts and libraries from build/android.bulach@chromium.org2012-07-091-2/+3
* Copying gdbserver to the apk to enable native debugging for native_test_apkshouqun.liu@intel.com2012-07-062-0/+21
* Add WaitForDebugger for android native testsshouqun.liu@intel.com2012-07-051-0/+14
* Upstream: Fix the native test launcher for Chrome on Android.jknotten@chromium.org2012-07-051-4/+7
* APK-based unittestsbulach@chromium.org2012-06-271-6/+10
* Use rsync to copy android testing directoriesilevy@chromium.org2012-06-271-41/+31
* Register JNI methods before running unittests on android.nileshagrawal@chromium.org2012-06-271-3/+2
* Revert "Use a test specific macro to call JNI registrars during APK tests."nileshagrawal@chromium.org2012-06-261-21/+4
* Use a test specific macro to call JNI registrars during APK tests.nileshagrawal@chromium.org2012-06-251-4/+21
* Run APK tests on the main thread.nileshagrawal@chromium.org2012-06-251-10/+14
* Remove duplicate call to InitAndroidTest.nileshagrawal@chromium.org2012-06-112-7/+0
* Chromium support of running DumpRenderTree as an apk on Androidwangxianzhu@chromium.org2012-06-013-52/+51
* Add the target ABI option for apk based test runneryongsheng.zhu@intel.com2012-05-301-3/+7
* Fix ninja build for android.yfriedman@chromium.org2012-05-291-1/+1
* Add APK targets for content_unittests and net_unittests.nileshagrawal@chromium.org2012-05-251-3/+7
* APK tests: Strip the shlibs before bundling in APK.nileshagrawal@chromium.org2012-05-221-2/+9
* Put commandline for apk tests in /data/local/tmpnileshagrawal@chromium.org2012-05-161-7/+7
* Run APK tests on the android_test trybot.nileshagrawal@chromium.org2012-05-161-1/+1
* Detect crashes while running native tests in APK.nileshagrawal@chromium.org2012-05-091-0/+41
* Add native debugging support to android content shell.jrg@chromium.org2012-05-071-0/+3
* Reapply "Changes according to review comments"wangxianzhu@chromium.org2012-05-051-0/+2
* Revert 135484 - Use Android API for GetDisplayNameForLocale().rvargas@google.com2012-05-041-2/+0
* Use Android API for GetDisplayNameForLocale().wangxianzhu@chromium.org2012-05-041-0/+2
* Add PathUtilsTest.nileshagrawal@chromium.org2012-04-262-3/+13
* Package and load native library in content shell. Add content shell util scr...jrg@chromium.org2012-04-261-6/+13
* Fix commandline and disabling tests for apk based tests.nileshagrawal@chromium.org2012-04-252-2/+2
* apk-based test runner work for android. 2 unit test bundles converted over (i...jrg@chromium.org2012-04-198-0/+645