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

Unified Diff: build/prebuilt_dart_sdk.gni

Issue 2849273002: [GN] Fix prebuilt sdk detection on Windows (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/prebuilt_dart_sdk.gni
diff --git a/build/prebuilt_dart_sdk.gni b/build/prebuilt_dart_sdk.gni
index 1a3299ac6f72fd01c234eebf5f7db6dc68b6ecdb..ca4261e0813c40e32852951eca0aa2701510e413 100644
--- a/build/prebuilt_dart_sdk.gni
+++ b/build/prebuilt_dart_sdk.gni
@@ -6,7 +6,7 @@ import("executable_suffix.gni")
_dart_root = rebase_path("..")
-_prebuilt_dart_exe = "$_dart_root/tools/sdks/$host_os/dart-sdk/bin/dart"
+_prebuilt_dart_exe = "$_dart_root/tools/sdks/$host_os/dart-sdk/bin/dart$executable_suffix"
# Our gn_run_binary swallows output unless there is an error.
_prebuilt_dart_exe_trial = exec_script("gn_run_binary.py",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698