Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(953)

Unified Diff: runtime/vm/vm.gypi

Issue 1714743002: VM: Separate precompilation-specific code, make flags const. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix build after merge Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698