chromium/ash/system/mahi/resources/BUILD.gn

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

import("//build/config/chromeos/ui_mode.gni")
import("//tools/grit/grit_rule.gni")

assert(is_chromeos_ash)

grit("mahi_resources") {
  source = "mahi_resources.grd"
  outputs = [
    "grit/mahi_resources.h",
    "mahi_resources.pak",
  ]
}