tree: 8cf007479911d25cdcf3edb398bf7bf07a30a88c [path history] [tgz]
  1. cups_printer_management.md
  2. cups_printers_settings_page.md
  3. printer_flow_chart.dot
  4. printer_flow_chart.png
  5. README.md
chrome/browser/chromeos/printing/doc/README.md

ChromeOS Printing

This directory contains browser-side code for printing infrastructure in ChromeOS. This directory primarily contains code dealing with local printing via the Common Unix Printing System (CUPS).

Other Related Directories

(Paths are given from the git root):

  • chromeos/printing/ - ChromeOS CUPS printing code that doesn't have dependencies that require it to live in chrome/browser.
  • chrome/browser/ui/webui/settings/ash/ - ChromeOS printing settings dialog backend support
  • chrome/browser/resources/settings/printing_page/ - Front end printer settings code.
  • chrome/browser/printing/ - Cloud print support, and common print dialog support.
  • chrome/browser/ash/printing/ - ChromeOS printing code that runs in ash-chrome.

Printing Docs