Commit 7bc81aa9 authored by peria's avatar peria Committed by Commit bot

Fix presubmit run-bindings-tests failure

This issue was introduced by
https://codereview.chromium.org/2748383002
which renames InspectorInstrumentation.idl to InstrumentingProbes.idl.

I wonder why presubmit check did not fail in the CL.

BUG=None

Review-Url: https://codereview.chromium.org/2754763002
Cr-Commit-Position: refs/heads/master@{#457360}
parent 5946c923
......@@ -77,7 +77,7 @@ DEPENDENCY_IDL_FILES = frozenset([
# core/inspector/InspectorInstrumentation.idl is not a valid Blink IDL.
NON_BLINK_IDL_FILES = frozenset([
'InspectorInstrumentation.idl',
'InstrumentingProbes.idl',
])
COMPONENT_DIRECTORY = frozenset(['core', 'modules'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment