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

Side by Side Diff: media/build/media_unittests.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/build/media.vcproj ('k') | media/media_lib.scons » ('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_unittests" 5 Name="media_unittests"
6 ProjectGUID="{C8C6183C-B03C-11DD-B471-DFD256D89593}" 6 ProjectGUID="{C8C6183C-B03C-11DD-B471-DFD256D89593}"
7 RootNamespace="media_unittests" 7 RootNamespace="media_unittests"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 </References> 142 </References>
143 <Files> 143 <Files>
144 <Filter 144 <Filter
145 Name="support" 145 Name="support"
146 > 146 >
147 <File 147 <File
148 RelativePath="..\base\run_all_unittests.cc" 148 RelativePath="..\base\run_all_unittests.cc"
149 > 149 >
150 </File> 150 </File>
151 </Filter> 151 </Filter>
152 <Filter
153 Name="tests"
154 >
155 <Filter
156 Name="base"
157 >
158 <File
159 RelativePath="..\base\data_buffer_unitte st.cc"
160 >
161 </File>
162 </Filter>
163 </Filter>
152 </Files> 164 </Files>
153 <Globals> 165 <Globals>
154 </Globals> 166 </Globals>
155 </VisualStudioProject> 167 </VisualStudioProject>
OLDNEW
« no previous file with comments | « media/build/media.vcproj ('k') | media/media_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698