chromium/ash/system/video_conference/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("vc_resources") {
  source = "vc_resources.grd"
  outputs = [
    "grit/vc_resources.h",
    "vc_resources.pak",
  ]
}