summaryrefslogtreecommitdiffstats
path: root/third_party/eyesfree
Commit message (Collapse)AuthorAgeFilesLines
* Android: rename android_build_type gyp variable.torne@chromium.org2013-03-121-1/+1
| | | | | | | | | | | | | Rename the "android_build_type" gyp variable to "android_webview_build" to better describe what it does. There are still references in WebKit and V8 that need to be changed before the original variable can be removed. BUG=184431 Review URL: https://codereview.chromium.org/12730006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187556 0039d316-1c4b-4281-b951-d872f2087c98
* Use _target_name instead of package_name for java*.gypicjhopman@chromium.org2013-02-201-2/+0
| | | | | | | | | | | | | | | We were using package_name as a unique name for naming output files and directories. package_name was typically the same as _target_name or a variation of it (like dropping _apk). Using _target_name instead means we need to specify one less thing and it is (maybe?) guaranteed to be unique. TBR=brettw,joi,jar,fischman,zea,sky BUG= Review URL: https://chromiumcodereview.appspot.com/11308030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183639 0039d316-1c4b-4281-b951-d872f2087c98
* Fix eyesfree aidl rules/depsdtrainor@chromium.org2012-12-151-3/+0
| | | | | | | | | | | | - Remove aidl targets that don't produce outputs - Fix java_aidl to depend on the import java src BUG= Review URL: https://chromiumcodereview.appspot.com/11568039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173333 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webview gyp time dependency on third_party/eyesfreeboliu@chromium.org2012-12-141-1/+1
| | | | | | | | | | | | | Android only gyp fix for webview. All trybots already passed compile step. TBR=jam@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11576034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173188 0039d316-1c4b-4281-b951-d872f2087c98
* Initial braille supportdtrainor@chromium.org2012-12-141-26/+36
| | | | | | | | | | | Connect third_party/eyesfree code to Chrome, allowing accessibility to interact with a braille keyboard. BUG= Review URL: https://chromiumcodereview.appspot.com/11365055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173099 0039d316-1c4b-4281-b951-d872f2087c98
* Add Eyes-Free third party filesdtrainor@chromium.org2012-12-113-0/+249
This is to give Android Braille Keyboard support. We need to pull in the right AIDL files to interact with the Android Braille service. BUG= Review URL: https://chromiumcodereview.appspot.com/11437020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172198 0039d316-1c4b-4281-b951-d872f2087c98