Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 240198e84d7542e13cba7a93e528f94809a5b631..db4f38fcc98f9f3bfa5b6a323944ceb498553d19 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -503,6 +503,16 @@ |
'temp_gyp/googleurl.gyp:googleurl_unittests', |
], |
}, |
+ { |
+ 'target_name': 'webkit_builder_win', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../webkit/webkit.gyp:test_shell', |
+ '../webkit/webkit.gyp:test_shell_tests', |
+ '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
+ '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
+ ], |
+ }, |
], # targets |
'conditions': [ |
['branding=="Chrome"', { |