|
third_party: Add WDS library
This patch adds WDS library into third parties for Linux (incl. CrOS).
The libwds library will be used by the Wi-fi Display implemantation of the 'chrome.displaySource' API on CrOS.
The added library will be called from renderer process only (i.e. within sandbox).
NOPRESUBMIT=true
BUG= 242107
Committed: https://crrev.com/6d56dcc319b7c41dacc1fb0977b8980c301f071b
Cr-Commit-Position: refs/heads/master@{#375159}
Total comments: 4
Total comments: 6
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+14345 lines, -9 lines) |
Patch |
 |
M |
.gitignore
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
DEPS
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/BUILD.gn
|
View
|
1
2
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/wds/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
third_party/wds/LICENSE
|
View
|
|
10 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
third_party/wds/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/README.chromium
|
View
|
1
2
3
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/errorscanner.h
|
View
|
1
2
|
1 chunk |
+372 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/errorscanner.cpp
|
View
|
1
2
|
1 chunk |
+2292 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/headerscanner.h
|
View
|
1
2
|
1 chunk |
+377 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/headerscanner.cpp
|
View
|
1
2
|
1 chunk |
+3018 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/messagescanner.h
|
View
|
1
2
|
1 chunk |
+380 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/messagescanner.cpp
|
View
|
1
2
|
1 chunk |
+3720 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/parser.h
|
View
|
1
|
1 chunk |
+261 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/gen/parser.cpp
|
View
|
1
2
|
1 chunk |
+3651 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/wds/wds.gyp
|
View
|
1
2
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/checklicenses/checklicenses.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 40 (14 generated)
|