summaryrefslogtreecommitdiffstats
path: root/testing/android
Commit message (Expand)AuthorAgeFilesLines
* Remove the OWNERS that no longer work on the project.aurimas@chromium.org2013-07-011-1/+0
* Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/.scherkus@chromium.org2013-06-183-52/+46
* Use a direct include of strings headers in testing/, third_party/, tools/.avi@chromium.org2013-06-112-2/+2
* [Android] Build gtest APKs like other APKscjhopman@chromium.org2013-04-114-303/+2
* [Android] Use the build-generated list of libraries for gtest APKscjhopman@chromium.org2013-04-112-60/+10
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-2/+2
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-031-0/+1
* Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...wjia@chromium.org2013-03-201-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+3
* [Android] Change jni_gen_dir to jni_gen_package for jni_generator.yfriedman@chromium.org2013-03-071-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-3/+3
* Move ant call from python to gypcjhopman@chromium.org2013-02-201-11/+12
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-5/+6
* Add RECORD_AUDIO in Android manifest.leozwang@chromium.org2013-02-091-0/+1
* Android: Refactor native test setup in a util class.nileshagrawal@chromium.org2013-02-094-86/+159
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Add camera permission in manifest files.wjia@chromium.org2013-01-311-0/+1
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-161-1/+0
* Throw exception when initialization failed.michaelbai@chromium.org2013-01-151-26/+21
* Fix findbugs issueskristianm@chromium.org2013-01-111-3/+3
* Revert 176198yfriedman@chromium.org2013-01-101-1/+1
* Revert 176176smckay@chromium.org2013-01-101-1/+1
* Update Android build to API level 17 and SDK Tools version 21yfriedman@chromium.org2013-01-101-1/+1
* Reduce verbosity of Android builds.yfriedman@chromium.org2012-12-183-9/+8
* android: Improve ActivityStatus and add ChromiumActivity.digit@chromium.org2012-12-071-1/+2
* Remove hardcoded chromium_*.jar pathscjhopman@chromium.org2012-12-053-30/+15
* Remove redundant option from script.shashishekhar@chromium.org2012-10-191-4/+0
* Android: Integrates native and java SystemMonitor.bulach@chromium.org2012-10-161-0/+4
* Nuke unused test code.shashishekhar@chromium.org2012-10-101-22/+3
* Android: creates fifo for test runners in internal directory.bulach@chromium.org2012-09-212-5/+3
* Support creating a fifo for stdin and separating stderr in its own fifo for A...peter@chromium.org2012-09-211-8/+37
* Android: uses a fifo rather than logcat for the test runner.bulach@chromium.org2012-09-192-78/+48
* Use checked in keystore to sign debug apkscjhopman@chromium.org2012-09-111-1/+1
* Fix the gdb path for NDK-r8b.michaelbai@chromium.org2012-09-062-2/+1
* Increase logging priority for test markers.nileshagrawal@chromium.org2012-08-312-7/+7
* Add gdb server variable for antmichaelbai@chromium.org2012-08-301-0/+1
* Remove the dependency on the STRIP env variable for Androidpeter@chromium.org2012-08-161-3/+13
* 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