From a397169facbe431de97afec378e48132391b42f5 Mon Sep 17 00:00:00 2001 From: "jvoung@chromium.org" Date: Fri, 30 Nov 2012 00:25:12 +0000 Subject: 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 --- chrome/nacl.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/nacl.gypi') 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', ], }], ], -- cgit v1.1