Chromium Code Reviews| Index: native_client_sdk/src/examples/hello_world/hello_world.nmf |
| =================================================================== |
| --- native_client_sdk/src/examples/hello_world/hello_world.nmf (revision 0) |
| +++ native_client_sdk/src/examples/hello_world/hello_world.nmf (revision 0) |
| @@ -0,0 +1,6 @@ |
| +{ |
|
binji
2012/06/18 18:38:35
auto-generated, right?
|
| + "program": { |
| + "x86-64": {"url": "hello_world_x86_64.nexe"}, |
| + "x86-32": {"url": "hello_world_x86_32.nexe"} |
| + } |
| +} |
| Property changes on: native_client_sdk/src/examples/hello_world/hello_world.nmf |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |