Home | History | Annotate | Download | only in pnacl_support_extension
      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