| include_rules = [ | |
| "+pdf/pdf.h", # Test only. | |
| "+pdf/pdf_features.h", # Test only | |
| ] | |
| specific_include_rules = { | |
| "print_backend_service_test_impl.h": [ | |
| "+chrome/services/printing/print_backend_service_impl.h", | |
| ], | |
| "printing_init.cc": [ | |
| "+components/printing/browser/print_to_pdf", | |
| ] | |
| } |