Fix calling tools JS
This commit is contained in:
parent
5f0080a7d7
commit
29eb07c159
23 changed files with 27 additions and 23 deletions
|
@ -52,20 +52,20 @@ const FILES_TO_IGNORE = new Set(
|
|||
'sticker-creator/src/util/protos.js',
|
||||
// ignore calling developer tools licensing which use Chromium license
|
||||
'calling_tools.html',
|
||||
'ts/windows/callingtools/assert.js',
|
||||
'ts/windows/callingtools/candidate_grid.js',
|
||||
'ts/windows/callingtools/data_series.js',
|
||||
'ts/windows/callingtools/dump_creator.js',
|
||||
'ts/windows/callingtools/peer_connection_update_table.js',
|
||||
'ts/windows/callingtools/stats_graph_helper.js',
|
||||
'ts/windows/callingtools/stats_helper.js',
|
||||
'ts/windows/callingtools/stats_rates_calculator.js',
|
||||
'ts/windows/callingtools/stats_table.js',
|
||||
'ts/windows/callingtools/tab_view.js',
|
||||
'ts/windows/callingtools/timeline_graph_view.js',
|
||||
'ts/windows/callingtools/user_media_table.js',
|
||||
'ts/windows/callingtools/util.js',
|
||||
'ts/windows/callingtools/webrtc_internals.js',
|
||||
'js/calling-tools/assert.js',
|
||||
'js/calling-tools/candidate_grid.js',
|
||||
'js/calling-tools/data_series.js',
|
||||
'js/calling-tools/dump_creator.js',
|
||||
'js/calling-tools/peer_connection_update_table.js',
|
||||
'js/calling-tools/stats_graph_helper.js',
|
||||
'js/calling-tools/stats_helper.js',
|
||||
'js/calling-tools/stats_rates_calculator.js',
|
||||
'js/calling-tools/stats_table.js',
|
||||
'js/calling-tools/tab_view.js',
|
||||
'js/calling-tools/timeline_graph_view.js',
|
||||
'js/calling-tools/user_media_table.js',
|
||||
'js/calling-tools/util.js',
|
||||
'js/calling-tools/webrtc_internals.js',
|
||||
].map(
|
||||
// This makes sure the files are correct on Windows.
|
||||
path.normalize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue