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

Unified Diff: runtime/bin/bin.gypi

Issue 179423003: Remove rum_vm_tests.host target. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | tools/bots/cross-vm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index d18807f4069f8367d80f231b131173fca1f9ece1..265c630d813334ba772d62a10496006b313263db 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -539,57 +539,6 @@
],
},
{
- 'target_name': 'run_vm_tests.host',
- 'type': 'executable',
- 'toolsets':['host'],
- 'dependencies': [
- 'libdart_withcore',
- 'libdart_builtin',
- 'generate_snapshot_file#host',
- 'generate_snapshot_test_dat_file#host',
- ],
- 'include_dirs': [
- '..',
- '<(gen_source_dir)',
- ],
- 'sources': [
- 'run_vm_tests.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)',
- ],
- 'includes': [
- 'builtin_impl_sources.gypi',
- '../platform/platform_sources.gypi',
- '../vm/vm_sources.gypi',
- ],
- 'defines': [
- 'TESTING',
- ],
- # Only include _test.[cc|h] files.
- 'sources/': [
- ['exclude', '\\.(cc|h)$'],
- ['include', 'run_vm_tests.cc'],
- ['include', 'builtin_nolib.cc'],
- ['include', 'builtin_natives.cc'],
- ['include', '_gen\\.cc$'],
- ['include', '_test\\.(cc|h)$'],
- ],
- 'conditions': [
- ['OS=="win"', {
- 'link_settings': {
- 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-lwinmm.lib' ],
- },
- }],
- ],
- },
- {
'target_name': 'test_extension',
'type': 'shared_library',
'dependencies': [
« no previous file with comments | « no previous file | tools/bots/cross-vm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698