aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-10-22 13:33:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-22 13:33:22 -0700
commita1840d50e29fd95e4df2d1168fe54c34c2a5c30c (patch)
tree77e89242b2f3ae8ecf71da647fc651b3b124012f /gyp/core.gyp
parentc9b5f8b1522e72449d704d30ed6aee4fc6211ee8 (diff)
SkTime::GetNSecs()
- Move high-precision wall timers from tools/timer to SkTime. - Implement SkTime::GetMSecs() in terms of SkTime::GetNSecs(). - Delete unused tools/timer code. I have no idea what's going on there in src/animator. I don't intend to investigate. BUG=skia: Committed: https://skia.googlesource.com/skia/+/70084cbc16ee8162649f2601377feb6e49de0217 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link-Trybot Review URL: https://codereview.chromium.org/1422513003
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 2569a9478f..5a46005678 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -40,6 +40,7 @@
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
'link_settings': {
'libraries': [
+ '-lrt',
'-lpthread',
],
},