diff options
author | Alistair Veitch <aveitch@google.com> | 2015-08-28 11:00:02 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-08-28 11:00:02 -0700 |
commit | ae7bbfcb92a519c5a97aae51b2e668cb2d75fe67 (patch) | |
tree | da337117b631a1eead2b984719476e42a29e7994 /BUILD | |
parent | b8552024179a2910f10d916e69495779271f9344 (diff) | |
parent | 9b1f91e7eac88ba477871a60912cc3b6ed3380ed (diff) |
merge to head
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -51,6 +51,7 @@ cc_library( "src/core/support/string.h", "src/core/support/string_win32.h", "src/core/support/thd_internal.h", + "src/core/support/time_precise.h", "src/core/support/alloc.c", "src/core/support/cmdline.c", "src/core/support/cpu_iphone.c", @@ -208,7 +209,6 @@ cc_library( "src/core/json/json_reader.h", "src/core/json/json_writer.h", "src/core/profiling/timers.h", - "src/core/profiling/timers_preciseclock.h", "src/core/statistics/census_interface.h", "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer_queue.h", @@ -476,7 +476,6 @@ cc_library( "src/core/json/json_reader.h", "src/core/json/json_writer.h", "src/core/profiling/timers.h", - "src/core/profiling/timers_preciseclock.h", "src/core/statistics/census_interface.h", "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer_queue.h", @@ -990,6 +989,7 @@ objc_library( "src/core/support/string.h", "src/core/support/string_win32.h", "src/core/support/thd_internal.h", + "src/core/support/time_precise.h", ], includes = [ "include", @@ -1229,7 +1229,6 @@ objc_library( "src/core/json/json_reader.h", "src/core/json/json_writer.h", "src/core/profiling/timers.h", - "src/core/profiling/timers_preciseclock.h", "src/core/statistics/census_interface.h", "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer_queue.h", |