summaryrefslogtreecommitdiff
path: root/libdeno/deno.gni
AgeCommit message (Collapse)Author
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it.
2019-02-18build: fix deps for deno_runtime_declarationRyan Dahl
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
Speeds up startup time, reduces runtime heap size.
2019-01-24Minor code cleanups (#1570)JaePil Jung
2018-12-18Remove prebuilt v8 supportBert Belder
2018-12-11build: snapshot doesn't need source_mapRyan Dahl
Continuation of the work done in c113df.
2018-12-03gn snapshot template's target_name should be targetRyan Dahl
2018-11-29Move libdeno build config to libdeno/BUILD.gnRyan Dahl