Home | History | Annotate | only in /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension
Up to higher level directory
NameDateSize
pnacl_component_crx_gen.py23-Apr-201512.5K
pnacl_support_extension.gyp23-Apr-201510.1K
README23-Apr-2015466

README

      1 How to package PNaCl translator components (llc, ld, native libs) for Chrome.
      2 
      3 Run gyp w/ GYP_DEFINES "target_arch=arm", ia32, x64, etc. to compile the
      4 PNaCl shim for each architecture.  Running gyp will also run the
      5 python script in this directory once for each architecture, and set up
      6 a target-specific set of translators.  Zip up the multi-CRX, upload,
      7 do QA, and publish. See internal wiki "PNaCl Translator in Chrome" for
      8 convenience scripts and more details.
      9