Index: components/tracing_nacl.gyp |
diff --git a/components/tracing_nacl.gyp b/components/tracing_nacl.gyp |
index 5a606919f9a9a9cc0181c07685ea69f045b84ce5..144117f99b78095e2a68609ebf0f74dc296e08db 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', |
Mark Seaborn
2014/10/24 18:02:49
Technically you don't need to list any library dep
hidehiko
2014/10/27 05:10:12
Admittedly, compile order does not help the binary
|
+ '../ipc/ipc_nacl.gyp:ipc_nacl', |
hidehiko
2014/10/24 06:22:53
FYI: Fixed the dependency correctly.
|
+ '../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, |
Mark Seaborn
2014/10/24 18:02:49
I assume you've checked that no-one is using the p
hidehiko
2014/10/27 05:10:12
Yes, no one use it.
|
+ 'build_nonsfi_helper': 1, |
}, |
'sources': [ |
'tracing/child_trace_message_filter.cc', |