Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index 20b2a8a84a0a9d4e058c9a82e5da82fa00fbb6d4..4916be1d2279c6000a77e356caba6c1fd33d5339 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -172,7 +172,7 @@ static_library("libdart_nosnapshot") { |
| executable("gen_snapshot") { |
| - configs += ["..:dart_config"] |
| + configs += ["..:dart_config", "..:dart_gen_snapshot_config"] |
| deps = [ |
| ":gen_resources_cc", |
| ":gen_snapshot_dart_io", |