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

Unified Diff: bin/bin.gypi

Issue 10178030: Added lib/compiler compile all VM benchmark. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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 | vm/benchmark_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/bin.gypi
===================================================================
--- bin/bin.gypi (revision 7165)
+++ bin/bin.gypi (working copy)
@@ -375,6 +375,13 @@
],
'sources': [
'run_vm_tests.cc',
+ 'builtin.cc',
+ # Include generated source files.
+ '<(builtin_cc_file)',
+ '<(io_cc_file)',
+ '<(json_cc_file)',
+ '<(uri_cc_file)',
+ '<(utf_cc_file)',
],
'includes': [
'builtin_impl_sources.gypi',
@@ -387,8 +394,10 @@
# Only include _test.[cc|h] files.
'sources/': [
['exclude', '\\.(cc|h)$'],
+ ['include', 'run_vm_tests.cc'],
+ ['include', 'builtin.cc'],
+ ['include', '_gen\\.cc$'],
['include', '_test\\.(cc|h)$'],
- ['include', 'run_vm_tests.cc'],
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « no previous file | vm/benchmark_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698