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 ca9d502c51fb85e6775bbf28bb86a6e147972847..e23cca42ef183417fa3d2d6aa40e5221f9bb974c 100644 |
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn |
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn |
@@ -32,6 +32,7 @@ blink_core_sources("inspector") { |
"InspectorAnimationAgent.h", |
"InspectorApplicationCacheAgent.cpp", |
"InspectorApplicationCacheAgent.h", |
+ "InspectorBaseAgent.cpp", |
"InspectorBaseAgent.h", |
"InspectorCSSAgent.cpp", |
"InspectorCSSAgent.h", |
@@ -98,13 +99,6 @@ blink_core_sources("inspector") { |
# 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" |
] |