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

Unified Diff: build/prebuilt_dart_sdk.gni

Issue 2494853002: Make gn_run_binary.py do the right thing for compiled_action (Closed)
Patch Set: Created 4 years, 1 month 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 | « build/gn_run_binary.py ('k') | 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 fe9d92d8a9c4f2ec459d9f78307f961ce26f77f1..1a3299ac6f72fd01c234eebf5f7db6dc68b6ecdb 100644
--- a/build/prebuilt_dart_sdk.gni
+++ b/build/prebuilt_dart_sdk.gni
@@ -10,7 +10,7 @@ _prebuilt_dart_exe = "$_dart_root/tools/sdks/$host_os/dart-sdk/bin/dart"
# Our gn_run_binary swallows output unless there is an error.
_prebuilt_dart_exe_trial = exec_script("gn_run_binary.py",
- [_prebuilt_dart_exe, "--version"], "string")
+ ["exec_script", _prebuilt_dart_exe, "--version"], "string")
if (_prebuilt_dart_exe_trial == "") {
prebuilt_dart_exe_works = true
} else {
« no previous file with comments | « build/gn_run_binary.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698