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 38134bc2f04e121f4d9879193aee4da0af62ef81..fa3b9c2d597bd6489852e47494890c69ac42d956 100644 |
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn |
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn |
@@ -37,6 +37,7 @@ blink_core_sources("inspector") { |
"InspectorDOMAgent.h", |
"InspectorDOMDebuggerAgent.cpp", |
"InspectorDOMDebuggerAgent.h", |
+ "InspectorFrontendClient.h", |
"InspectorHighlight.cpp", |
"InspectorHighlight.h", |
"InspectorHistory.cpp", |
@@ -45,6 +46,7 @@ blink_core_sources("inspector") { |
"InspectorInputAgent.h", |
"InspectorInstrumentation.cpp", |
"InspectorInstrumentation.h", |
+ "InspectorInstrumentationCustomInl.h", |
"InspectorLayerTreeAgent.cpp", |
"InspectorLayerTreeAgent.h", |
"InspectorLogAgent.cpp", |