diff options
Diffstat (limited to 'WebCore/WebCore.vcproj/MigrateIDLAndScripts')
-rw-r--r-- | WebCore/WebCore.vcproj/MigrateIDLAndScripts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/WebCore.vcproj/MigrateIDLAndScripts b/WebCore/WebCore.vcproj/MigrateIDLAndScripts index 4ff9002..912361d 100644 --- a/WebCore/WebCore.vcproj/MigrateIDLAndScripts +++ b/WebCore/WebCore.vcproj/MigrateIDLAndScripts @@ -155,6 +155,11 @@ $(WEBKIT_OUTPUT)/% : $(WEBCORE)/html/% $(WEBKIT_OUTPUT)/% : $(WEBCORE)/css/% $(MIGRATE_CMD) +# Migrate workers IDLs +$(WEBKIT_OUTPUT)/% : $(WEBCORE)/workers/% + $(MIGRATE_CMD) + + # Migrate generation scripts $(WEBKIT_OUTPUT)/% : $(WEBCORE)/bindings/scripts/% $(MIGRATE_CMD) |