Index: third_party/WebKit/Source/core/html/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn |
index 5a97aadef82d59c822cb0b973c247da9a917b69e..25a95177c1aaea0ffc86a8314bb67cdb120b30a0 100644 |
--- a/third_party/WebKit/Source/core/html/BUILD.gn |
+++ b/third_party/WebKit/Source/core/html/BUILD.gn |
@@ -621,16 +621,7 @@ blink_core_sources("html") { |
"track/vtt/VTTTokenizer.h", |
] |
- jumbo_excluded_sources = [ |
- "canvas/CanvasRenderingContext.cpp", # https://crbug.com/716395 |
- |
- # Does ugly things with undef (patch incoming) |
- "parser/HTMLTokenizer.cpp", |
- |
- # kSupportedTokens in both HTMLMediaElementControlsList.cpp |
- # and HTMLIFrameElementSandbox.cpp |
- "HTMLIFrameElementSandbox.cpp", |
- ] |
+ jumbo_excluded_sources = [ "canvas/CanvasRenderingContext.cpp" ] # https://crbug.com/716395 |
configs += [ |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |