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

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

Issue 144253005: NaCl docs: fix a few more issues with the ARM sandbox documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/_static/pygments.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.html" 10 "href": "/devtools/index.html"
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "title": "PNaCl Bitcode Reference Manual", 823 "title": "PNaCl Bitcode Reference Manual",
824 "href": "/native-client/reference/pnacl-bitcode-abi.html" 824 "href": "/native-client/reference/pnacl-bitcode-abi.html"
825 }, 825 },
826 { 826 {
827 "title": "PNaCl C/C++ Language Support", 827 "title": "PNaCl C/C++ Language Support",
828 "href": "/native-client/reference/pnacl-c-cpp-language-support.h tml" 828 "href": "/native-client/reference/pnacl-c-cpp-language-support.h tml"
829 }, 829 },
830 { 830 {
831 "title": "Previous Versions", 831 "title": "Previous Versions",
832 "href": "/native-client/version.html" 832 "href": "/native-client/version.html"
833 },
834 {
835 "title": "Sandbox Internals",
836 "href": "/native-client/reference/sandbox_internals/index.html",
837 "items": [
838 {
839 "title": "ARM 32-bit Sandbox",
840 "href": "/native-client/reference/sandbox_internals/arm-32 -bit-sandbox.html"
841 }
842 ]
833 } 843 }
834 ] 844 ]
835 }, 845 },
836 { 846 {
837 "title": "Help", 847 "title": "Help",
838 "href": "/native-client/faq.html", 848 "href": "/native-client/faq.html",
839 "items": [ 849 "items": [
840 { 850 {
841 "title": "FAQ", 851 "title": "FAQ",
842 "href": "/native-client/faq.html" 852 "href": "/native-client/faq.html"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 "title": "Articles", 972 "title": "Articles",
963 "href": "/webstore/articles.html" 973 "href": "/webstore/articles.html"
964 } 974 }
965 ] 975 ]
966 } 976 }
967 ] 977 ]
968 } 978 }
969 ] 979 ]
970 } 980 }
971 ] 981 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/_static/pygments.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698