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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.vcproj
===================================================================
--- native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.vcproj (revision 131457)
+++ native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.vcproj (working copy)
@@ -150,6 +150,18 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath=".\mount.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\mount_hfs.cc"
binji 2012/04/23 17:51:40 Where are these files?
noelallen1 2012/05/02 23:35:24 Done.
+ >
+ </File>
+ <File
+ RelativePath=".\mount_mem.cc"
+ >
+ </File>
+ <File
RelativePath=".\mount_node.cc"
>
</File>
@@ -172,14 +184,18 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath=".\mount.cc"
+ RelativePath=".\mount.h"
>
</File>
<File
- RelativePath=".\mount.h"
+ RelativePath=".\mount_hfs.h"
>
</File>
<File
+ RelativePath=".\mount_mem.h"
+ >
+ </File>
+ <File
RelativePath=".\mount_node.h"
>
</File>
@@ -188,6 +204,10 @@
>
</File>
<File
+ RelativePath=".\mount_node_hfs.h"
+ >
+ </File>
+ <File
RelativePath=".\mount_node_mem.h"
>
</File>
@@ -196,12 +216,6 @@
>
</File>
</Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- </Filter>
<File
RelativePath=".\ReadMe.txt"
>

Powered by Google App Engine
This is Rietveld 408576698