Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: components/tracing_nacl.gyp

Issue 650593003: Non-SFI mode: build tracing_nacl library for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl_nonsfi.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/nacl_nonsfi.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698