diff options
Diffstat (limited to 'webkit/glue/glue.vcproj')
-rw-r--r-- | webkit/glue/glue.vcproj | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/webkit/glue/glue.vcproj b/webkit/glue/glue.vcproj index 17cfc38..7cab829 100644 --- a/webkit/glue/glue.vcproj +++ b/webkit/glue/glue.vcproj @@ -13,6 +13,9 @@ />
</Platforms>
<ToolFiles>
+ <ToolFile
+ RelativePath=".\devtools\devtools_copy.rules"
+ />
</ToolFiles>
<Configurations>
<Configuration
@@ -24,6 +27,9 @@ Name="VCPreBuildEventTool"
/>
<Tool
+ Name="devtools file copy"
+ />
+ <Tool
Name="VCCustomBuildTool"
/>
<Tool
@@ -912,6 +918,46 @@ RelativePath=".\devtools\tools_agent.h"
>
</File>
+ <Filter
+ Name="js"
+ >
+ <File
+ RelativePath=".\devtools\js\base.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\devtools.html"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\devtools.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\devtools_host_stub.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\dom.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\inspector_controller.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\inspector_controller_impl.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\json.js"
+ >
+ </File>
+ <File
+ RelativePath=".\devtools\js\net.js"
+ >
+ </File>
+ </Filter>
</Filter>
</Files>
<Globals>
|