aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-12 08:35:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-12 08:35:49 -0700
commite85e95022099a88212c87dab48a304b23c2288f8 (patch)
tree61d2c129077491455c8c668eb09d55a0b87a8fb4 /BUILD
parent284195faab8a8b6c5232f722f298f3a51973d64d (diff)
bazelness
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD b/BUILD
index 9f4614ec93..ca8d6051f6 100644
--- a/BUILD
+++ b/BUILD
@@ -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",