Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / test / data / third_party / spaceport / js / tests / performance.js
blobf56d1ddc80b18f4ee7e220a08b6b4ad9e86389e0
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 });