| Index: third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| index 831d26ce692c4c1411ec001a37907a3f7229e0df..61ca77fd31062d2a4aeb4bfdfa6847c7d7eff89b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/bindings_tests.py
|
| @@ -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'])
|
|
|