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
William Hesse
029d5c9f85
Add missing python import to utility script
...
BUG=
R=lrn@google.com
Review URL: https://codereview.chromium.org//1226963005 .
2015-07-08 13:20:22 +02:00
William Hesse
6de1083784
Add missing import to utility python script
...
BUG=
R=kustermann@google.com
Review URL: https://codereview.chromium.org//1222793010 .
2015-07-08 12:17:04 +02:00
William Hesse
120bff1f3b
Fix build directory cleaner, to not follow links on Windows.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//1219833003 .
2015-06-30 14:08:03 +02:00
Rico Wind
ae308ebbb5
In out clobber step, print out what we delete
...
R=whesse@google.com
BUG=
Review URL: https://codereview.chromium.org//1169073002 .
2015-06-09 10:32:04 +02:00
ricow@google.com
985285c80f
Cleanup the clobber tool (tools/clean_output_directory.py)
...
Since everything is now placed inside the build directory we can simply nuke that - if you are cross compiling the output of that should be withing HOST_OUT/TARGET_OUT.
Review URL: https://codereview.chromium.org//11419005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14999 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-16 07:38:42 +00:00
ricow@google.com
42ec29fd12
Always clobber all of the output directory
...
Review URL: https://codereview.chromium.org//11348061
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14953 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-15 11:46:11 +00:00
johnniwinther@google.com
5bb04a5069
MSVS output to /build/ dir.
...
Review URL: https://codereview.chromium.org//10933125
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12471 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-18 07:48:26 +00:00
ricow@google.com
121066fe79
Fix dart-editor clobber by always clobbering all architectures if no argument is given.
...
Review URL: https://chromiumcodereview.appspot.com//10908069
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11813 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-04 13:16:37 +00:00
jackpal@google.com
73ffeb4418
Add support for building the Dart VM for Android OS.
...
The Android target OS is based upon the existing Linux target OS.
The existing _linux source files have been copied to create
corresponding _android source files. The copies have been
modified as needed to adapt to differences between the Linux
platform and the Android platform.
Currently the dart vm binary builds on Linux and runs on x86 Android,
Simple test scripts execute correctly, but no formal testing has been
done.
The process for building the Dart VM for Android will be documented on
the Dart wiki.
BUG=
Review URL: https://chromiumcodereview.appspot.com//10823209
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11547 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 20:42:28 +00:00
ricow@google.com
71ff9c1549
Fix dart editor buildbot scripts to support clobbering.
...
Additionally, default to deleting both debug and release mode output directories when nothing has been specified on the command line using the --mode option.
Review URL: https://chromiumcodereview.appspot.com//10829351
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10789 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 05:55:09 +00:00
ricow@google.com
1d85fdca8c
Update clobber functionality to clobber runtime/{Debug,Release} on windows
...
Review URL: https://chromiumcodereview.appspot.com//10823341
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10702 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-15 07:26:40 +00:00
ricow@google.com
5f0160badc
Add python script for clobbering the output directory of a build on any platform given the mode and architecture.
...
Review URL: https://chromiumcodereview.appspot.com//10830302
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10629 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-14 10:59:29 +00:00