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

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: Fix issues in patch set 3. Created 6 years 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
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/devguide/devcycle/building.html » ('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" 10 "href": "/devtools/index"
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 "items": [ 834 "items": [
835 { 835 {
836 "title": "Glossary", 836 "title": "Glossary",
837 "href": "/native-client/glossary" 837 "href": "/native-client/glossary"
838 }, 838 },
839 { 839 {
840 "title": "Native Client Manifest (nmf) Format", 840 "title": "Native Client Manifest (nmf) Format",
841 "href": "/native-client/reference/nacl-manifest-format" 841 "href": "/native-client/reference/nacl-manifest-format"
842 }, 842 },
843 { 843 {
844 "title": "Contents of PNaCl Bitcode Files",
845 "href": "/native-client/reference/pnacl-bitcode-manual"
846 },
847 {
844 "title": "PNaCl Bitcode Reference Manual", 848 "title": "PNaCl Bitcode Reference Manual",
845 "href": "/native-client/reference/pnacl-bitcode-abi" 849 "href": "/native-client/reference/pnacl-bitcode-abi"
846 }, 850 },
847 { 851 {
848 "title": "PNaCl Undefined Behavior", 852 "title": "PNaCl Undefined Behavior",
849 "href": "/native-client/reference/pnacl-undefined-behavior" 853 "href": "/native-client/reference/pnacl-undefined-behavior"
850 }, 854 },
851 { 855 {
852 "title": "PNaCl C/C++ Language Support", 856 "title": "PNaCl C/C++ Language Support",
853 "href": "/native-client/reference/pnacl-c-cpp-language-support" 857 "href": "/native-client/reference/pnacl-c-cpp-language-support"
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 "title": "Articles", 1009 "title": "Articles",
1006 "href": "/webstore/articles" 1010 "href": "/webstore/articles"
1007 } 1011 }
1008 ] 1012 ]
1009 } 1013 }
1010 ] 1014 ]
1011 } 1015 }
1012 ] 1016 ]
1013 } 1017 }
1014 ] 1018 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/devguide/devcycle/building.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698