summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared_nacl.gyp
diff options
context:
space:
mode:
authorhidehiko <hidehiko@chromium.org>2014-10-29 18:51:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-30 01:51:26 +0000
commitb0c30620cec01a6d508347537860c8e97d7a861e (patch)
treee25a09904812fb5cee24a89fbd2b81c86173388b /ppapi/ppapi_shared_nacl.gyp
parent2318668785bae416e25ee3ffff0dd72308f075a9 (diff)
downloadchromium_src-b0c30620cec01a6d508347537860c8e97d7a861e.zip
chromium_src-b0c30620cec01a6d508347537860c8e97d7a861e.tar.gz
chromium_src-b0c30620cec01a6d508347537860c8e97d7a861e.tar.bz2
Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi.
This CL builds the ppapi_proxy, ppapi_shared and ppapi_ipc libraries for nacl_helper_nonsfi. It is now for just making sure it is built properly. It will be actually used from nacl_helper_nonsfi in a following CL. BUG=358465 TEST=Ran trybot. Built nacl_helper_nonsfi on top of this CL, and made sure some browser tests actually work well locally. Review URL: https://codereview.chromium.org/652393003 Cr-Commit-Position: refs/heads/master@{#302015}
Diffstat (limited to 'ppapi/ppapi_shared_nacl.gyp')
-rw-r--r--ppapi/ppapi_shared_nacl.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared_nacl.gyp b/ppapi/ppapi_shared_nacl.gyp
index fe9c792..819acc7 100644
--- a/ppapi/ppapi_shared_nacl.gyp
+++ b/ppapi/ppapi_shared_nacl.gyp
@@ -24,6 +24,8 @@
'build_glibc': 0,
'build_newlib': 0,
'build_irt': 1,
+ 'build_pnacl_newlib': 0,
+ 'build_nonsfi_helper': 1,
},
'include_dirs': [
'..',
@@ -31,6 +33,7 @@
'dependencies': [
'../native_client/tools.gyp:prep_toolchain',
'../base/base_nacl.gyp:base_nacl',
+ '../base/base_nacl.gyp:base_nacl_nonsfi',
'../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl',
'../gpu/gpu_nacl.gyp:command_buffer_client_nacl',
'../gpu/gpu_nacl.gyp:gles2_implementation_nacl',