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

Unified Diff: runtime/vm/BUILD.gn

Issue 1744573002: Fix Flutter Dart role (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | sdk/lib/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
"..",
]
« no previous file with comments | « no previous file | sdk/lib/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698