aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-11 10:54:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-03-11 10:54:36 -0800
commitc72cc42238e914953ae6cf69c1c78a87a302afd5 (patch)
tree3f052d72b8c957079d578ca86d464ef0b0075037 /package.json
parent180ca8635057f2dddeef88d6f4ce5d8f13074b4a (diff)
Build out backoff as a library
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index db7f299e13..8a01bc46e9 100644
--- a/package.json
+++ b/package.json
@@ -865,6 +865,7 @@
"include/grpc/impl/codegen/sync_win32.h",
"include/grpc/impl/codegen/time.h",
"src/core/profiling/timers.h",
+ "src/core/support/backoff.h",
"src/core/support/block_annotate.h",
"src/core/support/env.h",
"src/core/support/load_file.h",
@@ -879,6 +880,7 @@
"src/core/profiling/stap_timers.c",
"src/core/support/alloc.c",
"src/core/support/avl.c",
+ "src/core/support/backoff.c",
"src/core/support/cmdline.c",
"src/core/support/cpu_iphone.c",
"src/core/support/cpu_linux.c",