- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / third_party / spaceport / js / tests / performance.js
1 define([ 'tests/audioLatency', 'tests/sprites', 'tests/text' ], function (audioLatency, sprites, text) {
2     return {
3         //audioLatency: audioLatency,
4         sprites: sprites,
5         //text: text
6     };
7 });