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

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_mem.cc"
158 >
159 </File>
160 <File
153 RelativePath=".\mount_node.cc" 161 RelativePath=".\mount_node.cc"
154 > 162 >
155 </File> 163 </File>
156 <File 164 <File
157 RelativePath=".\mount_node_dir.cc" 165 RelativePath=".\mount_node_dir.cc"
158 > 166 >
159 </File> 167 </File>
160 <File 168 <File
161 RelativePath=".\mount_node_mem.cc" 169 RelativePath=".\mount_node_mem.cc"
162 > 170 >
163 </File> 171 </File>
164 <File 172 <File
165 RelativePath=".\path.cc" 173 RelativePath=".\path.cc"
166 > 174 >
167 </File> 175 </File>
168 </Filter> 176 </Filter>
169 <Filter 177 <Filter
170 Name="Header Files" 178 Name="Header Files"
171 Filter="h;hpp;hxx;hm;inl;inc;xsd" 179 Filter="h;hpp;hxx;hm;inl;inc;xsd"
172 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} " 180 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
173 > 181 >
174 <File 182 <File
175 RelativePath=".\mount.cc"
176 >
177 </File>
178 <File
179 RelativePath=".\mount.h" 183 RelativePath=".\mount.h"
180 > 184 >
181 </File> 185 </File>
182 <File 186 <File
187 RelativePath=".\mount_mem.h"
188 >
189 </File>
190 <File
183 RelativePath=".\mount_node.h" 191 RelativePath=".\mount_node.h"
184 > 192 >
185 </File> 193 </File>
186 <File 194 <File
187 RelativePath=".\mount_node_dir.h" 195 RelativePath=".\mount_node_dir.h"
188 > 196 >
189 </File> 197 </File>
190 <File 198 <File
191 RelativePath=".\mount_node_mem.h" 199 RelativePath=".\mount_node_mem.h"
192 > 200 >
193 </File> 201 </File>
194 <File 202 <File
195 RelativePath=".\path.h" 203 RelativePath=".\path.h"
196 > 204 >
197 </File> 205 </File>
198 </Filter> 206 </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 207 <File
206 RelativePath=".\ReadMe.txt" 208 RelativePath=".\ReadMe.txt"
207 > 209 >
208 </File> 210 </File>
209 </Files> 211 </Files>
210 <Globals> 212 <Globals>
211 </Globals> 213 </Globals>
212 </VisualStudioProject> 214 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698