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

Side by Side Diff: media/build/media.vcproj

Issue 13116: Adding media filters interface definitions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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
« no previous file with comments | « media/base/media.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="media" 5 Name="media"
6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}" 6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}"
7 RootNamespace="media" 7 RootNamespace="media"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 </References> 122 </References>
123 <Files> 123 <Files>
124 <Filter 124 <Filter
125 Name="base" 125 Name="base"
126 > 126 >
127 <File 127 <File
128 RelativePath="..\base\buffers.h" 128 RelativePath="..\base\buffers.h"
129 > 129 >
130 </File> 130 </File>
131 <File 131 <File
132 RelativePath="..\base\filters.h"
133 >
134 </File>
135 <File
132 RelativePath="..\base\media.cc" 136 RelativePath="..\base\media.cc"
133 > 137 >
134 </File> 138 </File>
135 </Filter> 139 </Filter>
136 </Files> 140 </Files>
137 <Globals> 141 <Globals>
138 </Globals> 142 </Globals>
139 </VisualStudioProject> 143 </VisualStudioProject>
OLDNEW
« no previous file with comments | « media/base/media.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698