summaryrefslogtreecommitdiffstats
path: root/chrome/nacl.gypi
diff options
context:
space:
mode:
authorjvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 00:25:12 +0000
committerjvoung@chromium.org <jvoung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 00:25:12 +0000
commita397169facbe431de97afec378e48132391b42f5 (patch)
tree2e2fe25c30bed0346430c9a2ab497dd36f00457c /chrome/nacl.gypi
parent1dbd841e11eb501bf189e635fa724f62e3ccb45e (diff)
downloadchromium_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.gypi1
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',
],
}],
],