summaryrefslogtreecommitdiffstats
path: root/build/uiautomator_test.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [Android] Don't use zip pushing if not built or on user builds.jbudorick2014-10-151-0/+1
| | | | | | | | BUG=422995,423026 Review URL: https://codereview.chromium.org/655723003 Cr-Commit-Position: refs/heads/master@{#299663}
* Update some gyp targets to use dex_action.gypicjhopman@chromium.org2014-06-121-14/+7
| | | | | | | | | This makes the way that we invoke dex more consistent (and easier to change). Review URL: https://codereview.chromium.org/317423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276518 0039d316-1c4b-4281-b951-d872f2087c98
* android: Remove a few unnecessary md5sum invocations.thakis@chromium.org2014-03-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | When the list of implicit inputs of a build edge shrinks, ninja doesn't rerun it. The Android build uses complex build actions (e.g. ant) whose output depend on directory contents and whatnot, and the Android build by adding "dir/*.java" or similar as implicit inputs. So it's important that ninja does rerun these actions when their list of implicit inputs shrinks. As a workaround, the Android build passes the md5 of the list of implicit inputs as "--ignored" parameter to the build action (ninja does rerun edges whose commandline changes.) Due to copypasta, this --ignored flag is used in a few places where it's not actually used (on edges where all inputs are already passed as regular commandline parameters). Also remove the --ignored parameter from proguard.py as nothing passes it any more. BUG=177552 NOTRY=true Review URL: https://codereview.chromium.org/175683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254414 0039d316-1c4b-4281-b951-d872f2087c98
* Some of the build tools have moved in the SDK (e.g. aapt, aidl) fromnavabi@google.com2013-08-091-1/+1
| | | | | | | | | | sdk/platform-tools/ to sdk/build-tools/<tools-version>/. The tools version is 18.0.1. BUG=263966 Review URL: https://chromiumcodereview.appspot.com/21977003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216612 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect paths introduced in ↵yfriedman@chromium.org2013-04-051-1/+1
| | | | | | | | | | | | https://chromiumcodereview.appspot.com/13473017 These are only used downstream, so the failure was invisible upstream. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13691002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192496 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Fix reference to dex.py after it was moved in r192265.frankf@chromium.org2013-04-041-2/+2
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/13619009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192360 0039d316-1c4b-4281-b951-d872f2087c98
* [uiautomator] Add a gypi for building Android uiautomator test jars.frankf@chromium.org2013-04-021-0/+47
BUG=168922 Review URL: https://codereview.chromium.org/13333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191723 0039d316-1c4b-4281-b951-d872f2087c98