aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-29 11:25:34 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-11-29 11:25:34 -0800
commitbf816d325e4281804c3f75e63c2c1f7827176300 (patch)
treea94bcb0ffcb6b5fb98e04da5b0056fec2afceb42 /build.yaml
parent240bad3d2d15628ccf13dddfc143e226fc4d9874 (diff)
Shorted "reference" to "ref".
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.yaml b/build.yaml
index c41bf193e6..bfb847e748 100644
--- a/build.yaml
+++ b/build.yaml
@@ -394,8 +394,8 @@ filegroups:
- src/core/lib/slice/slice_internal.h
- src/core/lib/slice/slice_string_helpers.h
- src/core/lib/support/debug_location.h
- - src/core/lib/support/reference_counted.h
- - src/core/lib/support/reference_counted_ptr.h
+ - src/core/lib/support/ref_counted.h
+ - src/core/lib/support/ref_counted_ptr.h
- src/core/lib/support/vector.h
- src/core/lib/surface/alarm_internal.h
- src/core/lib/surface/api_trace.h
@@ -4544,12 +4544,12 @@ targets:
- gpr_test_util
- gpr
- grpc++_test_config
-- name: reference_counted_ptr_test
+- name: ref_counted_ptr_test
gtest: true
build: test
language: c++
src:
- - test/core/support/reference_counted_ptr_test.cc
+ - test/core/support/ref_counted_ptr_test.cc
deps:
- grpc_test_util
- grpc++
@@ -4558,12 +4558,12 @@ targets:
- gpr
uses:
- grpc++_test
-- name: reference_counted_test
+- name: ref_counted_test
gtest: true
build: test
language: c++
src:
- - test/core/support/reference_counted_test.cc
+ - test/core/support/ref_counted_test.cc
deps:
- grpc_test_util
- grpc++