summaryrefslogtreecommitdiffstats
path: root/chrome/nacl.gypi
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-06 09:49:34 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-06 09:49:34 +0000
commitce145c0884c19c9946831ccf082c4c15b755f5cc (patch)
tree3c8bdf800b94c4de6ca82ec01780ebf4510f99d2 /chrome/nacl.gypi
parent9eb52cf9acd967a437d11a8c5067c0e470538ba9 (diff)
downloadchromium_src-ce145c0884c19c9946831ccf082c4c15b755f5cc.zip
chromium_src-ce145c0884c19c9946831ccf082c4c15b755f5cc.tar.gz
chromium_src-ce145c0884c19c9946831ccf082c4c15b755f5cc.tar.bz2
Add pnacl shims to the chrome build.
Altering IDL generator to emit pnacl shims. Building pnacl shims as part of the chrome build. Publishing pnacl shims in the sdk. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2957 TEST=None R=noelallen@chromium.org,jvoung@chromium.org,ncbray@chromium.org,nfullagar@chromium.org,brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10908085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155160 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 fcfbab87..3c893ef 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -81,6 +81,7 @@
['disable_nacl_untrusted==0', {
'dependencies': [
'../ppapi/native_client/native_client.gyp:nacl_irt',
+ '../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
'../ppapi/native_client/native_client.gyp:nacl_ipc_irt',
],
}],