• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2023 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# List the SQL files in the perfetto_sql_files.gni so the list can be
6# used in Chromium targets as well.
7import("perfetto_sql_files.gni")
8
9# This file is rolled to Perfetto so this relative path is intended to
10# work in the Perfetto repository but does not make sense here.
11import("../../../../../gn/perfetto_sql.gni")
12perfetto_sql_source_set("chrome_sql") {
13  sources = chrome_stdlib_sql_files
14}
15