diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-12 08:35:49 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-12 08:35:49 -0700 |
commit | e85e95022099a88212c87dab48a304b23c2288f8 (patch) | |
tree | 61d2c129077491455c8c668eb09d55a0b87a8fb4 /BUILD | |
parent | 284195faab8a8b6c5232f722f298f3a51973d64d (diff) |
bazelness
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -366,10 +366,10 @@ grpc_cc_library( "src/core/lib/support/backoff.h", "src/core/lib/support/block_annotate.h", "src/core/lib/support/env.h", - "src/core/lib/support/memory.h" - "src/core/lib/support/atomic.h" - "src/core/lib/support/atomic_with_atm.h" - "src/core/lib/support/atomic_with_std.h" + "src/core/lib/support/memory.h", + "src/core/lib/support/atomic.h", + "src/core/lib/support/atomic_with_atm.h", + "src/core/lib/support/atomic_with_std.h", "src/core/lib/support/mpscq.h", "src/core/lib/support/murmur_hash.h", "src/core/lib/support/spinlock.h", |