Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index bbc4d3e83fc57a3ee1266c448b305989dcf0f32f..253d8d7bb5735d0516daa243b9d93fde439c6a06 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -175,7 +175,7 @@ executable("gen_snapshot") { |
| } |
| -static_library("libdart_embedder_noio") { |
| +source_set("libdart_embedder_noio") { |
| configs += ["..:dart_config",] |
| deps = [ |
| "..:libdart", |