commit | b3a82bdd994eed9b8d4d8200158b2ef7b9b68c21 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Thu Mar 25 23:18:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 25 23:18:22 2021 |
tree | a6e427188cb8a8cce3775dfd1337014c06aa2834 | |
parent | 524c89db261841dcbecdf05004fa4df8b10d21e2 [diff] |
chromeos: Move tests from app_list_unittests to ash_unittests This is a step toward folding the app list module into ash. Combining the two will eliminate some unnecessary abstraction. See design sketch in the bug. This CL moves all the tests, but does not delete the app_list_unittests target. I'm going to do that separately because it involves changing the build bots. Bug: 942564 Test: ash_unittests and app_list_unittests Change-Id: Ib36f6433d9223542b47d637fa504462814f8bb71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2787548 Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#866844}
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.