Index: third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js |
diff --git a/third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js b/third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js |
index e48ad00504858eeca545160b8eff16bf45937baa..9cb124cc518a593be102dcdaf1e233d1ffba2a74 100644 |
--- a/third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js |
+++ b/third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js |
@@ -14,6 +14,7 @@ const SPECIAL_CASE_NAMESPACES_PATH = path.resolve(__dirname, '..', 'special_case |
const APPLICATION_DESCRIPTORS = [ |
'inspector.json', |
'toolbox.json', |
+ 'integration_test_runner.json', |
'unit_test_runner.json', |
'formatter_worker.json', |
'heap_snapshot_worker.json', |