commit | e4c166c31242af4b11031dfc8dedd0601cbfe342 | [log] [tgz] |
---|---|---|
author | Marc Treib <[email protected]> | Thu Apr 25 09:55:25 2019 |
committer | Commit Bot <[email protected]> | Thu Apr 25 09:55:25 2019 |
tree | 3581c27b87f8c15807a5894f498222db4e2aa968 | |
parent | 00ad3dfc5e910cae2de27c2799eb20744e491d51 [diff] |
components/sync/BUILD.gn: Introduce test_support group target This CL introduces a new "test_support" target in components/sync/BUILD.gn, so that other code can just depend on this instead of all the individual "test_support_x" targets. This lets us move the individual targets into their own build files (so far, this was done for test_support_base, _js, and _driver), without having to update the universe each time. TBR=blundell for mechanical changes in components/*/BUILD.gn Bug: 947443 Change-Id: Ibe87bd82caab07b562c052a230f32539f8874792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581634 Commit-Queue: Marc Treib <[email protected]> Reviewed-by: Sylvain Defresne <[email protected]> Reviewed-by: Mikel Astiz <[email protected]> Cr-Commit-Position: refs/heads/master@{#653962}
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 .