Skip to content
Unverified Commit 3ae3f327 authored by aszlig's avatar aszlig
Browse files

chromium: Don't add sources as runtime dependency.



This is because of a single file that symlinks to the source output
path:

libexec/chromium/resources/extension/demo/library.js

Target within source output path:

chrome/browser/resources/extension_resource/demo/library.js

So we just need to ensure that the cp command follows symlinks during
installPhase and we should no longer have this unnecessary dependency.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 0c50978c
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