Commit Graph

10 Commits

Author SHA1 Message Date
Nate Bosch 55f81f2210 Mass format python with yapf
- Add `.style.yapf` with configuration to use Google style.
- Run `yapf` on all `.py` files in this repo.
- Manually fix one trailing space in a doc string.
- Run `git cl format runtime` to satisfy presubmit.

Change-Id: I7e6bd11e91f07926b9188362599af398551eed79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111600
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2019-08-05 20:34:31 +00:00
Ryan Macnak f59cac524d Also explicitly pass architecture for android bot.
R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org/1412423002 .
2015-10-20 10:53:45 -07:00
ricow@google.com de1180fa94 Change the target that we build on the android bot from samples to runtime
It seems that the sample is broken, do we even support this?

R=efortuna@google.com, vsm@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//17854002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24507 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-27 05:59:15 +00:00
vsm@google.com 787f007ca4 Build samples on android bot
Reverting the revert.  The bot has the proper version of ant now.  See
https://chromiumcodereview.appspot.com/11465017/

TBR=gram

Review URL: https://codereview.chromium.org//11476026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15852 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 18:30:29 +00:00
vsm@google.com 0997aeffed Revert "Build samples on android bot"
I'll investigate why the bot is failing tomorrow.

TBR=gram@google.com

Review URL: https://codereview.chromium.org//11471026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15836 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 05:52:10 +00:00
vsm@google.com 2763d45db9 Build samples on android bot
Review URL: https://codereview.chromium.org//11465017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15835 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 05:47:27 +00:00
vsm@google.com 0d47b57c8d Hack to get the android bot going
Review URL: https://codereview.chromium.org//11442026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15767 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-06 01:18:14 +00:00
vsm@google.com a66019b87c Fix build step on android bot
It had been failing because os was "android dart" instead of "android".

Review URL: https://codereview.chromium.org//11446016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15745 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-05 19:35:31 +00:00
rnystrom@google.com c606bbda99 Fix copyright for bot scripts.
Review URL: https://codereview.chromium.org//11260052

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14238 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-30 01:17:38 +00:00
efortuna@google.com 8ea5741261 Set up Android build config.
Review URL: https://codereview.chromium.org//11264019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14105 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 22:14:43 +00:00