Chromium Code Reviews| Index: runtime/bin/BUILD.gn |
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
| index 2e92fe37b968bc3026492dd109dad00f3d5f1e77..c55e23ba3bbf7b3e8a1cc9b327f7f114e73ee017 100644 |
| --- a/runtime/bin/BUILD.gn |
| +++ b/runtime/bin/BUILD.gn |
| @@ -255,6 +255,13 @@ executable("gen_snapshot") { |
| include_dirs = [ |
| "..", |
| ] |
| + |
| + if (is_mac) { |
| + libs = [ |
| + "CoreFoundation.framework", |
| + "CoreServices.framework" |
| + ] |
| + } |
| } |
| # A source set for the implementation of 'dart:io' library |