commit | b426cf9b189a2a47cbf385289822beb49641dad2 | [log] [tgz] |
---|---|---|
author | Dan Harrington <[email protected]> | Thu Sep 10 19:47:08 2020 |
committer | Commit Bot <[email protected]> | Thu Sep 10 19:47:08 2020 |
tree | 57b383ee7a0cc05b23adb45cb361abcfc0643186 | |
parent | 8d80e246b3d7db8d05d2a7bf570d97de69195fc1 [diff] |
Update example vscode tasks - Try to make the tasks more general purpose. * Add mechanism to switch output directories. Most tasks will work with this value. * Add tasks to run tests for the current file or directory instead of pre-determined targets. - Try to simplify it. * Remove some parameters which are defaults * Move pattern matches to top-level, to avoid duplicates. Change-Id: Ifff15bc264be510c0859e4adcce7b996349ac343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402189 Reviewed-by: Chase Phillips <[email protected]> Commit-Queue: Chase Phillips <[email protected]> Cr-Commit-Position: refs/heads/master@{#805872}
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.
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.