mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6cc31ae187
--HG-- extra : transplant_source : U%1EN%CB%0A%BD%96%3D%0EU%3B%B9F%FD%20%CA%AA%A7%21h |
||
---|---|---|
.. | ||
content | ||
standalone | ||
test | ||
jar.mn | ||
make-links.sh | ||
moz.build | ||
MozLoopAPI.jsm | ||
MozLoopService.jsm | ||
README.txt |
In order for the loop component to build, run the make-links.sh script to setup symlinks from the Gecko tree into your loop-client-repo for shared code, noting that you'll need to put the correct path inside the [[ ]] placeholder (and remove the [[ ]] characters). $ export LOOP_CLIENT_REPO=[[/absolute-path/to/my/loop-client-repo/clone]] $ ./make-links.sh Note that changes to the shared directories affect both the standalone loop-client and the desktop client. This means that sometimes, in order to make a desktop client patch, you'll need to get reviews on patches to both mozilla-central/gecko-dev as well as loop-client.