| OLD | NEW |
| 1 URL: "https://chromium.googlesource.com/chromium/src.git" | 1 URL: "https://chromium.googlesource.com/chromium/src.git" |
| 2 Version: 0d5252879339ea582c6b9fd46378733fc137a488 | 2 Version: 0d5252879339ea582c6b9fd46378733fc137a488 |
| 3 License: BSD style | 3 License: BSD style |
| 4 License File: LICENSE | 4 License File: LICENSE |
| 5 | 5 |
| 6 Description: | 6 Description: |
| 7 Glue scripts to use yasm to compile assembly files. The sources for yasm are | 7 Glue scripts to use yasm to compile assembly files. The sources for yasm are |
| 8 downloaded separately and have a different license (see README.chromium). | 8 downloaded separately and have a different license (see README.chromium). |
| 9 | 9 |
| 10 Local Modifications: | 10 Local Modifications: |
| 11 We only use the gyp glue and windows configuration files in | 11 We only use the gyp glue and windows configuration files in |
| 12 | 12 |
| 13 third_party/yasm/source/config/win/* | 13 third_party/yasm/source/config/win/* |
| 14 | 14 |
| 15 third_party/yasm/yasm.gyp | 15 third_party/yasm/yasm.gyp |
| 16 third_party/yasm/yasm_compile.gypi | 16 third_party/yasm/yasm_compile.gypi |
| 17 third_party/yasm/README.chromium | 17 third_party/yasm/README.chromium |
| 18 | 18 |
| 19 Modified to fit the fletch build system and to only operate on windows. | 19 Modified to fit the dartino build system and to only operate on windows. |
| OLD | NEW |