0
Files
src/chrome
Jinsuk Kim 107c03e9d5 GestureNav: Fix the flaky test again
Yet another attempt to deflake the test. Makes use of test util
to verify the activity goes background.

Bug: 1205167
Change-Id: I872e1ed3470e64da0d62a5cbd8db271c63b0fdd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879645
Reviewed-by: Matt Jones <mdjones@chromium.org>
Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#881316}
2021-05-10 23:48:51 +00:00
..
2021-05-10 21:23:13 +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.