From 725eb9810590e8237df68ec5580daaf0fa77e7d3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Aug 2019 22:29:51 -0400 Subject: Clean up various flatbuffer references (#2819) --- core/libdeno/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/libdeno/BUILD.gn b/core/libdeno/BUILD.gn index 10ec4bf91..2623fef2d 100644 --- a/core/libdeno/BUILD.gn +++ b/core/libdeno/BUILD.gn @@ -38,7 +38,7 @@ v8_source_set("v8") { } # Only functionality needed for libdeno_test and snapshot_creator -# In particular no flatbuffers, no assets, no rust, no msg handlers. +# In particular no assets, no rust, no msg handlers. # Because snapshots are slow, it's important that snapshot_creator's # dependencies are minimal. v8_source_set("libdeno") { -- cgit v1.2.3