0
Files
src/chrome
dpapad a6645f90d7 WebUI: Delete js_modulizer(), no longer used.
This GN rule was used to auto-generate JS modules code from existing
checked-in non-module code and was useful during migration of Polymer2
to Polymer3. The last usages of this rule (in CrOS OOBE) were recently
removed and this migration tool can finally be deleted!

Fixed: 1184053
Change-Id: I5db1d9ee8a9302304091bb7ec66d5fa7ab51806c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4177148
Reviewed-by: Rebekah Potter <rbpotter@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1094620}
2023-01-19 19:53:53 +00:00
..
2023-01-19 19:45:55 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.