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

Unified Diff: dart-runtime.gyp

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
Index: dart-runtime.gyp
===================================================================
--- dart-runtime.gyp (revision 1771)
+++ dart-runtime.gyp (working copy)
@@ -26,5 +26,21 @@
'vm/dart_api_impl.cc',
],
},
+ {
+ 'target_name': 'libdart_without_corelib',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'libdart_nocorelib_lib',
+ 'libdart_vm',
+ 'libjscre',
+ ],
+ 'include_dirs': [
+ '.',
+ ],
+ 'sources': [
+ 'include/dart_api.h',
+ 'vm/dart_api_impl.cc',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698