commit | 5f7c097e96ad928c7ed2596ac71c9a8f0f6fdee9 | [log] [tgz] |
---|---|---|
author | David Lei <[email protected]> | Thu Nov 19 19:32:04 2020 |
committer | Commit Bot <[email protected]> | Thu Nov 19 19:32:04 2020 |
tree | 910431a59ed174c9532d3c1d46ee5d49c268d7a8 | |
parent | e3f9269fb6b452f532442a0a3ca4e23a71adcca1 [diff] |
CrOS Media App: Put PDFs loading ink behind a flag. This defaults to false. The Media App should only load PDFs once the Chromium PDF viewer is migrated to use its ink resources (crbug/1150244) so we don't build 2 copies of ink in a single CROS build. Currently in M88 & TOT builds the Media App will try to load ink.js which fails. This overrides that functionality by overriding our internal bundled "pdfInInk" flag. Bug: b/173548293, b/170160681, 1150244 Change-Id: Ie7f3b7be426d9470eb634737d016dc9cb6c0ad86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546382 Reviewed-by: David Lei <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Patti <[email protected]> Auto-Submit: David Lei <[email protected]> Commit-Queue: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#829334}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.