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

Side by Side Diff: native_client_sdk/src/doc/devguide/distributing.rst

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 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
OLDNEW
1 .. _distributing: 1 .. _distributing:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ############################# 5 #############################
4 Distributing Your Application 6 Distributing Your Application
5 ############################# 7 #############################
6 8
7 .. contents:: 9 .. contents::
8 :local: 10 :local:
9 :backlinks: none 11 :backlinks: none
10 :depth: 2 12 :depth: 2
11 13
12 This document describes how to distribute Portable Native Client applications 14 This document describes how to distribute Portable Native Client applications
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 336 {
335 "path": "DocumentViewer.nmf", 337 "path": "DocumentViewer.nmf",
336 "mime_type": "application/vnd.oasis.opendocument.text" 338 "mime_type": "application/vnd.oasis.opendocument.text"
337 }] 339 }]
338 } 340 }
339 341
340 The ``nacl_modules`` attribute is optional---specify this attribute only if 342 The ``nacl_modules`` attribute is optional---specify this attribute only if
341 you want Chrome to use a Native Client module to display a particular type of 343 you want Chrome to use a Native Client module to display a particular type of
342 content. 344 content.
343 345
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/devguide/devcycle/vs-addin.rst ('k') | native_client_sdk/src/doc/devguide/index.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698