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

Unified Diff: utils/kernel-service/BUILD.gn

Issue 2944103003: Introduce dart_host_toolchain arg, remove '--checked' option from patch_sdk.py (Closed)
Patch Set: Add comment Created 3 years, 6 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 | « utils/generate_patch_sdk.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/kernel-service/BUILD.gn
diff --git a/utils/kernel-service/BUILD.gn b/utils/kernel-service/BUILD.gn
index f62e0642a82985e186720872b98dd5bf15723466..88ef85a351490e18ffc7e96eb412bac12092eb98 100644
--- a/utils/kernel-service/BUILD.gn
+++ b/utils/kernel-service/BUILD.gn
@@ -3,11 +3,12 @@
# BSD-style license that can be found in the LICENSE file.
import("../application_snapshot.gni")
+import("../../build/dart_host_toolchain.gni")
application_snapshot("kernel-service") {
dfe_script = "kernel-service.dart"
deps = [
- "../../runtime/vm:patched_sdk($host_toolchain)",
+ "../../runtime/vm:patched_sdk($dart_host_toolchain)",
]
main_dart = dfe_script
training_args = [
« no previous file with comments | « utils/generate_patch_sdk.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698