gecko-dev/browser/components/loop
Nicolas Perriault f3c2ed47a9 Bug 985596 - Updated shared assets & tests layout. r=Standard8
--HG--
rename : browser/components/loop/test/mocha-test/README.md => browser/components/loop/test/desktop-local/README.md
rename : browser/components/loop/test/mocha-test/client_test.js => browser/components/loop/test/desktop-local/client_test.js
rename : browser/components/loop/test/mocha-test/index.html => browser/components/loop/test/desktop-local/index.html
rename : browser/components/loop/test/mocha-test/panel_test.js => browser/components/loop/test/desktop-local/panel_test.js
2014-05-29 21:13:42 +01:00
..
content Bug 988457 - Remove loop shared dir, add README for building, r=Standard8 2014-05-29 21:13:42 +01:00
test Bug 985596 - Updated shared assets & tests layout. r=Standard8 2014-05-29 21:13:42 +01:00
jar.mn Bug 985596 Set up the conversation window infrastructure and obtain the list of calls. r=dmose 2014-05-29 21:13:41 +01:00
make-links.sh Bug 985596 - Updated shared assets & tests layout. r=Standard8 2014-05-29 21:13:42 +01:00
moz.build
README.txt Bug 985596 - Updated shared assets & tests layout. r=Standard8 2014-05-29 21:13:42 +01:00

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.