Index: tools/gyp/configurations.gypi |
diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi |
index cabfd6c50e19750d19a0fb465634375472356a93..77d05b331bbf325938cf102631563380533812f2 100644 |
--- a/tools/gyp/configurations.gypi |
+++ b/tools/gyp/configurations.gypi |
@@ -680,6 +680,7 @@ |
'Dart_Base', 'Dart_mips_Base', 'Dart_Debug', |
'Dart_Linux_Base', |
'Dart_Linux_xmips_Base', |
+ 'Dart_Linux_xmips_Debug', |
'Dart_Linux_Debug', |
], |
}, |
@@ -689,6 +690,7 @@ |
'Dart_Base', 'Dart_mips_Base', 'Dart_Release', |
'Dart_Linux_Base', |
'Dart_Linux_xmips_Base', |
+ 'Dart_Linux_xmips_Release', |
'Dart_Linux_Release', |
], |
}, |