| commit | 00ecbd06930234f70ca6cfa623201489b9e10b71 | [log] [tgz] |
|---|---|---|
| author | Avi Drissman <avi@chromium.org> | Thu Sep 15 20:11:09 2022 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 15 20:24:31 2022 |
| tree | fe17f0f9890940fa2daf8aa478b8e5882d076481 | |
| parent | 8cb897d6983330c179157160894ea57b73a5e623 [diff] |
Update copyright headers in testing/, tools/ The methodology used to generate this CL is documented in https://crbug.com/1098010#c95. No-Try: true No-Presubmit: true Bug: 1098010 Change-Id: I3a8a7b150e7bd64690534727150646081df50439 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3900697 Reviewed-by: Mark Mentovai <mark@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Owners-Override: Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1047644} NOKEYCHECK=True GitOrigin-RevId: dfd88085261b662a5c0a1abea1a3b120b08e8e48
This directory is meant to contain Python code that is:
//tools/android/python_utils).All Python code that is used by GN actions or templates within //build must live under //build, since that directory cannot have deps outside of it. However, code here can be used by GN actions or templates that live outside of //build.
When adding code to this directory, or when adding a dep onto code that lives in this directory, please consider whether or not duplicating the code would actually a better choice. Code re-use is helpful, but dependencies also come with a cost, especially when it comes to being able to test changes to shared code.