aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-08 10:04:08 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-08 10:04:08 -0800
commit8f4fbb1c550c99e25f42ceafec3af92b34279db5 (patch)
tree2b00b4989eaea6ba6958a6bfafb295ba172c47ca /grpc.gyp
parent9494a9dacf1b1a37be7e0603929eaa3c0bd66213 (diff)
Move avl to its own directory and rename it to grpc_avl
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 63f2eae80f..6d6ac35355 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -164,7 +164,6 @@
'src/core/lib/gpr/alloc.cc',
'src/core/lib/gpr/arena.cc',
'src/core/lib/gpr/atm.cc',
- 'src/core/lib/gpr/avl.cc',
'src/core/lib/gpr/cmdline.cc',
'src/core/lib/gpr/cpu_iphone.cc',
'src/core/lib/gpr/cpu_linux.cc',
@@ -225,6 +224,7 @@
],
'sources': [
'src/core/lib/surface/init.cc',
+ 'src/core/lib/avl/avl.cc',
'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
@@ -520,6 +520,7 @@
'test/core/util/slice_splitter.cc',
'test/core/util/tracer_util.cc',
'test/core/util/trickle_endpoint.cc',
+ 'src/core/lib/avl/avl.cc',
'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
@@ -733,6 +734,7 @@
'test/core/util/slice_splitter.cc',
'test/core/util/tracer_util.cc',
'test/core/util/trickle_endpoint.cc',
+ 'src/core/lib/avl/avl.cc',
'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',
@@ -928,6 +930,7 @@
'sources': [
'src/core/lib/surface/init.cc',
'src/core/lib/surface/init_unsecure.cc',
+ 'src/core/lib/avl/avl.cc',
'src/core/lib/backoff/backoff.cc',
'src/core/lib/channel/channel_args.cc',
'src/core/lib/channel/channel_stack.cc',