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

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

Issue 13682: Checking in media::DataBuffer, a simple implementation of WritableBufferInterface. (Closed)
Patch Set: it try 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
« no previous file with comments | « media/base/media.cc ('k') | media/build/media_unittests.vcproj » ('j') | 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\data_buffer.cc"
133 >
134 </File>
135 <File
136 RelativePath="..\base\data_buffer.h"
137 >
138 </File>
139 <File
132 RelativePath="..\base\filters.h" 140 RelativePath="..\base\filters.h"
133 > 141 >
134 </File> 142 </File>
135 <File 143 <File
136 RelativePath="..\base\media.cc"
137 >
138 </File>
139 <File
140 RelativePath="..\base\media_format.cc" 144 RelativePath="..\base\media_format.cc"
141 > 145 >
142 </File> 146 </File>
143 <File 147 <File
144 RelativePath="..\base\media_format.h" 148 RelativePath="..\base\media_format.h"
145 > 149 >
146 </File> 150 </File>
147 </Filter> 151 </Filter>
148 </Files> 152 </Files>
149 <Globals> 153 <Globals>
150 </Globals> 154 </Globals>
151 </VisualStudioProject> 155 </VisualStudioProject>
OLDNEW
« no previous file with comments | « media/base/media.cc ('k') | media/build/media_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698