Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
..
android 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
content 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
core 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ios 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
COMMON_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前

README

This component provides a unified model of user language which will serve as the
single source of truth for other components.

Language is implemented as a layered component
(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
to enable it to be shared cleanly on iOS.

This component has the following structure:

core/: shared code that does not depend on src/content or src/ios.
content/: Driver for the shared code based on the content layer.
browser/: Browser process code.
renderer/: Renderer process code.
common/: Code shared by the browser and the renderer.
ios/: Driver for the shared code based on src/ios.