DescriptionNaCl: Pull in NaCl's integrated runtime (IRT) library via DEPS
This hooks up the download script that I added in an earlier commit.
This also tweaks download_nacl_irt.py to add a "nacl_" prefix to the
downloaded files. This is in preparation for when the files are added
to a Gyp 'copies' rule, since these Gyp rules are not able to rename
files. We want to make the files' purpose clear when they are copied
into an install directory along with non-NaCl-related files.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=1595
TEST=run "gclient runhooks" in various situations:
1) IRT binaries not present: files should get downloaded
2) IRT binaries present: re-use existing downloaded files
3) nacl_revision changed: re-download, and give error about hashes
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83267
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|