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

Unified Diff: third_party/WebKit/Source/modules/fetch/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again 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/modules/fetch/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/fetch/BUILD.gn b/third_party/WebKit/Source/modules/fetch/BUILD.gn
index 7d8d9965d08faf617afa5004f186dc745cb54efa..d7b71ca823c391d0775ecea126597f0856582c4b 100644
--- a/third_party/WebKit/Source/modules/fetch/BUILD.gn
+++ b/third_party/WebKit/Source/modules/fetch/BUILD.gn
@@ -43,4 +43,12 @@ blink_modules_sources("fetch") {
"Response.cpp",
"Response.h",
]
+
+ if (is_win && is_component_build) {
+ # Body.cpp exports a class (MODULES_EXPORT) that inherits from
+ # PairIterable<String, String> that is also used as base class by an
+ # imported (CORE_EXPORT) class and that confuses the Windows
+ # linker/compiler. https://crbug.com/739340
+ jumbo_excluded_sources = [ "Body.cpp" ]
+ }
}
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698