aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json
diff options
context:
space:
mode:
authorneksard <neksard@yandex-team.ru>2022-02-10 16:45:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:23 +0300
commit8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch)
tree83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /library/cpp/json
parentd3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff)
downloadydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json')
-rw-r--r--library/cpp/json/easy_parse/ya.make2
-rw-r--r--library/cpp/json/ut/ya.make16
-rw-r--r--library/cpp/json/writer/ut/ya.make26
-rw-r--r--library/cpp/json/writer/ya.make2
-rw-r--r--library/cpp/json/ya.make2
5 files changed, 24 insertions, 24 deletions
diff --git a/library/cpp/json/easy_parse/ya.make b/library/cpp/json/easy_parse/ya.make
index 2304c542f24..779abe67038 100644
--- a/library/cpp/json/easy_parse/ya.make
+++ b/library/cpp/json/easy_parse/ya.make
@@ -2,7 +2,7 @@ OWNER(finder)
LIBRARY()
-SRCS(
+SRCS(
json_easy_parser.cpp
)
diff --git a/library/cpp/json/ut/ya.make b/library/cpp/json/ut/ya.make
index 8e0362d84b2..ff859cb4e30 100644
--- a/library/cpp/json/ut/ya.make
+++ b/library/cpp/json/ut/ya.make
@@ -1,17 +1,17 @@
OWNER(velavokr)
UNITTEST_FOR(library/cpp/json)
-
+
PEERDIR(
library/cpp/string_utils/relaxed_escaper
)
-SRCS(
- json_reader_fast_ut.cpp
- json_reader_ut.cpp
+SRCS(
+ json_reader_fast_ut.cpp
+ json_reader_ut.cpp
json_prettifier_ut.cpp
- json_writer_ut.cpp
+ json_writer_ut.cpp
json_saveload_ut.cpp
-)
-
-END()
+)
+
+END()
diff --git a/library/cpp/json/writer/ut/ya.make b/library/cpp/json/writer/ut/ya.make
index 1e39dae6a10..27a9b9729ab 100644
--- a/library/cpp/json/writer/ut/ya.make
+++ b/library/cpp/json/writer/ut/ya.make
@@ -1,16 +1,16 @@
UNITTEST()
-
-OWNER(myltsev)
-
-PEERDIR(
+
+OWNER(myltsev)
+
+PEERDIR(
ADDINCL library/cpp/json/writer
-)
-
+)
+
SRCDIR(library/cpp/json/writer)
-
-SRCS(
- json_ut.cpp
- json_value_ut.cpp
-)
-
-END()
+
+SRCS(
+ json_ut.cpp
+ json_value_ut.cpp
+)
+
+END()
diff --git a/library/cpp/json/writer/ya.make b/library/cpp/json/writer/ya.make
index 3989ff35043..468bccb6879 100644
--- a/library/cpp/json/writer/ya.make
+++ b/library/cpp/json/writer/ya.make
@@ -1,5 +1,5 @@
LIBRARY()
-
+
OWNER(
mvel
myltsev
diff --git a/library/cpp/json/ya.make b/library/cpp/json/ya.make
index d58eead8ec4..caa5db52086 100644
--- a/library/cpp/json/ya.make
+++ b/library/cpp/json/ya.make
@@ -5,7 +5,7 @@ OWNER(
velavokr
)
-SRCS(
+SRCS(
json_writer.cpp
json_reader.cpp
json_prettifier.cpp