Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: tools/stm/one-stm-lib.ar

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/spawn_vm_and_attach.sh ('k') | tools/stm/one-stm-lib.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CREATE libone_disco_fletch.a 1 CREATE libone_disco_dartino.a
2 ADDLIB libdisco_fletch.a 2 ADDLIB libdisco_dartino.a
3 ADDLIB libfletch_vm_library.a 3 ADDLIB libdartino_vm_library.a
4 ADDLIB libfletch_shared.a 4 ADDLIB libdartino_shared.a
5 ADDLIB libdouble_conversion.a 5 ADDLIB libdouble_conversion.a
6 SAVE 6 SAVE
7 END 7 END
8 8
9 9
10 10
11 11
OLDNEW
« no previous file with comments | « tools/spawn_vm_and_attach.sh ('k') | tools/stm/one-stm-lib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698