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

Unified Diff: BUILD.gn

Issue 2434123003: Merge more Kernel infrastructure from kernel_sdk SDK fork. (Closed)
Patch Set: address more comments Created 4 years, 2 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 | dart.gyp » ('j') | runtime/vm/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index da04aefe1d5bd1dbcbed38c67b226bd4c1ce07bd..d162ae57999983ef109494ab979aa4ede9d00f94 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -29,6 +29,7 @@ group("runtime") {
"runtime/bin:process_test",
"runtime/bin:test_extension",
"runtime/bin:sample_extension",
+ "runtime/vm:patched_sdk",
]
}
@@ -36,6 +37,7 @@ group("runtime_precompiled") {
deps = [
"runtime/bin:dart_precompiled_runtime",
"runtime/bin:dart_bootstrap($host_toolchain)",
+ "runtime/vm:patched_sdk",
]
}
@@ -48,6 +50,7 @@ group("runtime_and_noopt") {
"runtime/bin:process_test",
"runtime/bin:test_extension",
"runtime/bin:sample_extension",
+ "runtime/vm:patched_sdk",
]
}
« no previous file with comments | « no previous file | dart.gyp » ('j') | runtime/vm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698