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

Unified Diff: runtime/vm/vm.gypi

Issue 2464833002: Fix Debian builder. (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 | « no previous file | tools/patch_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index 04e4abdd23df682e4486d11bcd6982b87488fcaf..01b729e2b710bba43a8b2fdaec14afe2663eb8b7 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -1243,6 +1243,7 @@
'type': 'none',
'toolsets': ['host'],
'dependencies': [
+ 'dart_bootstrap#host',
'generate_async_library_patch',
'generate_collection_library_patch',
'generate_convert_library_patch',
@@ -1294,6 +1295,8 @@
'action': [
'python',
'../tools/patch_sdk.py',
+ '--dart-executable',
+ '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFIX)',
'vm',
'../sdk',
'<(gen_source_dir)/patches',
« no previous file with comments | « no previous file | tools/patch_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698