diff options
| author | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 |
| commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
| tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/html | |
| parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/html')
| -rw-r--r-- | library/cpp/html/escape/ut/ya.make | 13 | ||||
| -rw-r--r-- | library/cpp/html/escape/ya.make | 9 | ||||
| -rw-r--r-- | library/cpp/html/pcdata/ut/ya.make | 9 | ||||
| -rw-r--r-- | library/cpp/html/pcdata/ya.make | 10 | ||||
| -rw-r--r-- | library/cpp/html/ya.make | 32 |
5 files changed, 0 insertions, 73 deletions
diff --git a/library/cpp/html/escape/ut/ya.make b/library/cpp/html/escape/ut/ya.make deleted file mode 100644 index 27d3a3d65ac..00000000000 --- a/library/cpp/html/escape/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(stanly) - -SRCS( - escape_ut.cpp -) - -PEERDIR( - library/cpp/html/escape -) - -END() diff --git a/library/cpp/html/escape/ya.make b/library/cpp/html/escape/ya.make deleted file mode 100644 index 93a31e33d6b..00000000000 --- a/library/cpp/html/escape/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(stanly) - -SRCS( - escape.cpp -) - -END() diff --git a/library/cpp/html/pcdata/ut/ya.make b/library/cpp/html/pcdata/ut/ya.make deleted file mode 100644 index bc947baa892..00000000000 --- a/library/cpp/html/pcdata/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/html/pcdata) - -OWNER(vladon) - -SRCS( - pcdata_ut.cpp -) - -END() diff --git a/library/cpp/html/pcdata/ya.make b/library/cpp/html/pcdata/ya.make deleted file mode 100644 index 637220e7065..00000000000 --- a/library/cpp/html/pcdata/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(vladon) - -SRCS( - pcdata.cpp - pcdata.h -) - -END() diff --git a/library/cpp/html/ya.make b/library/cpp/html/ya.make deleted file mode 100644 index ab904be3b94..00000000000 --- a/library/cpp/html/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -RECURSE( - dehtml - dehtml/ut - detect - blob - entity - entity/ut - escape - escape/ut - face - face/blob - html5 - html5/tests - html5/ut - lexer - lexer/ut - pcdata - pcdata/ut - pdoc - print - relalternate - relalternate/ut - sanitize - spec - storage - storage/ut - strip - tree - url - zoneconf - zoneconf/ut -) |
