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

Unified Diff: chrome/common/common.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: chrome/common/common.vcproj
===================================================================
--- chrome/common/common.vcproj (revision 12107)
+++ chrome/common/common.vcproj (working copy)
@@ -201,11 +201,11 @@
>
</File>
<File
- RelativePath=".\gfx\path_win.cc"
+ RelativePath=".\gfx\path.h"
>
</File>
<File
- RelativePath=".\gfx\path.h"
+ RelativePath=".\gfx\path_win.cc"
>
</File>
<File
@@ -330,10 +330,6 @@
</File>
</Filter>
<File
- RelativePath=".\accessibility.h"
- >
- </File>
- <File
RelativePath=".\animation.cc"
>
</File>
@@ -558,15 +554,15 @@
>
</File>
<File
- RelativePath=".\navigation_types.h"
+ RelativePath=".\native_web_keyboard_event.h"
>
</File>
<File
- RelativePath=".\native_web_keyboard_event.h"
+ RelativePath=".\native_web_keyboard_event_win.cc"
>
</File>
<File
- RelativePath=".\native_web_keyboard_event_win.cc"
+ RelativePath=".\navigation_types.h"
>
</File>
<File

Powered by Google App Engine
This is Rietveld 408576698