Index: runtime/BUILD.gn |
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn |
index e6794ec71696ac7e5ac5e63d8da733d578d7fc13..9dbb0389399ea37eb17240d3b3de52393e732e08 100644 |
--- a/runtime/BUILD.gn |
+++ b/runtime/BUILD.gn |
@@ -94,6 +94,11 @@ config("dart_precompiler_config") { |
defines += ["DART_PRECOMPILER"] |
} |
+config("dart_no_snapshot_config") { |
+ defines = [] |
+ defines += ["DART_NO_SNAPSHOT"] |
+} |
+ |
config("dart_config") { |
defines = [] |