repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
third_party
/
spaceport
/
js
/
tests
/
performance.js
blob
f56d1ddc80b18f4ee7e220a08b6b4ad9e86389e0
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
});