Index: runtime/bin/bin.gypi |
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
index 78c5a589f3eb545cb72c86777f0a9ede9adacd5d..11f84fcae66e6c6404b8bbf9f3e48a6557aaad4d 100644 |
--- a/runtime/bin/bin.gypi |
+++ b/runtime/bin/bin.gypi |
@@ -629,10 +629,10 @@ |
}, |
{ |
# dart binary for running precompiled snapshots without the compiler. |
- 'target_name': 'dart_precompiled', |
+ 'target_name': 'dart_precompiled_runtime', |
'type': 'executable', |
'dependencies': [ |
- 'libdart_precompiled', |
+ 'libdart_precompiled_runtime', |
'libdart_builtin', |
'libdart_io', |
'build_observatory#host', |