Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
++
  • Loading branch information
matanlurey committed Aug 28, 2024
commit bbbd2550ccd9019c7e5ad38cf9f47a2c754633ef
3 changes: 1 addition & 2 deletions build/dart/rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ template("flutter_frontend_server") {
inputs = [ invoker.main_dart ]
outputs = [ invoker.kernel_output ]
depfile = snapshot_depfile
vm_args =
args = common_args
vm_args = (args = common_args)
}
}
}
Expand Down