From 9519009cf085bbb7751afd74aaf5b7faefc2b995 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Sat, 10 Oct 2015 20:06:35 -0700 Subject: [PATCH] Update gyp --- binding.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/binding.gyp b/binding.gyp index 392835c7721..39036b3b2a8 100644 --- a/binding.gyp +++ b/binding.gyp @@ -64,6 +64,8 @@ 'dependencies': [ ], 'sources': [ + 'src/core/profiling/basic_timers.c', + 'src/core/profiling/stap_timers.c', 'src/core/support/alloc.c', 'src/core/support/cmdline.c', 'src/core/support/cpu_iphone.c', @@ -99,6 +101,7 @@ 'src/core/support/thd_win32.c', 'src/core/support/time.c', 'src/core/support/time_posix.c', + 'src/core/support/time_precise.c', 'src/core/support/time_win32.c', 'src/core/support/tls_pthread.c', ], @@ -208,8 +211,6 @@ 'src/core/json/json_reader.c', 'src/core/json/json_string.c', 'src/core/json/json_writer.c', - 'src/core/profiling/basic_timers.c', - 'src/core/profiling/stap_timers.c', 'src/core/surface/api_trace.c', 'src/core/surface/byte_buffer.c', 'src/core/surface/byte_buffer_queue.c',