Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / tutorial / multi_platform / README
1 ==================
2 Multi-platform App
3 ==================
4
5 Please see the online documentation here:
6
7   https://developer.chrome.com/native-client/devguide/distributing#packaged-application
8
9
10 This example shows how to use the SDK build system to generate a Chrome App
11 with support for multi-platform zip files.
12
13 Starting with Chrome 28, the Chrome Web Store includes a feature called
14 **multi-platform zip files.** This feature lets you structure your application
15 directory and zip file in a way that reduces the size of the user download
16 package.  Here's how this feature works:
17
18 * You still include all the .nexe files in the zip file that you upload to
19   the CWS, but you designate specific .nexe files (and other files if
20   appropriate) for specific architectures.
21 * The Chrome Web Store re-packages your app, so that users only download
22   the files that they need for their specific architecture.