DEPS 488 B

123456789101112131415161718
  1. include_rules = [
  2. "+ui/display",
  3. "+ui/wm",
  4. ]
  5. specific_include_rules = {
  6. "remoting_service.cc": [
  7. "+chrome/browser/browser_process.h",
  8. "+content/public/browser/browser_task_traits.h",
  9. "+content/public/browser/browser_thread.h",
  10. "+content/public/browser/storage_partition.h",
  11. ],
  12. "host_event_reporter_impl*": [
  13. "+chrome/browser/policy/messaging_layer/proto", # For ERP events prototypes
  14. "+components/reporting", # For ERP
  15. "+remoting/protocol",
  16. ]
  17. }