blob: ccfa578a59d1f296165b037ffa7e2aec450c9948 [file] [log] [blame]
Tim van der Lippe6d6a82e2020-03-23 13:43:021# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Simon Zünde20bdac2024-08-27 07:35:535import("../../../scripts/build/typescript/typescript.gni")
Tim van der Lippe6d6a82e2020-03-23 13:43:026
Paul Lewisd2517fe2020-11-18 14:58:527node_ts_library("application") {
Tim van der Lippe6a935442020-05-20 13:18:408 sources = [ "boot-perf_test.ts" ]
Tim van der Lippe6d6a82e2020-03-23 13:43:029
10 deps = [
11 "../../shared",
12 "../helpers",
Andrés Olivares555d6dd2023-11-24 10:22:1913 "../report",
Tim van der Lippe6d6a82e2020-03-23 13:43:0214 ]
15}