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

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

Issue 2963733003: Scripts for unity/jumbo (default disabled) compilation (Closed)
Patch Set: Created 3 years, 6 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/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index 9d6d7ee24f64a48023db58dc4313d1224919a951..ca9d502c51fb85e6775bbf28bb86a6e147972847 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -94,6 +94,21 @@ blink_core_sources("inspector") {
"WorkerThreadDebugger.h",
]
+ jumbo_excluded_sources = [
+ # Collides with DOMPatchSupport.cpp (patch incoming)
+ "InspectorAnimationAgent.cpp",
+
+ # Collides with InspectorPageAgent.cpp and
+ # NetworkResourcesData.cpp (patch incoming)
+ "InspectorNetworkAgent.cpp",
+
+ # Collides with InspectorPageAgent.cpp (patch incoming)
+ "MainThreadDebugger.cpp",
+
+ "InspectorOverlayAgent.cpp", # Way too many different "Response"
+ "InspectorEmulationAgent.cpp", # Way too many different "Response"
+ ]
+
configs += [
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
"//build/config/compiler:no_size_t_to_int_warning",

Powered by Google App Engine
This is Rietveld 408576698