Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ppapi / native_client / src / untrusted / pnacl_support_extension / README
blob8f419dd12d191e4661223669ce08085904c5fba3
1 How to package PNaCl translator components (llc, ld, native libs) for Chrome.
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.