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

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

Issue 725333002: Initial draft of PNaCl bitcode files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 "items": [ 830 "items": [
831 { 831 {
832 "title": "Glossary", 832 "title": "Glossary",
833 "href": "/native-client/glossary" 833 "href": "/native-client/glossary"
834 }, 834 },
835 { 835 {
836 "title": "Native Client Manifest (nmf) Format", 836 "title": "Native Client Manifest (nmf) Format",
837 "href": "/native-client/reference/nacl-manifest-format" 837 "href": "/native-client/reference/nacl-manifest-format"
838 }, 838 },
839 { 839 {
840 "title": "Contents of PNaCl Bitcode Files",
841 "href": "/native-client/reference/pnacl-bitcode-manual"
842 },
843 {
840 "title": "PNaCl Bitcode Reference Manual", 844 "title": "PNaCl Bitcode Reference Manual",
841 "href": "/native-client/reference/pnacl-bitcode-abi" 845 "href": "/native-client/reference/pnacl-bitcode-abi"
842 }, 846 },
843 { 847 {
844 "title": "PNaCl Undefined Behavior", 848 "title": "PNaCl Undefined Behavior",
845 "href": "/native-client/reference/pnacl-undefined-behavior" 849 "href": "/native-client/reference/pnacl-undefined-behavior"
846 }, 850 },
847 { 851 {
848 "title": "PNaCl C/C++ Language Support", 852 "title": "PNaCl C/C++ Language Support",
849 "href": "/native-client/reference/pnacl-c-cpp-language-support" 853 "href": "/native-client/reference/pnacl-c-cpp-language-support"
(...skipping 151 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