Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1080)

Unified Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2971683003: Change code to make jumbo exceptions unnecessary in core/html (Closed)
Patch Set: Turn on jumbo for dryrun cq testing Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698