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

Unified Diff: runtime/dart-runtime.gyp

Issue 1134623004: - Use conditional code inclusion for the dart_no_snapshot and dart executables using the MACRO DART… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 7 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/bin/bin.gypi ('k') | runtime/vm/class_finalizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/dart-runtime.gyp
===================================================================
--- runtime/dart-runtime.gyp (revision 45699)
+++ runtime/dart-runtime.gyp (working copy)
@@ -15,7 +15,8 @@
'version_in_cc_file': 'vm/version_in.cc',
'version_cc_file': '<(gen_source_dir)/version.cc',
- 'libdart_deps': ['libdart_lib_withcore', 'libdart_lib', 'libdart_vm',
+ 'libdart_deps': ['libdart_lib_nosnapshot', 'libdart_lib',
+ 'libdart_vm_nosnapshot', 'libdart_vm',
'libdouble_conversion',],
},
'targets': [
@@ -93,7 +94,7 @@
'type': 'executable',
'toolsets':['target'],
# The dependencies here are the union of the dependencies of libdart and
- # libdart_withcore.
+ # libdart_nosnapshot.
'dependencies': ['<@(libdart_deps)'],
'sources': [
'vm/libdart_dependency_helper.cc',
@@ -104,7 +105,7 @@
'type': 'executable',
'toolsets':['host'],
# The dependencies here are the union of the dependencies of libdart and
- # libdart_withcore.
+ # libdart_nosnapshot.
'dependencies': ['<@(libdart_deps)'],
'sources': [
'vm/libdart_dependency_helper.cc',
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/vm/class_finalizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698