blob: 408100078838ddf7b710519b8e029a174add4033 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# 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")
# GYP version: chrome/chrome_resources.gyp:theme_resources
grit("theme_resources") {
source = "theme_resources.grd"
outputs = [
"grit/theme_resources.h",
"grit/theme_resources_map.cc",
"grit/theme_resources_map.h",
"theme_resources_100_percent.pak",
"theme_resources_200_percent.pak",
"theme_resources_300_percent.pak",
]
deps = [
":chrome_unscaled_resources",
"//ui/resources",
]
output_dir = "$root_gen_dir/chrome"
}
# GYP version: chrome/chrome_resources.gyp:chrome_unscaled_resources
grit("chrome_unscaled_resources") {
source = "chrome_unscaled_resources.grd"
outputs = [
"grit/chrome_unscaled_resources.h",
"chrome_unscaled_resources.pak",
]
output_dir = "$root_gen_dir/chrome"
}