blob: 7e54d5b3b5449fb783cdbe70ce9287214961b88c [file] [log] [blame]
# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# List the SQL files in the perfetto_sql_files.gni so the list can be
# used in Chromium targets as well.
import("perfetto_sql_files.gni")
# This file is rolled to Perfetto so this relative path is intended to
# work in the Perfetto repository but does not make sense here.
import("../../../../../gn/perfetto_sql.gni")
perfetto_sql_source_set("chrome_sql") {
deps = [ "scroll_jank" ]
sources = chrome_stdlib_sql_files
}