xref: /aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/BUILD.gn (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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