Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: webkit/glue/glue.vcproj

Issue 46013: Removes all use of COM and dependencies on Windows-specific classes (includin... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/glue.vcproj
===================================================================
--- webkit/glue/glue.vcproj (revision 12107)
+++ webkit/glue/glue.vcproj (working copy)
@@ -173,6 +173,14 @@
>
</File>
<File
+ RelativePath=".\webaccessibility.h"
+ >
+ </File>
+ <File
+ RelativePath=".\webaccessibilitymanager.h"
+ >
+ </File>
+ <File
RelativePath=".\webdatasource.h"
>
</File>
@@ -425,11 +433,11 @@
>
</File>
<File
- RelativePath=".\glue_accessibility.cc"
+ RelativePath=".\glue_accessibility_object.cc"
>
</File>
<File
- RelativePath=".\glue_accessibility.h"
+ RelativePath=".\glue_accessibility_object.h"
>
</File>
<File
@@ -561,6 +569,14 @@
>
</File>
<File
+ RelativePath=".\webaccessibilitymanager_impl.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\webaccessibilitymanager_impl.h"
+ >
+ </File>
+ <File
RelativePath=".\webclipboard_impl.cc"
>
</File>

Powered by Google App Engine
This is Rietveld 408576698