Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Side by Side Diff: webrtc/rtc_tools/loopback_test/loopback_test.html

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 This page was created to help debug and study webrtc issues such as 3 This page was created to help debug and study webrtc issues such as
4 bandwidth estimation problems. It allows one to easily launch a test 4 bandwidth estimation problems. It allows one to easily launch a test
5 case that establishs a connection between 2 peer connections 5 case that establishs a connection between 2 peer connections
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Loopback test</title> 9 <title>Loopback test</title>
10 10
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 chart.draw(); 218 chart.draw();
219 }); 219 });
220 220
221 columnFilter.draw(); 221 columnFilter.draw();
222 dashboard.bind([rangeFilter], [chart]); 222 dashboard.bind([rangeFilter], [chart]);
223 dashboard.draw(data); 223 dashboard.draw(data);
224 } 224 }
225 </script> 225 </script>
226 </body> 226 </body>
227 </html> 227 </html>
OLDNEW
« no previous file with comments | « webrtc/rtc_tools/loopback_test/adapter.js ('k') | webrtc/rtc_tools/loopback_test/loopback_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698