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

Unified Diff: chrome/test/data/nacl/simple.nmf

Issue 10837207: Add NaCl smoke test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Edits Created 8 years, 4 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: chrome/test/data/nacl/simple.nmf
diff --git a/chrome/test/data/nacl/simple.nmf b/chrome/test/data/nacl/simple.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..b58d35f3b0ee12f6f6be73072cde6860d4a3f1c0
--- /dev/null
+++ b/chrome/test/data/nacl/simple.nmf
@@ -0,0 +1,8 @@
+{
+ "program": {
+ "x86-32": {"url": "simple_newlib_x32.nexe"},
Mark Seaborn 2012/08/13 22:16:59 Can't this manifest file be auto-generated for new
Nick Bray (chromium) 2012/08/13 23:16:26 This is the plan, but I was trying to keep this CL
+ "x86-64": {"url": "simple_newlib_x64.nexe"},
+ "arm": {"url": "simple_newlib_arm.nexe"}
+ }
+}
+
bradn 2012/08/13 21:10:59 Drop extra line
Nick Bray (chromium) 2012/08/13 23:16:26 Done.

Powered by Google App Engine
This is Rietveld 408576698