Files
sdk/pkg/dev_compiler/tool/patch_sdk.sh
T
Jennifer Messerly fe294f3753 unfork DDC's copy of most SDK libraries
There's some changes in strong mode errors we may want to follow up on.

Unforks the following: async, collection, convert, core, developer, internal, io, isolate, math, mirrors.

Does not unfork: html, indexed_db, js, js_util, svg, typed_data, web_audio, web_gl, web_sql.

R=vsm@google.com

Review-Url: https://codereview.chromium.org/2698353003 .
2017-02-28 17:10:52 -08:00

6 lines
122 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$BASH_SOURCE[0]")/.."
dart -c tool/patch_sdk.dart ../.. tool/input_sdk gen/patched_sdk