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

Unified Diff: vm/vm.gypi

Issue 8673002: - Refactor the isolate callback mechanism to also include creation of the (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 1 month 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 | « vm/unit_test.cc ('k') | vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/vm.gypi
===================================================================
--- vm/vm.gypi (revision 1955)
+++ vm/vm.gypi (working copy)
@@ -56,7 +56,7 @@
}]],
},
{
- 'target_name': 'libdart_lib',
+ 'target_name': 'libdart_lib_withcore',
'type': 'static_library',
'dependencies': [
'generate_corelib_cc_file',
@@ -67,6 +67,7 @@
'../lib/lib_impl_sources.gypi',
],
'sources': [
+ 'bootstrap.cc',
# Include generated source files.
'<(corelib_cc_file)',
'<(corelib_impl_cc_file)',
@@ -76,6 +77,20 @@
],
},
{
+ 'target_name': 'libdart_lib',
+ 'type': 'static_library',
+ 'includes': [
+ '../lib/lib_sources.gypi',
+ '../lib/lib_impl_sources.gypi',
+ ],
+ 'sources': [
+ 'bootstrap_nocorelib.cc',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
+ {
'target_name': 'libdart_api',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « vm/unit_test.cc ('k') | vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698