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

Unified Diff: ui/events/latency_info_nacl.gyp

Issue 671443005: Non-SFI mode: build latency_info_nacl library for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: ui/events/latency_info_nacl.gyp
diff --git a/ui/events/latency_info_nacl.gyp b/ui/events/latency_info_nacl.gyp
index e42dbf87ee48ed60203840f79b84c0b06036033c..f8a5e1e93d45bee9d748ac68596d20355c89f775 100644
--- a/ui/events/latency_info_nacl.gyp
+++ b/ui/events/latency_info_nacl.gyp
@@ -19,9 +19,11 @@
'../..',
],
'dependencies': [
- '<(DEPTH)/base/base_nacl.gyp:base_nacl',
- '<(DEPTH)/ipc/ipc_nacl.gyp:ipc_nacl',
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain'
+ '../../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'
],
'variables': {
'nacl_untrusted_build': 1,
@@ -29,6 +31,8 @@
'build_glibc': 0,
'build_newlib': 0,
'build_irt': 1,
+ 'build_pnacl_newlib': 0,
+ 'build_nonsfi_helper': 1,
},
'sources': [
'latency_info.cc',
@@ -48,8 +52,8 @@
'nacl_win64_target': 1,
},
'dependencies': [
- '<(DEPTH)/base/base.gyp:base_win64',
- '<(DEPTH)/ipc/ipc.gyp:ipc_win64',
+ '../../base/base.gyp:base_win64',
+ '../../ipc/ipc.gyp:ipc_win64',
],
'defines': [
'EVENTS_BASE_IMPLEMENTATION',
« 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