commit | e20bdacd076c94ada0411697d8c2c36c8af86dc6 | [log] [tgz] |
---|---|---|
author | Simon Zünd <[email protected]> | Tue Aug 27 07:35:53 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 10:47:27 2024 |
tree | a2d2753e8945ea95062a6b51476c4ac2c88f078c | |
parent | 5a2aa4c786741711fc096f537c3c5c486cd3cf4b [diff] [blame] |
[deps] Move ts_library out of third_party ts_library.py and typescript.gni do not contain any third party code. They had the Chromium license headers from the beginning. The only "third-party"ness they have, is that they use the "typescript" npm package. [email protected] Fixed: 362397305 Change-Id: I33a2ee2817c940e365f810e897de5907bf586093 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5816329 Reviewed-by: Alex Rudenko <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/BUILD.gn b/BUILD.gn index 2b3c999..134c536 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -8,8 +8,8 @@ import("./scripts/build/ninja/copy.gni") import("./scripts/build/ninja/node.gni") import("./scripts/build/ninja/vars.gni") +import("./scripts/build/typescript/typescript.gni") import("./third_party/blink/public/public_features.gni") -import("./third_party/typescript/typescript.gni") #-------------------------------------------------------------------------------