Home | History | Annotate | only in /external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform
Up to higher level directory
NameDateSize
example.dsc03-Dec-2014401
example.js03-Dec-2014531
index.html03-Dec-2014618
multi_platform.cc03-Dec-2014840
README03-Dec-2014900

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.
     23