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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="Glue" 5 Name="Glue"
6 ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}" 6 ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
7 RootNamespace="glue" 7 RootNamespace="glue"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 </File> 166 </File>
167 <File 167 <File
168 RelativePath=".\resource_type.h" 168 RelativePath=".\resource_type.h"
169 > 169 >
170 </File> 170 </File>
171 <File 171 <File
172 RelativePath=".\screen_info.h" 172 RelativePath=".\screen_info.h"
173 > 173 >
174 </File> 174 </File>
175 <File 175 <File
176 RelativePath=".\webaccessibility.h"
177 >
178 </File>
179 <File
180 RelativePath=".\webaccessibilitymanager.h"
181 >
182 </File>
183 <File
176 RelativePath=".\webdatasource.h" 184 RelativePath=".\webdatasource.h"
177 > 185 >
178 </File> 186 </File>
179 <File 187 <File
180 RelativePath=".\webdevtoolsagent.h" 188 RelativePath=".\webdevtoolsagent.h"
181 > 189 >
182 </File> 190 </File>
183 <File 191 <File
184 RelativePath=".\webdevtoolsagent_delegate.h" 192 RelativePath=".\webdevtoolsagent_delegate.h"
185 > 193 >
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 </File> 426 </File>
419 <File 427 <File
420 RelativePath=".\feed_preview.cc" 428 RelativePath=".\feed_preview.cc"
421 > 429 >
422 </File> 430 </File>
423 <File 431 <File
424 RelativePath=".\feed_preview.h" 432 RelativePath=".\feed_preview.h"
425 > 433 >
426 </File> 434 </File>
427 <File 435 <File
428 » » » » RelativePath=".\glue_accessibility.cc" 436 » » » » RelativePath=".\glue_accessibility_object.cc"
429 > 437 >
430 </File> 438 </File>
431 <File 439 <File
432 » » » » RelativePath=".\glue_accessibility.h" 440 » » » » RelativePath=".\glue_accessibility_object.h"
433 > 441 >
434 </File> 442 </File>
435 <File 443 <File
436 RelativePath=".\glue_serialize.cc" 444 RelativePath=".\glue_serialize.cc"
437 > 445 >
438 </File> 446 </File>
439 <File 447 <File
440 RelativePath=".\glue_serialize.h" 448 RelativePath=".\glue_serialize.h"
441 > 449 >
442 </File> 450 </File>
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 </File> 562 </File>
555 <File 563 <File
556 RelativePath=".\stacking_order_iterator.cc" 564 RelativePath=".\stacking_order_iterator.cc"
557 > 565 >
558 </File> 566 </File>
559 <File 567 <File
560 RelativePath=".\stacking_order_iterator.h" 568 RelativePath=".\stacking_order_iterator.h"
561 > 569 >
562 </File> 570 </File>
563 <File 571 <File
572 RelativePath=".\webaccessibilitymanager_impl.cc"
573 >
574 </File>
575 <File
576 RelativePath=".\webaccessibilitymanager_impl.h"
577 >
578 </File>
579 <File
564 RelativePath=".\webclipboard_impl.cc" 580 RelativePath=".\webclipboard_impl.cc"
565 > 581 >
566 </File> 582 </File>
567 <File 583 <File
568 RelativePath=".\webclipboard_impl.h" 584 RelativePath=".\webclipboard_impl.h"
569 > 585 >
570 </File> 586 </File>
571 <File 587 <File
572 RelativePath=".\webcursor.cc" 588 RelativePath=".\webcursor.cc"
573 > 589 >
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 </File> 910 </File>
895 <File 911 <File
896 RelativePath=".\devtools\tools_agent.h" 912 RelativePath=".\devtools\tools_agent.h"
897 > 913 >
898 </File> 914 </File>
899 </Filter> 915 </Filter>
900 </Files> 916 </Files>
901 <Globals> 917 <Globals>
902 </Globals> 918 </Globals>
903 </VisualStudioProject> 919 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698