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

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

Issue 364463002: Initial draft of PNaCl bitcode files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Next round of cleanups. Created 6 years, 5 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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "items": [ 842 "items": [
843 { 843 {
844 "title": "Glossary", 844 "title": "Glossary",
845 "href": "/native-client/glossary" 845 "href": "/native-client/glossary"
846 }, 846 },
847 { 847 {
848 "title": "Native Client Manifest (nmf) Format", 848 "title": "Native Client Manifest (nmf) Format",
849 "href": "/native-client/reference/nacl-manifest-format" 849 "href": "/native-client/reference/nacl-manifest-format"
850 }, 850 },
851 { 851 {
852 "title": "PNaCl Bitcode File Reference Manual",
853 "href": "/native-client/reference/pnacl-bitcode-manual"
854 },
855 {
852 "title": "PNaCl Bitcode Reference Manual", 856 "title": "PNaCl Bitcode Reference Manual",
853 "href": "/native-client/reference/pnacl-bitcode-abi" 857 "href": "/native-client/reference/pnacl-bitcode-abi"
854 }, 858 },
855 { 859 {
856 "title": "PNaCl C/C++ Language Support", 860 "title": "PNaCl C/C++ Language Support",
857 "href": "/native-client/reference/pnacl-c-cpp-language-support" 861 "href": "/native-client/reference/pnacl-c-cpp-language-support"
858 }, 862 },
859 { 863 {
860 "title": "Sandbox Internals", 864 "title": "Sandbox Internals",
861 "href": "/native-client/reference/sandbox_internals/index", 865 "href": "/native-client/reference/sandbox_internals/index",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 "title": "Articles", 1005 "title": "Articles",
1002 "href": "/webstore/articles" 1006 "href": "/webstore/articles"
1003 } 1007 }
1004 ] 1008 ]
1005 } 1009 }
1006 ] 1010 ]
1007 } 1011 }
1008 ] 1012 ]
1009 } 1013 }
1010 ] 1014 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698