| Index: third_party/WebKit/Source/core/layout/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| index 45b0320bbcb2d20c6abb3e8b01c5b43b9dc5b8ad..2f16674cedd4992faf7f7c9400c04a8328d1d87f 100644
|
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| @@ -466,6 +466,11 @@ blink_core_sources("layout") {
|
| ]
|
| }
|
|
|
| + jumbo_excluded_sources = [
|
| + # Collides with CompositedLayerMapping.cpp (patch incoming)
|
| + "compositing/CompositingLayerAssigner.cpp",
|
| + ]
|
| +
|
| configs += [
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| "//build/config/compiler:no_size_t_to_int_warning",
|
|
|