|
|
Fix linker warning in broadcast_channel.mojom-blink.obj.
The problem is that r406852 introduced a dependency from
//third_party/WebKit/public:mojo_bindings to //url/mojo:url_mojom_origin
which the typemap translated to webkit's SecurityOrigin. This means that
mojo_bindings needs to set BLINK_PLATFORM_IMPLEMENTATION and have that
propagate to the generated target. Otherwise SecurityOrigin is imported
by mojo_bindings to blink_platform.dll, which defines it.
The fix is to split weborigin into a separate build target. Since it
depends on runtime enabled features, these also have to be split out
into a separate target. The WebPublicSuffixList interface is removed
since platform can now call out to net/base directly.
BUG= 632082
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+173 lines, -263 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.h
|
View
|
1
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
1
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webpublicsuffixlist_impl.h
|
View
|
1
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webpublicsuffixlist_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
|
5 chunks |
+36 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/platform/RuntimeEnabledFeaturesExport.h
|
View
|
1
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
1
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mojo/KURL.typemap
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/weborigin/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/DEPS
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/KURL.h
|
View
|
1
|
4 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/KnownPorts.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp
|
View
|
1
2
3
4
|
7 chunks |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/platform/weborigin/OriginExport.h
|
View
|
1
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/Suborigin.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink_headers.gypi
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/Platform.h
|
View
|
1
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/WebPublicSuffixList.h
|
View
|
1
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
Total messages: 38 (23 generated)
|