summaryrefslogtreecommitdiffstats
path: root/components/tracing_nacl.gyp
diff options
context:
space:
mode:
authorhidehiko <hidehiko@chromium.org>2014-10-26 22:52:47 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-27 05:53:01 +0000
commit5beefae94a1761e4988d7aa6784e20c918ca1bd0 (patch)
treecbd07237ec6b557f4e3cb66d5802329a1ec28556 /components/tracing_nacl.gyp
parentae68b7b5d5f20cbba37a1a48bf62b5e7f6c51a64 (diff)
downloadchromium_src-5beefae94a1761e4988d7aa6784e20c918ca1bd0.zip
chromium_src-5beefae94a1761e4988d7aa6784e20c918ca1bd0.tar.gz
chromium_src-5beefae94a1761e4988d7aa6784e20c918ca1bd0.tar.bz2
Non-SFI mode: build tracing_nacl library for nacl_helper_nonsfi.
libtracing_nacl.a will be used by PPAPI library for nacl_helper_nonsfi. This CL builds the library, but it is not used yet. It is now for just making sure it is built properly. BUG=358465 TEST=Ran trybot. Review URL: https://codereview.chromium.org/650593003 Cr-Commit-Position: refs/heads/master@{#301317}
Diffstat (limited to 'components/tracing_nacl.gyp')
-rw-r--r--components/tracing_nacl.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/tracing_nacl.gyp b/components/tracing_nacl.gyp
index 5a60691..144117f9 100644
--- a/components/tracing_nacl.gyp
+++ b/components/tracing_nacl.gyp
@@ -16,8 +16,10 @@
'defines!': ['CONTENT_IMPLEMENTATION'],
'dependencies': [
'../base/base_nacl.gyp:base_nacl',
+ '../base/base_nacl.gyp:base_nacl_nonsfi',
+ '../ipc/ipc_nacl.gyp:ipc_nacl',
+ '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
'../native_client/tools.gyp:prep_toolchain',
- '../ipc/ipc.gyp:ipc',
],
'include_dirs': [
'..',
@@ -28,6 +30,8 @@
'build_glibc': 0,
'build_newlib': 0,
'build_irt': 1,
+ 'build_pnacl_newlib': 0,
+ 'build_nonsfi_helper': 1,
},
'sources': [
'tracing/child_trace_message_filter.cc',