| Index: runtime/vm/BUILD.gn
|
| diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn
|
| index 5f4978ba058819e5ff4a9aad3d0bf3f239e83144..ea968d89cb094bb4bcef60604c8baac8f3273d33 100644
|
| --- a/runtime/vm/BUILD.gn
|
| +++ b/runtime/vm/BUILD.gn
|
| @@ -55,7 +55,6 @@ static_library("libdart_vm") {
|
|
|
| set_sources_assignment_filter(["*_test.cc", "*_test.h"])
|
| sources = vm_sources_list.sources
|
| - - ["vtune.cc", "vtune.h"]
|
| include_dirs = [
|
| "..",
|
| ]
|
| @@ -73,7 +72,6 @@ static_library("libdart_vm_precompiled_runtime") {
|
|
|
| set_sources_assignment_filter(["*_test.cc", "*_test.h"])
|
| sources = vm_sources_list.sources
|
| - - ["vtune.cc", "vtune.h"]
|
| include_dirs = [
|
| "..",
|
| ]
|
| @@ -91,7 +89,6 @@ static_library("libdart_vm_nosnapshot") {
|
|
|
| set_sources_assignment_filter(["*_test.cc", "*_test.h"])
|
| sources = vm_sources_list.sources
|
| - - ["vtune.cc", "vtune.h"]
|
| include_dirs = [
|
| "..",
|
| ]
|
|
|