| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|