Index: third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json b/third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..03e6cfa9aa25b2715c1e5e6b5d9b04875160e48f |
--- /dev/null |
+++ b/third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json |
@@ -0,0 +1,15 @@ |
+{ |
+ "dependencies": [ |
+ "test_runner", |
+ "sdk", |
+ "console" |
+ ], |
+ "scripts": [ |
+ "ConsoleTestRunner.js", |
+ "IntegrationTestRunner.js" |
+ ], |
+ "skip_compilation": [ |
+ "ConsoleTestRunner.js", |
+ "IntegrationTestRunner.js" |
+ ] |
+} |