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