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

Side by Side Diff: native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.vcproj

Issue 9956156: Add mount sources for a MountNode (inode) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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="9.00" 4 Version="9.00"
5 Name="nacl_mounts" 5 Name="nacl_mounts"
6 ProjectGUID="{AADB97B8-EAB0-42B0-ADE0-88B76BD4745C}" 6 ProjectGUID="{AADB97B8-EAB0-42B0-ADE0-88B76BD4745C}"
7 RootNamespace="nacl_mounts" 7 RootNamespace="nacl_mounts"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613" 9 TargetFrameworkVersion="196613"
10 > 10 >
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 </Configurations> 143 </Configurations>
144 <References> 144 <References>
145 </References> 145 </References>
146 <Files> 146 <Files>
147 <Filter 147 <Filter
148 Name="Source Files" 148 Name="Source Files"
149 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 149 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
150 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} " 150 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
151 > 151 >
152 <File 152 <File
153 RelativePath=".\mount.cc"
154 >
155 </File>
156 <File
157 RelativePath=".\mount_hfs.cc"
binji 2012/04/23 17:51:40 Where are these files?
noelallen1 2012/05/02 23:35:24 Done.
158 >
159 </File>
160 <File
161 RelativePath=".\mount_mem.cc"
162 >
163 </File>
164 <File
153 RelativePath=".\mount_node.cc" 165 RelativePath=".\mount_node.cc"
154 > 166 >
155 </File> 167 </File>
156 <File 168 <File
157 RelativePath=".\mount_node_dir.cc" 169 RelativePath=".\mount_node_dir.cc"
158 > 170 >
159 </File> 171 </File>
160 <File 172 <File
161 RelativePath=".\mount_node_mem.cc" 173 RelativePath=".\mount_node_mem.cc"
162 > 174 >
163 </File> 175 </File>
164 <File 176 <File
165 RelativePath=".\path.cc" 177 RelativePath=".\path.cc"
166 > 178 >
167 </File> 179 </File>
168 </Filter> 180 </Filter>
169 <Filter 181 <Filter
170 Name="Header Files" 182 Name="Header Files"
171 Filter="h;hpp;hxx;hm;inl;inc;xsd" 183 Filter="h;hpp;hxx;hm;inl;inc;xsd"
172 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} " 184 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
173 > 185 >
174 <File 186 <File
175 » » » » RelativePath=".\mount.cc" 187 » » » » RelativePath=".\mount.h"
176 > 188 >
177 </File> 189 </File>
178 <File 190 <File
179 » » » » RelativePath=".\mount.h" 191 » » » » RelativePath=".\mount_hfs.h"
192 » » » » >
193 » » » </File>
194 » » » <File
195 » » » » RelativePath=".\mount_mem.h"
180 > 196 >
181 </File> 197 </File>
182 <File 198 <File
183 RelativePath=".\mount_node.h" 199 RelativePath=".\mount_node.h"
184 > 200 >
185 </File> 201 </File>
186 <File 202 <File
187 RelativePath=".\mount_node_dir.h" 203 RelativePath=".\mount_node_dir.h"
188 > 204 >
189 </File> 205 </File>
190 <File 206 <File
207 RelativePath=".\mount_node_hfs.h"
208 >
209 </File>
210 <File
191 RelativePath=".\mount_node_mem.h" 211 RelativePath=".\mount_node_mem.h"
192 > 212 >
193 </File> 213 </File>
194 <File 214 <File
195 RelativePath=".\path.h" 215 RelativePath=".\path.h"
196 > 216 >
197 </File> 217 </File>
198 </Filter> 218 </Filter>
199 <Filter
200 Name="Resource Files"
201 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
202 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
203 >
204 </Filter>
205 <File 219 <File
206 RelativePath=".\ReadMe.txt" 220 RelativePath=".\ReadMe.txt"
207 > 221 >
208 </File> 222 </File>
209 </Files> 223 </Files>
210 <Globals> 224 <Globals>
211 </Globals> 225 </Globals>
212 </VisualStudioProject> 226 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698