blob: 8fbfa955a98c8937e13236d301589c5812db30d9 [file] [log] [blame]
# 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("//tools/grit/grit_rule.gni")
grit("grit") {
if (is_chrome_branded) {
source = "internal/browser_resources.grd"
} else {
source = "browser_resources.grd"
}
use_brotli = true
outputs = [
"actor_browser_resources.pak",
"grit/actor_browser_resources.h",
]
}
source_set("browser_resources") {
public_deps = [ ":grit" ]
deps = [
"//base",
"//chrome/common:chrome_features",
]
}