summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-03-06 13:54:58 -0800
committerRyan Dahl <ry@tinyclouds.org>2019-03-06 16:54:58 -0500
commitde1a10e5f7afe793a66b2349642ea135fc066104 (patch)
tree3d91d82a62808f744fc189705110a50d7d8d478e /BUILD.gn
parent91364cabae8687e7620edac406b43cb40cb55878 (diff)
Reorganize version and platform into Deno.build and Deno.version (#1879)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 91abcc80d..0f807c519 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -58,6 +58,7 @@ ts_sources = [
"js/assets.ts",
"js/blob.ts",
"js/buffer.ts",
+ "js/build.ts",
"js/chmod.ts",
"js/console_table.ts",
"js/compiler.ts",
@@ -92,7 +93,6 @@ ts_sources = [
"js/net.ts",
"js/os.ts",
"js/permissions.ts",
- "js/platform.ts",
"js/plugins.d.ts",
"js/process.ts",
"js/read_dir.ts",