dart-sdk/tools
Srujan Gaddam f08e228238 [dart:html] Use python2.7 for go.sh
Due to third_party dependencies, this script can't use python3 yet.
Note that this means if we can't use python2.7 in the future, we
either need to update our copy of the IDL scripts to use python3,
update the dependency so that we use the latest IDL scripts, or
we stop using these scripts to generate dart:html.

Change-Id: I42eb7d1fc769644e358dbf26344b6c66265ce10c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196582
Auto-Submit: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2021-04-23 19:06:01 +00:00
..
apps/update_homebrew [homebrew] Modify the version string when updating the version 2020-04-03 10:32:34 +00:00
bots [dart2js] Disabling IE11 on dart2js chrome bots. 2021-04-23 16:17:01 +00:00
buildtools [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
dart2js Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
dom [dart:html] Use python2.7 for go.sh 2021-04-23 19:06:01 +00:00
fuchsia [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
linux_dist_support [infra] Restore 'test' subdirectories to the Debian build tarball 2021-04-21 15:51:30 +00:00
package_deps Add additional validations to the pkg/ package pubspecs. 2020-12-02 17:27:18 +00:00
patches [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
sdks [infra] Update checked-in SDKs to 2.10.0-110.3.beta 2020-09-18 11:35:55 +00:00
spec_parser Update Dart.g 2021-04-15 22:12:17 +00:00
test_generators Migrate language_2/async_nested to NNBD. 2020-02-12 20:46:37 +00:00
testing [infra] Remove obsolete webdriver/selenium support from testing 2019-06-18 06:59:09 +00:00
.gitignore Reland https://dart-review.googlesource.com/c/sdk/+/96500 2019-03-13 21:03:01 +00:00
3xhead_flutter_hooks.sh [infra] Extend 3head patching to apply patches for flutter/flutter depending on pinned engine commit 2019-02-04 12:37:10 +00:00
addlatexhash.dart [tools] Fix addlatexhash.dart in NNBD mode 2020-03-23 19:47:52 +00:00
build.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
canary.dart - Prevent running of the dart_bootstrap script by default. 2015-12-11 13:23:12 -08:00
copy_dart.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
copy_tree.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
create_pkg_manifest.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
create_timestamp_file.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
diff_results.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
download_chromium_sysroot.sh [infra] Remove wheezy left overs from SDK 2020-06-04 18:32:29 +00:00
experimental_features.yaml Enable the triple shift experiment 2021-04-19 21:04:38 +00:00
FAKE_COMMITS [infra] Trigger builds to test builder configuration change 2021-04-22 06:47:06 +00:00
find_depot_tools.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
gen_fuchsia_test_manifest.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
generate_buildfiles.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
generate_experimental_flags.dart [vm] Get experimental flag default values from YAML 2020-11-13 00:29:38 +00:00
generate_idefiles.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
generate_package_config.dart Add trailing newline to package_config file 2021-02-19 00:12:49 +00:00
get_dot_git_folder.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
git_cl_try.sh [Test tool] Remove -c dartkb configuration 2020-11-02 14:06:19 +00:00
gn.py [build] Note that x64c does not use a simulator. 2021-04-19 20:18:28 +00:00
gn_helpers.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
line_doc_comments.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
list_dart_files.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
make_version.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
minidump.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
opt_out_files.dart Add script to opt files out of null safety. 2020-10-17 01:28:53 +00:00
presubmit.sh Refs #25328 Use a portable shebang 2016-01-05 16:26:28 +01:00
promote.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
publish_pkg.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
run_offsets_extractor.sh [infra] Add new compressed architectures to the test matrix. 2021-02-04 17:44:37 +00:00
set_ia32_sysroot.sh [build] Move to Jessie sysroots from Wheezy sysroots. 2018-10-25 15:05:22 +00:00
set_x64_sysroot.sh [build] Move to Jessie sysroots from Wheezy sysroots. 2018-10-25 15:05:22 +00:00
spec_parse.py Migrate tools/spec_parse.py to use python3 2021-04-19 15:33:38 +00:00
task_kill.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
test.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
test.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
utils.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
validate_test_matrix.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
VERSION [sdk] Bump version to 2.14 2021-04-13 12:47:27 +00:00
write_dartdoc_options_file.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
write_revision_file.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
write_version_file.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00
yaml2json.dart [infra] Update checked-in SDKs to 2.12.0-0.0.dev 2020-11-05 07:53:22 +00:00
yaml2json.py [infra] Migrate scripts to python3 2021-04-15 10:10:20 +00:00