summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/file_io/file_io.nmf
diff options
context:
space:
mode:
authornoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-17 12:00:37 +0000
committernoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-17 12:00:37 +0000
commitfe41e54bac57a74c96c0c356de45b036616a2dad (patch)
tree9ea1493348d0f9e536585eeaa0655de7f50b25e9 /native_client_sdk/src/examples/file_io/file_io.nmf
parent300548c65ec0b83ab7076ccf890c1fa0b6899ad9 (diff)
downloadchromium_src-fe41e54bac57a74c96c0c356de45b036616a2dad.zip
chromium_src-fe41e54bac57a74c96c0c356de45b036616a2dad.tar.gz
chromium_src-fe41e54bac57a74c96c0c356de45b036616a2dad.tar.bz2
Auto generate make: Remove XXX.html
To support automatically generating the projects, we need to differentiate between various versions of the projects such as newlib, glibc, pnacl, etc... To do this, we automatically generate an index_<TOOLCHAIN>.html per version as well as an index.html which redirects to the default toolchain. While this CL looks large, is actually very formulaic 1- remove examples/*/*.nmf - it's now autogenerated 2- remove examples/*/*.html - it's now generated from index.html 3- Add index.html 4- Copy comments from examples/index.html into each example.dsc (To allow us to autogenerate the main index eventually) The interesting changes are: Add redirect.html to create a default index.html Moved common setup code into common.js TBR=binji@chromium.org BUG=130618 Review URL: https://chromiumcodereview.appspot.com/10554022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/examples/file_io/file_io.nmf')
-rw-r--r--native_client_sdk/src/examples/file_io/file_io.nmf6
1 files changed, 0 insertions, 6 deletions
diff --git a/native_client_sdk/src/examples/file_io/file_io.nmf b/native_client_sdk/src/examples/file_io/file_io.nmf
deleted file mode 100644
index 4864849..0000000
--- a/native_client_sdk/src/examples/file_io/file_io.nmf
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "program": {
- "x86-64": {"url": "file_io_x86_64.nexe"},
- "x86-32": {"url": "file_io_x86_32.nexe"}
- }
-}