0
Files
src/printing
Lei Zhang 236c347c51 Disable PrintingContextTests that are failing on Win7 bots.
The tests are failing on Win 7 bots, even though the code has not
changed recently. Disable the tests for now to keep the bots green.

Bug: 1231528
Change-Id: I88f592f7c7cc5e571550e46430fb421788ffbbe8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3044494
Reviewed-by: Lingqi Chi <lingqi@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#904140}
2021-07-22 01:09:50 +00:00
..
2021-07-16 22:46:27 +00:00
2021-07-02 20:08:51 +00:00
2021-04-27 18:11:24 +00:00
2021-04-27 18:11:24 +00:00
2021-07-16 05:26:37 +00:00

//printing contains foundational code that is used for printing. It can depend on other low-level directories like //cc/paint and //ui, but not higher level code like //components or //content. Higher level printing code should live in //components/printing or the embedder.