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

Unified Diff: ppapi/native_client/native_client.gyp

Issue 252663002: Track plugin input event latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix win & mac build Created 6 years, 7 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
Index: ppapi/native_client/native_client.gyp
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
index 97dc9c7c7255610a55d27106c26929386dd67074..c0b8fc9178f5f99e2b0063ddace89cbcb2d9d26a 100644
--- a/ppapi/native_client/native_client.gyp
+++ b/ppapi/native_client/native_client.gyp
@@ -119,6 +119,7 @@
'link_flags': [
'-Wl,--start-group',
'-lirt_browser',
+ '-llatency_info_nacl',
'-lpnacl_irt_shim_for_irt',
'-lppapi_proxy_nacl',
'-lppapi_ipc_nacl',
« no previous file with comments | « ppapi/cpp/private/input_event_private.cc ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698