aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.xml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-30 07:05:18 -0800
committerGravatar GitHub <noreply@github.com>2017-11-30 07:05:18 -0800
commit5f662537deb01539a204273977c7e32394fc3454 (patch)
tree47a9105fc6a25adad2a5e7c80cc9da72a27e969f /package.xml
parent926b09a888faf3a099ef9d70d67aa5f5f7dae20b (diff)
parent9aea2573913e504375e667d9f4500faa505b5abe (diff)
Merge pull request #13357 from markdroth/reference_counted
Add ReferenceCounted base class.
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.xml b/package.xml
index 2b6c149a6b..435fb4c2c2 100644
--- a/package.xml
+++ b/package.xml
@@ -360,6 +360,9 @@
<file baseinstalldir="/" name="src/core/lib/slice/slice_hash_table.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/slice/slice_internal.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/slice/slice_string_helpers.h" role="src" />
+ <file baseinstalldir="/" name="src/core/lib/support/debug_location.h" role="src" />
+ <file baseinstalldir="/" name="src/core/lib/support/ref_counted.h" role="src" />
+ <file baseinstalldir="/" name="src/core/lib/support/ref_counted_ptr.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/surface/alarm_internal.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/surface/api_trace.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/surface/call.h" role="src" />