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

Unified Diff: runtime/bin/bin.gypi

Issue 15640002: Fix runnning of vm benchmarks on golem. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « no previous file | runtime/vm/benchmark_test.h » ('j') | runtime/vm/raw_object_snapshot.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
===================================================================
--- runtime/bin/bin.gypi (revision 22913)
+++ runtime/bin/bin.gypi (working copy)
@@ -483,6 +483,7 @@
'libdart_withcore',
'libdart_builtin',
'libdart_io',
+ 'generate_snapshot_file#host',
'generate_snapshot_test_dat_file',
],
'include_dirs': [
@@ -491,11 +492,12 @@
],
'sources': [
'run_vm_tests.cc',
- 'builtin.cc',
'builtin_natives.cc',
+ 'builtin_nolib.cc',
'builtin.h',
'io_natives.h',
# Include generated source files.
+ '<(snapshot_cc_file)',
'<(builtin_cc_file)',
'<(io_cc_file)',
'<(io_patch_cc_file)',
@@ -512,7 +514,7 @@
'sources/': [
['exclude', '\\.(cc|h)$'],
['include', 'run_vm_tests.cc'],
- ['include', 'builtin.cc'],
+ ['include', 'builtin_nolib.cc'],
['include', 'builtin_natives.cc'],
['include', '_gen\\.cc$'],
['include', '_test\\.(cc|h)$'],
« no previous file with comments | « no previous file | runtime/vm/benchmark_test.h » ('j') | runtime/vm/raw_object_snapshot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698