Index: runtime/dart-runtime.gyp |
diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp |
index e4b915a6efec702c3a1e81e226bc963182143fb9..ea5887afa7ca3b3c96029063654067639c412e7f 100644 |
--- a/runtime/dart-runtime.gyp |
+++ b/runtime/dart-runtime.gyp |
@@ -6,6 +6,7 @@ |
'includes': [ |
'vm/vm.gypi', |
'bin/bin.gypi', |
+ 'third_party/double-conversion/src/double-conversion.gypi', |
'third_party/jscre/jscre.gypi', |
'tools/gyp/runtime-configurations.gypi', |
], |
@@ -17,6 +18,7 @@ |
'libdart_lib', |
'libdart_vm', |
'libjscre', |
+ 'libdouble_conversion', |
], |
'include_dirs': [ |
'.', |