OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 '+core/fpdftext', | 2 '+core', |
3 '+core/fpdfapi', | |
4 '+core/fpdfapi/edit', | |
5 '+core/fpdfapi/page', | |
6 '+core/fpdfapi/parser', | |
7 '+core/fpdfapi/render', | |
8 '+core/fpdfdoc', | |
9 '+core/fxcodec', | |
10 '+core/fxcrt', | |
11 '+core/fxge', | |
12 '+public', | 3 '+public', |
13 '+v8', | 4 '+v8', |
14 '+xfa/fwl/core', | 5 '+xfa/fwl/core', |
15 '+xfa/fxfa', | 6 '+xfa/fxfa', |
16 '+xfa/fxgraphics', | 7 '+xfa/fxgraphics', |
17 ] | 8 ] |
OLD | NEW |