Skip to content
Snippets Groups Projects
Unverified Commit 7692c114 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub
Browse files

Update the Dart package creation script to copy source files instead of...

Update the Dart package creation script to copy source files instead of creating symlinks to the source tree (#165242)

The use of symlinks and the use of a directory as a GN output path may
cause unnecessary rebuilds when Ninja checks file modification times to
determine whether build outputs are up to date.

Also remove various other unused featues that were copied from the
original version of the script in the Mojo project.
parent efd9f148
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment