[ts_library_split] Add tsconfig.json compiler configuration sub-target [devtools/devtools-frontend : main]

0 views
Skip to first unread message

Simon Zünd (Gerrit)

unread,
5:31 AM (4 hours ago) 5:31 AM
to devtools-fro...@luci-project-accounts.iam.gserviceaccount.com, Philip Pfaffe, devtools-rev...@chromium.org
Attention needed from Philip Pfaffe

New activity on the change

Open in Gerrit

Related details

Attention is currently required from:
  • Philip Pfaffe
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: I5ae075508f1225df71699aaec6f588efa653f843
Gerrit-Change-Number: 8251069
Gerrit-PatchSet: 1
Gerrit-Owner: Simon Zünd <szu...@chromium.org>
Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
Gerrit-Attention: Philip Pfaffe <pfa...@chromium.org>
Gerrit-Comment-Date: Wed, 19 Aug 2026 09:30:47 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Philip Pfaffe (Gerrit)

unread,
5:43 AM (4 hours ago) 5:43 AM
to Simon Zünd, devtools-fro...@luci-project-accounts.iam.gserviceaccount.com, devtools-rev...@chromium.org
Attention needed from Simon Zünd

Philip Pfaffe voted and added 1 comment

Votes added by Philip Pfaffe

Code-Review+1

1 comment

File scripts/build/typescript/ts_library_split.gni
Line 234, Patchset 1 (Latest): # Sub-target 3: Generate tsconfig.json via GN generated_file
Philip Pfaffe . unresolved

also not a very useful comment

Open in Gerrit

Related details

Attention is currently required from:
  • Simon Zünd
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: I5ae075508f1225df71699aaec6f588efa653f843
Gerrit-Change-Number: 8251069
Gerrit-PatchSet: 1
Gerrit-Owner: Simon Zünd <szu...@chromium.org>
Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
Gerrit-Attention: Simon Zünd <szu...@chromium.org>
Gerrit-Comment-Date: Wed, 19 Aug 2026 09:43:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Simon Zünd (Gerrit)

unread,
5:53 AM (4 hours ago) 5:53 AM
to Philip Pfaffe, devtools-fro...@luci-project-accounts.iam.gserviceaccount.com, devtools-rev...@chromium.org

Simon Zünd voted and added 1 comment

Votes added by Simon Zünd

Commit-Queue+2

1 comment

File scripts/build/typescript/ts_library_split.gni
Line 234, Patchset 1: # Sub-target 3: Generate tsconfig.json via GN generated_file
Philip Pfaffe . resolved

also not a very useful comment

Simon Zünd

Improved

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I5ae075508f1225df71699aaec6f588efa653f843
    Gerrit-Change-Number: 8251069
    Gerrit-PatchSet: 2
    Gerrit-Comment-Date: Wed, 19 Aug 2026 09:53:00 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    Comment-In-Reply-To: Philip Pfaffe <pfa...@chromium.org>
    satisfied_requirement
    open
    diffy

    devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com (Gerrit)

    unread,
    6:25 AM (3 hours ago) 6:25 AM
    to Simon Zünd, Philip Pfaffe, devtools-rev...@chromium.org

    devtools-fro...@luci-project-accounts.iam.gserviceaccount.com submitted the change with unreviewed changes

    Unreviewed changes

    1 is the latest approved patch-set.
    The change was submitted with unreviewed changes in the following files:

    ```
    The name of the file: scripts/build/typescript/ts_library_split.gni
    Insertions: 2, Deletions: 1.

    @@ -231,7 +231,8 @@
    }
    }

    - # Sub-target 3: Generate tsconfig.json via GN generated_file
    + # Sub-target 3: Generate tsconfig.json used by sub-target 4 for
    + # actual type-checking and JS transpilation.
    generated_file(_tsconfig_target) {
    outputs = [ _tsconfig_file ]
    output_conversion = "json"
    ```

    Change information

    Commit message:
    [ts_library_split] Add tsconfig.json compiler configuration sub-target

    Adds Sub-target 3 (${target_name}_tsconfig) generating ${target_name}-tsconfig.json
    via GN generated_file containing disableSourceOfProjectReferenceRedirect and
    locally scoped rootDir.

    R=pfa...@chromium.org

    TAG=agy
    CONV=8700c1d3-4690-496f-abb1-8ea8524aea8b
    Bug: 547522497
    Change-Id: I5ae075508f1225df71699aaec6f588efa653f843
    Commit-Queue: Simon Zünd <szu...@chromium.org>
    Reviewed-by: Philip Pfaffe <pfa...@chromium.org>
    Files:
    • M scripts/build/typescript/ts_library_split.gni
    Change size: M
    Delta: 1 file changed, 56 insertions(+), 3 deletions(-)
    Branch: refs/heads/main
    Submit Requirements:
    • requirement satisfiedCode-Review: +1 by Philip Pfaffe
    Open in Gerrit
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: merged
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I5ae075508f1225df71699aaec6f588efa653f843
    Gerrit-Change-Number: 8251069
    Gerrit-PatchSet: 3
    Gerrit-Owner: Simon Zünd <szu...@chromium.org>
    Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
    Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
    open
    diffy
    satisfied_requirement
    Reply all
    Reply to author
    Forward
    0 new messages