diff options
author | jvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 00:25:12 +0000 |
---|---|---|
committer | jvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 00:25:12 +0000 |
commit | a397169facbe431de97afec378e48132391b42f5 (patch) | |
tree | 2e2fe25c30bed0346430c9a2ab497dd36f00457c /chrome/nacl.gypi | |
parent | 1dbd841e11eb501bf189e635fa724f62e3ccb45e (diff) | |
download | chromium_src-a397169facbe431de97afec378e48132391b42f5.zip chromium_src-a397169facbe431de97afec378e48132391b42f5.tar.gz chromium_src-a397169facbe431de97afec378e48132391b42f5.tar.bz2 |
Add a gyp action for laying out the pnacl translator nexes into PRODUCT_DIR.
This may help us include the translators later.
The file copying is adapted to follow the naming scheme expected
by pnacl_file_host. We will need to adapt the plugin later
to actually request files that way.
NOTE: The sandboxed translator requires shims always, even if they don't
do much (e.g., for x86-32). We rely on the untrusted.gypi building both
x86-32 and x86-64 versions, and copy both for Windows.
This requires modifying the SDK to copy from the gen/ directory too.
Also switch prints to using logging module to avoid printing
superfluous stuff during ninja builds, etc., and supress
printing unless --verbose is given.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365
Review URL: https://chromiumcodereview.appspot.com/11411051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 13d2af1..334b945 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -83,6 +83,7 @@ '../ppapi/native_client/native_client.gyp:nacl_irt', '../ppapi/native_client/native_client.gyp:nacl_irt_srpc', '../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim', + '../ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp:pnacl_support_extension', ], }], ], |