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

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: 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"},
+ "x86-64": {"url": "simple_newlib_x64.nexe"},
+ "arm": {"url": "simple_newlib_arm.nexe"}
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698