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 9cb78c379ade515a1c03b8c0898640f49cbd62a8..d7ac2f598412a60944745fcd7d7d243fc5f9fead 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 |
@@ -20,6 +20,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', |