commit | 609ebfd2df41642b987578e0d4219686d7832e8e | [log] [tgz] |
---|---|---|
author | Nate Fischer <ntfschr@chromium.org> | Sat Aug 07 00:48:49 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Aug 07 00:48:49 2021 |
tree | 7af051f872bddec6d2de1e979e15cd51f8e9a46b | |
parent | 72b4ee82a59e6a341ffe8da3586b135ffbc5d725 [diff] |
Android: prefer @CommandLineFlags annotation No change to logic. This swaps out existing uses of CommandLine.{appendSwitch,removeSwitch} with the corresponding @CommandLineFlags annotations. The annotations have the advantage of cleaning up the CommandLine automatically during tear down. This CL fixes the links in /chrome/android/junit/src/org/chromium/chrome/browser/survey. This CL was uploaded by git cl split. R=wenyufu@chromium.org Bug: 1237604 Test: run_chrome_junit_tests Change-Id: I40867370c2abd96e78d792d1b6522a1e258e8d6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3078448 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#909574}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.