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

Unified Diff: components/nacl_nonsfi.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 | « no previous file | ui/events/latency_info_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_nonsfi.gyp
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
index b7024fbd6ebfb51244be44f2b5d2a590c2797578..dec837ba61b5dc1f93ab2b594c439b92ae44124d 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -63,6 +63,7 @@
'>(tc_lib_dir_nonsfi_helper32)/libgles2_utils_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libgpu_ipc_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libipc_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper32)/liblatency_info_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libshared_memory_support_nacl.a',
'>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a',
],
@@ -87,6 +88,7 @@
'../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
'../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
'../media/media_nacl.gyp:shared_memory_support_nacl',
+ '../ui/events/latency_info_nacl.gyp:latency_info_nacl',
],
},
# TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests.
« no previous file with comments | « no previous file | ui/events/latency_info_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698