-
Notifications
You must be signed in to change notification settings - Fork 2
/
modest_mycss.c
53 lines (52 loc) · 3.02 KB
/
modest_mycss.c
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#include "modest_config.h"
// mycss
#include "third_party/modest/source/mycss/convert.c"
#include "third_party/modest/source/mycss/tokenizer.c"
#include "third_party/modest/source/mycss/check.c"
#include "third_party/modest/source/mycss/property/parser_image.c"
#include "third_party/modest/source/mycss/property/init.c"
#include "third_party/modest/source/mycss/property/parser_url.c"
#include "third_party/modest/source/mycss/property/parser_text_decoration.c"
#include "third_party/modest/source/mycss/property/serialization.c"
#include "third_party/modest/source/mycss/property/shared.c"
#include "third_party/modest/source/mycss/property/parser_background.c"
#include "third_party/modest/source/mycss/property/parser.c"
#include "third_party/modest/source/mycss/mycss.c"
#include "third_party/modest/source/mycss/tokenizer_global.c"
#include "third_party/modest/source/mycss/stack.c"
#include "third_party/modest/source/mycss/tokenizer_end.c"
#include "third_party/modest/source/mycss/an_plus_b.c"
#include "third_party/modest/source/mycss/namespace/init.c"
#include "third_party/modest/source/mycss/namespace/state.c"
#include "third_party/modest/source/mycss/namespace/serialization.c"
#include "third_party/modest/source/mycss/namespace/parser.c"
#include "third_party/modest/source/mycss/mystring.c"
#include "third_party/modest/source/mycss/stylesheet.c"
#include "third_party/modest/source/mycss/declaration/entry_destroy.c"
#include "third_party/modest/source/mycss/declaration/default.c"
#include "third_party/modest/source/mycss/declaration/init.c"
#include "third_party/modest/source/mycss/declaration/state.c"
#include "third_party/modest/source/mycss/declaration/serialization.c"
#include "third_party/modest/source/mycss/declaration/entry.c"
#include "third_party/modest/source/mycss/declaration/parser.c"
#include "third_party/modest/source/mycss/values/color.c"
#include "third_party/modest/source/mycss/values/units.c"
#include "third_party/modest/source/mycss/values/consume.c"
#include "third_party/modest/source/mycss/values/values.c"
#include "third_party/modest/source/mycss/values/serialization.c"
#include "third_party/modest/source/mycss/values/color_parser.c"
#include "third_party/modest/source/mycss/values/image.c"
#include "third_party/modest/source/mycss/values/destroy.c"
#include "third_party/modest/source/mycss/entry.c"
#include "third_party/modest/source/mycss/selectors/list.c"
#include "third_party/modest/source/mycss/selectors/value.c"
#include "third_party/modest/source/mycss/selectors/function_parser.c"
#include "third_party/modest/source/mycss/selectors/init.c"
#include "third_party/modest/source/mycss/selectors/pseudo.c"
#include "third_party/modest/source/mycss/selectors/state.c"
#include "third_party/modest/source/mycss/selectors/function.c"
#include "third_party/modest/source/mycss/selectors/serialization.c"
#include "third_party/modest/source/mycss/selectors/parser.c"
#include "third_party/modest/source/mycss/media/init.c"
#include "third_party/modest/source/mycss/media/state.c"
#include "third_party/modest/source/mycss/parser.c"