0
Files
src/extensions
Randy Rossi e1441e3042 Allow packaging accessibility extension from chromecast build
Make changes to build files to allow packaging chromevox
from chromecast builds.  Need to split out chromevox and common
deps from deps that will only build for chromeos.

Also add the ability to specify a manifest file using the
FileUtil::LoadExtension method instead of assuming 'manifest.json'
hard coded constant.

Bug: None
Test: Test case, Local chromecast build
Change-Id: Id4e5ac0cbb80241536a2e7e3cf48a71dd5f1124a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112573
Reviewed-by: Mike Pinkerton <pinkerton@chromium.org>
Reviewed-by: David Tseng <dtseng@chromium.org>
Commit-Queue: Randy Rossi <rmrossi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754093}
2020-03-27 18:17:55 +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: