Index: runtime/vm/vm.gypi |
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi |
index 0c6b6ebb9b3b9248c7bcb35b040b8001262b596d..0f857b39d2289d6deed57acb17bb05786d1fbd9e 100644 |
--- a/runtime/vm/vm.gypi |
+++ b/runtime/vm/vm.gypi |
@@ -305,6 +305,32 @@ |
], |
}, |
{ |
+ 'target_name': 'libdart_lib_precompiled_runtime', |
+ 'type': 'static_library', |
+ 'toolsets':['host', 'target'], |
+ 'includes': [ |
+ '../lib/async_sources.gypi', |
+ '../lib/collection_sources.gypi', |
+ '../lib/core_sources.gypi', |
+ '../lib/developer_sources.gypi', |
+ '../lib/internal_sources.gypi', |
+ '../lib/isolate_sources.gypi', |
+ '../lib/math_sources.gypi', |
+ '../lib/mirrors_sources.gypi', |
+ '../lib/typed_data_sources.gypi', |
+ '../lib/vmservice_sources.gypi', |
+ ], |
+ 'sources': [ |
+ 'bootstrap_nocore.cc', |
+ ], |
+ 'defines': [ |
+ 'DART_PRECOMPILED_RUNTIME', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ }, |
+ { |
'target_name': 'generate_async_cc_file', |
'type': 'none', |
'toolsets':['host'], |