aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-01-26 17:01:29 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-26 17:02:45 -0800
commite04455a7ff1ead05445daa95d7bc822a7f40b6f5 (patch)
treef3d7d23b6f89387d80700b1900de4453531313e1 /build.json
parentfee065c1c7f01207c0e484c92681cea184b1983a (diff)
Addressing comments.
Diffstat (limited to 'build.json')
-rw-r--r--build.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/build.json b/build.json
index 18c6b2eac8..c2f44efc17 100644
--- a/build.json
+++ b/build.json
@@ -61,6 +61,10 @@
"src/core/iomgr/tcp_posix.h",
"src/core/iomgr/tcp_server.h",
"src/core/iomgr/time_averaged_stats.h",
+ "src/core/json/json.h",
+ "src/core/json/json_common.h",
+ "src/core/json/json_reader.h",
+ "src/core/json/json_writer.h",
"src/core/statistics/census_interface.h",
"src/core/statistics/census_log.h",
"src/core/statistics/census_rpc_stats.h",
@@ -139,7 +143,9 @@
"src/core/iomgr/tcp_server_posix.c",
"src/core/iomgr/time_averaged_stats.c",
"src/core/json/json.c",
- "src/core/json/json-string.c",
+ "src/core/json/json_reader.c",
+ "src/core/json/json_string.c",
+ "src/core/json/json_writer.c",
"src/core/statistics/census_init.c",
"src/core/statistics/census_log.c",
"src/core/statistics/census_rpc_stats.c",