# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//ui/webui/resources/tools/generate_grd.gni")

generate_grd("build_grdp") {
  grd_prefix = "tab_groups"
  out_grd = "$target_gen_dir/resources.grdp"
  input_files = [
    "chrome_tab_groups_light.svg",
    "chrome_tab_groups_dark.svg",
  ]
  input_files_base_dir = rebase_path(".", "//")
  resource_path_prefix = "modules/tab_groups/icons"
}
