Skip to content

Commit

Permalink
[compression] move pako into a third_party directory
Browse files Browse the repository at this point in the history
This is following the directory structure used for webrtc in
web-platform-tests/rfcs#46.

Spotted via #21855.
  • Loading branch information
foolip committed May 14, 2020
1 parent e4d5929 commit 37a29b4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// META: global=window,worker
// META: script=pako/pako_inflate.min.js
// META: script=third_party/pako/pako_inflate.min.js
// META: timeout=long

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion compression/compression-multiple-chunks.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// META: global=window,worker
// META: script=pako/pako_inflate.min.js
// META: script=third_party/pako/pako_inflate.min.js
// META: timeout=long

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion compression/compression-stream.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// META: global=window,worker
// META: script=pako/pako_inflate.min.js
// META: script=third_party/pako/pako_inflate.min.js
// META: timeout=long

'use strict';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 37a29b4

Please sign in to comment.