commit | 05bc645aa4572a8b71df0070a828f526261245c4 | [log] [tgz] |
---|---|---|
author | Nate Fischer <ntfschr@chromium.org> | Mon Aug 09 19:56:30 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 09 19:56:30 2021 |
tree | 2871959da43532edfd11e99cc15478813cd9d1e4 | |
parent | b3fc034c85b71d3575333731879d82e2e729d0e9 [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/webapps. This CL was uploaded by git cl split. R=hanxi@chromium.org Bug: 1237604 Test: run_chrome_junit_tests Change-Id: I2609744b7bec9f5307e84822551bcf37aaa8f8fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3078449 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Xi Han <hanxi@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#909936}
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.