
* Compile extensions_ui.cc * Register ExtensionsUIConfig * Include extension resources in PAK * Include translated strings used in new code * Some non-trivial dependencies are faked to keep the change small Bug: 385988433 Test: Open chrome://extensions and confirm the page is rendered. Change-Id: I49918007871c747ea98eef29fcc4dda834214224 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6193990 Reviewed-by: John Lee <johntlee@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Keigo Oka <oka@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421188}
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: