summaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2018-08-09Make 'tokio' build on windows, add windows depsBert Belder
2018-08-09Add 'tokio' and dependenciesRobby Madruga
Use tokio from git.
2018-08-08Remove yarn.lockRyan Dahl
Fixes #393.
2018-08-07Remove //third_party/v8/third_party/depot_toolsRyan Dahl
It was a duplicate of //third_party/depot_tools
2018-08-01Add base64-js to third_party.Ryan Dahl
It's a dependency of js/v8_source_maps.ts.
2018-07-31Upgrade TypeScript (3.0.1)Kitson Kelly
Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts)
2018-07-29Add winapi crate, make 'rand' and 'tempfile' workBert Belder
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-22Update third_party submoduleRyan Dahl
2018-07-21Add deno_third_party as git submodule.Ryan Dahl
2018-07-08tools: generate third_party dir and symlinks from the script. (#346)Yoshiya Hinosawa
Everyone needs to run ./tools/build_third_party.py after this commit.
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
Fixes #342.
2018-07-07Merge flatbuffer.gni and ts_flatbuffer.gniRyan Dahl
2018-07-06chore: add symlink //third_party/yarn.lockYoshiya Hinosawa
2018-07-06chore: reorganize symlinksYoshiya Hinosawa
resolves #332
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-04Add tools/build_third_party.py (#328)Yoshiya Hinosawa
Fixes #312
2018-07-04Rename .gclientRyan Dahl
so it doesn't accidentally get run in root dir. Ref #322
2018-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285