aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/service/pages/resources/ya.make
blob: 64322df0c070a2623fd8e640030c9911992a4f10 (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
LIBRARY()

SRCS(
    css_mon_page.h
    fonts_mon_page.h
    js_mon_page.h
)

RESOURCE(
    static/css/bootstrap.min.css static/css/bootstrap.min.css
    static/fonts/glyphicons-halflings-regular.eot static/fonts/glyphicons-halflings-regular.eot
    static/fonts/glyphicons-halflings-regular.svg static/fonts/glyphicons-halflings-regular.svg
    static/fonts/glyphicons-halflings-regular.ttf static/fonts/glyphicons-halflings-regular.ttf
    static/fonts/glyphicons-halflings-regular.woff static/fonts/glyphicons-halflings-regular.woff
    static/js/bootstrap.min.js static/js/bootstrap.min.js
    static/js/jquery.min.js static/js/jquery.min.js
)

PEERDIR(
    library/cpp/monlib/dynamic_counters
)

END()