0
Files
src/chrome
Akihiro Ota e9cec515b1 FaceGaze: Address TODO in mediapipe test
There was a TODO in the FaceGazeMediaPipeTest suite to allow messages
emitted by the mediapipe wasm. However after investigation, some of
these messages are variable based on the time the tests are run. As a
result, we cannot fully address the TODO.

Instead, we remove the TODO and provide commentary on why we allow
console messages.

Bug: 309121742
Change-Id: I8ecfc7eeab8884afa5e4782c8cd5e938b215410f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5971557
Reviewed-by: Jesulayomi Kupoluyi <lkupo@google.com>
Commit-Queue: Akihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1374675}
2024-10-28 16:43:35 +00:00
..
2024-10-28 16:01:40 +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.