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

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: Removed the undef instead. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97ea82728b9900ccd8078f5019e580d5668aea0e..1939452b531c54fc26f9cc203918021ad39dc139 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -619,16 +619,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.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698