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

Unified Diff: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/nacl_project.nmf

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/nacl_project.nmf
diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/nacl_project.nmf b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/nacl_project.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..7082c4a51c399a6882d80bd43aff66d22a4cdb77
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/nacl_project.nmf
@@ -0,0 +1,10 @@
+{
+ "program": {
+ "x86-64": {
+ "url": "newlib/NaClProject.nexe"
+ },
+ "x86-32": {
+ "url": "newlib/NaClProject.nexe"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698