diff options
Diffstat (limited to 'webkit/build/glue')
-rw-r--r-- | webkit/build/glue/glue.vcproj | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/webkit/build/glue/glue.vcproj b/webkit/build/glue/glue.vcproj index ce35495..8524d3c 100644 --- a/webkit/build/glue/glue.vcproj +++ b/webkit/build/glue/glue.vcproj @@ -125,10 +125,6 @@ Name="API" > <File - RelativePath="..\..\glue\autofill_form.h" - > - </File> - <File RelativePath="..\..\glue\cache_manager.h" > </File> @@ -373,6 +369,14 @@ > </File> <File + RelativePath="..\..\glue\glue_accessibility.cc" + > + </File> + <File + RelativePath="..\..\glue\glue_accessibility.h" + > + </File> + <File RelativePath="..\..\glue\glue_serialize.cc" > </File> @@ -457,7 +461,7 @@ > </File> <File - RelativePath="..\..\glue\resource_handle_win.cc" + RelativePath="..\..\glue\resource_handle_impl.cc" > </File> <File @@ -477,6 +481,14 @@ > </File> <File + RelativePath="..\..\glue\stacking_order_iterator.cc" + > + </File> + <File + RelativePath="..\..\glue\stacking_order_iterator.h" + > + </File> + <File RelativePath="..\..\glue\webcursor.cc" > </File> |