Commit d5beb4f
committed
tools: move Quic dependencies behind ad-hoc flag
Quic is now behind `--experimental-quic` build flag, its dependencies
should be included only if the user opts-in.
PR-URL: #61446
Refs: 853277a
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>1 parent 71702c5 commit d5beb4fCopy full SHA for d5beb4f
2 files changed
+10-2Lines changed: 10 additions & 2 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| 22 | + |
21 | 23 | |
22 | 24 | |
23 | 25 | |
| ||
80 | 82 | |
81 | 83 | |
82 | 84 | |
| 85 | + |
83 | 86 | |
84 | 87 | |
85 | 88 | |
|
Collapse file
tools/nix/sharedLibDeps.nix
Copy file name to clipboardExpand all lines: tools/nix/sharedLibDeps.nix+7-2Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | 6 | |
| ||
11 | 12 | |
12 | 13 | |
13 | 14 | |
14 | | - |
15 | | - |
16 | 15 | |
17 | 16 | |
18 | 17 | |
| ||
33 | 32 | |
34 | 33 | |
35 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
36 | 41 | |
37 | 42 | |
38 | 43 | |
|
0 commit comments