aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/html/ya.make
blob: a20dcac956a947c8d23d911a75fb69131358b233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 
)