0
Files
src/extensions
Nico Weber da1bee5883 Reformat all gn files in /extensions/browser/api/printer_provider_internal.
`gn format` recently changed its formatting behavior
for deps, source, and a few other elements when they
are assigned (with =) single-element lists to be consistent
with the formatting of updates (with +=) with single-element.

Now that we've rolled in a GN binary with the change,
reformat all files so that people don't get presubmit
warnings due to this.

This CL was uploaded by git cl split.

R=tbarzic@chromium.org

Bug: 1041419
Change-Id: I96edaa53571933286a6ed5ceacdb66c29119c8f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998443
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Toni Baržić <tbarzic@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730843}
2020-01-13 21:23:59 +00:00
..
2019-12-09 22:57:45 +00:00
2020-01-08 00:18:16 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: