|
Port parts of //third_pary/libjingle build to GN
Reimplements parts of //third_party/libjingle's build in GN.
The new build is much less flexible than the original. Some flags are
not supported. Some windows-specific configs have been left out and
annotated with TODOs. Most signifcantly, the entirety of the
'if (enable_webrtc)' block has been omitted, because the GN build
for webrtc isn't working yet.
Despite these limitations, it is an adequate replacement for the
'stub' libjingle target in most situations.
BUG=
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+377 lines, -39 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/BUILD.gn
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/invalidation/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
jingle/BUILD.gn
|
View
|
|
3 chunks |
+6 lines, -19 lines |
0 comments
|
Download
|
 |
A |
third_party/libjingle/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+350 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libjingle/libjingle.gyp
|
View
|
1
|
6 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|