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

Side by Side Diff: chrome/common/extensions/docs/templates/json/chrome_sidenav.json

Issue 266713003: Initial draft of PNaCl bitcode files document. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Second version of document. Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Devtools", 3 "title": "Devtools",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "Learn Basics", 6 "title": "Learn Basics",
7 "items": [ 7 "items": [
8 { 8 {
9 "title": "Overview", 9 "title": "Overview",
10 "href": "/devtools/index" 10 "href": "/devtools/index"
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "items": [ 821 "items": [
822 { 822 {
823 "title": "Glossary", 823 "title": "Glossary",
824 "href": "/native-client/glossary" 824 "href": "/native-client/glossary"
825 }, 825 },
826 { 826 {
827 "title": "Native Client Manifest (nmf) Format", 827 "title": "Native Client Manifest (nmf) Format",
828 "href": "/native-client/reference/nacl-manifest-format" 828 "href": "/native-client/reference/nacl-manifest-format"
829 }, 829 },
830 { 830 {
831 "title": "PNaCl Bitcode File Reference Manual",
832 "href": "/native-client/dev/reference/pnacl-bitcode-manual"
833 },
834 {
831 "title": "PNaCl Bitcode Reference Manual", 835 "title": "PNaCl Bitcode Reference Manual",
832 "href": "/native-client/reference/pnacl-bitcode-abi" 836 "href": "/native-client/reference/pnacl-bitcode-abi"
833 }, 837 },
834 { 838 {
835 "title": "PNaCl C/C++ Language Support", 839 "title": "PNaCl C/C++ Language Support",
836 "href": "/native-client/reference/pnacl-c-cpp-language-support" 840 "href": "/native-client/reference/pnacl-c-cpp-language-support"
837 }, 841 },
838 { 842 {
839 "title": "Sandbox Internals", 843 "title": "Sandbox Internals",
840 "href": "/native-client/reference/sandbox_internals/index", 844 "href": "/native-client/reference/sandbox_internals/index",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 "title": "Articles", 984 "title": "Articles",
981 "href": "/webstore/articles" 985 "href": "/webstore/articles"
982 } 986 }
983 ] 987 ]
984 } 988 }
985 ] 989 ]
986 } 990 }
987 ] 991 ]
988 } 992 }
989 ] 993 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698