| Index: runtime/vm/vm.gypi
|
| diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
|
| index a7338773db6eeab0782368c411ca5838cfab65d6..0c6b6ebb9b3b9248c7bcb35b040b8001262b596d 100644
|
| --- a/runtime/vm/vm.gypi
|
| +++ b/runtime/vm/vm.gypi
|
| @@ -74,26 +74,7 @@
|
| 'sources/' : [
|
| ['exclude', 'gdbjit.cc'],
|
| ],
|
| - }],
|
| - ['dart_vtune_support==0', {
|
| - 'sources/' : [
|
| - ['exclude', 'vtune\\.(cc|h)$'],
|
| - ],
|
| - }],
|
| - ['dart_vtune_support==1', {
|
| - 'include_dirs': ['<(dart_vtune_root)/include'],
|
| - 'defines': ['DART_VTUNE_SUPPORT'],
|
| - 'link_settings': {
|
| - 'conditions': [
|
| - ['OS=="linux"', {
|
| - 'libraries': ['-ljitprofiling'],
|
| - }],
|
| - ['OS=="win"', {
|
| - 'libraries': ['-ljitprofiling.lib'],
|
| - }],
|
| - ],
|
| - },
|
| - }]],
|
| + }]],
|
| },
|
| {
|
| 'target_name': 'libdart_vm_precompiled_runtime',
|
| @@ -137,26 +118,7 @@
|
| 'sources/' : [
|
| ['exclude', 'gdbjit.cc'],
|
| ],
|
| - }],
|
| - ['dart_vtune_support==0', {
|
| - 'sources/' : [
|
| - ['exclude', 'vtune\\.(cc|h)$'],
|
| - ],
|
| - }],
|
| - ['dart_vtune_support==1', {
|
| - 'include_dirs': ['<(dart_vtune_root)/include'],
|
| - 'defines': ['DART_VTUNE_SUPPORT'],
|
| - 'link_settings': {
|
| - 'conditions': [
|
| - ['OS=="linux"', {
|
| - 'libraries': ['-ljitprofiling'],
|
| - }],
|
| - ['OS=="win"', {
|
| - 'libraries': ['-ljitprofiling.lib'],
|
| - }],
|
| - ],
|
| - },
|
| - }]],
|
| + }]],
|
| },
|
| {
|
| 'target_name': 'libdart_vm_noopt',
|
| @@ -200,26 +162,7 @@
|
| 'sources/' : [
|
| ['exclude', 'gdbjit.cc'],
|
| ],
|
| - }],
|
| - ['dart_vtune_support==0', {
|
| - 'sources/' : [
|
| - ['exclude', 'vtune\\.(cc|h)$'],
|
| - ],
|
| - }],
|
| - ['dart_vtune_support==1', {
|
| - 'include_dirs': ['<(dart_vtune_root)/include'],
|
| - 'defines': ['DART_VTUNE_SUPPORT'],
|
| - 'link_settings': {
|
| - 'conditions': [
|
| - ['OS=="linux"', {
|
| - 'libraries': ['-ljitprofiling'],
|
| - }],
|
| - ['OS=="win"', {
|
| - 'libraries': ['-ljitprofiling.lib'],
|
| - }],
|
| - ],
|
| - },
|
| - }]],
|
| + }]],
|
| },
|
| {
|
| 'target_name': 'libdart_vm_nosnapshot',
|
| @@ -264,26 +207,7 @@
|
| 'sources/' : [
|
| ['exclude', 'gdbjit.cc'],
|
| ],
|
| - }],
|
| - ['dart_vtune_support==0', {
|
| - 'sources/' : [
|
| - ['exclude', 'vtune\\.(cc|h)$'],
|
| - ],
|
| - }],
|
| - ['dart_vtune_support==1', {
|
| - 'include_dirs': ['<(dart_vtune_root)/include'],
|
| - 'defines': ['DART_VTUNE_SUPPORT'],
|
| - 'link_settings': {
|
| - 'conditions': [
|
| - ['OS=="linux"', {
|
| - 'libraries': ['-ljitprofiling'],
|
| - }],
|
| - ['OS=="win"', {
|
| - 'libraries': ['-ljitprofiling.lib'],
|
| - }],
|
| - ],
|
| - },
|
| - }]],
|
| + }]],
|
| },
|
| {
|
| 'target_name': 'libdart_lib_nosnapshot',
|
|
|