Commit c84fa77d authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Delete ash_components_resources.grd.

It's unused.

Change-Id: Ic108d486fac11e5d5ee7615c076d78173a4352d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835175Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Reviewed-by: default avatarTao Wu <wutao@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702478}
parent 6dc08234
# Copyright 2018 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")
grit("resources") {
source = "ash_components_resources.grd"
outputs = [
"grit/ash_components_resources.h",
"grit/ash_components_resources_map.cc",
"grit/ash_components_resources_map.h",
"ash_components_resources_100_percent.pak",
"ash_components_resources_200_percent.pak",
]
}
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
<outputs>
<output filename="grit/ash_components_resources.h" type="rc_header" context="default_100_percent">
<emit emit_type='prepend'></emit>
</output>
<output filename="grit/ash_components_resources_map.cc" type="resource_map_source" context="default_100_percent" />
<output filename="grit/ash_components_resources_map.h" type="resource_map_header" context="default_100_percent" />
<output filename="ash_components_resources_100_percent.pak" type="data_package" context="default_100_percent" />
<output filename="ash_components_resources_200_percent.pak" type="data_package" context="default_200_percent" />
</outputs>
<release seq="1">
<structures fallback_to_low_resolution="true">
<!-- Keyboard Shortcut Viewer icons. -->
<!-- TODO(wutao): This structures cannot be empty. Delete this resource when possible. -->
<structure type="chrome_scaled_image" name="IDR_KEYBOARD_SHORTCUT_VIEWER_APP_ICON" file="shortcut_viewer/ksv_app_icon.png" />
</structures>
</release>
</grit>
...@@ -19,7 +19,6 @@ template("ash_test_resources") { ...@@ -19,7 +19,6 @@ template("ash_test_resources") {
sources = [ sources = [
"$root_gen_dir/ash/app_list/resources/app_list_resources_${percent}_percent.pak", "$root_gen_dir/ash/app_list/resources/app_list_resources_${percent}_percent.pak",
"$root_gen_dir/ash/components/resources/ash_components_resources_${percent}_percent.pak",
"$root_gen_dir/ash/login/resources/login_resources_${percent}_percent.pak", "$root_gen_dir/ash/login/resources/login_resources_${percent}_percent.pak",
"$root_gen_dir/ash/public/cpp/resources/ash_public_unscaled_resources.pak", "$root_gen_dir/ash/public/cpp/resources/ash_public_unscaled_resources.pak",
"$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak", "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak",
...@@ -40,7 +39,6 @@ template("ash_test_resources") { ...@@ -40,7 +39,6 @@ template("ash_test_resources") {
deps = [ deps = [
"//ash/app_list/resources", "//ash/app_list/resources",
"//ash/components/resources",
"//ash/login/resources", "//ash/login/resources",
"//ash/public/cpp/resources:ash_public_unscaled_resources", "//ash/public/cpp/resources:ash_public_unscaled_resources",
"//mojo/public/js:resources", "//mojo/public/js:resources",
......
...@@ -58,12 +58,10 @@ template("chrome_repack_percent") { ...@@ -58,12 +58,10 @@ template("chrome_repack_percent") {
} }
if (is_chromeos) { if (is_chromeos) {
sources += [ sources += [
"$root_gen_dir/ash/components/resources/ash_components_resources_${percent}_percent.pak",
"$root_gen_dir/ash/login/resources/login_resources_${percent}_percent.pak", "$root_gen_dir/ash/login/resources/login_resources_${percent}_percent.pak",
"$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak", "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak",
] ]
deps += [ deps += [
"//ash/components/resources",
"//ash/login/resources", "//ash/login/resources",
"//ui/chromeos/resources", "//ui/chromeos/resources",
] ]
......
...@@ -141,8 +141,6 @@ def main(): ...@@ -141,8 +141,6 @@ def main():
grd_files = [ grd_files = [
os.path.join(ash_base_dir, 'ash_strings.grd'), os.path.join(ash_base_dir, 'ash_strings.grd'),
os.path.join(ash_components_dir, 'ash_components_strings.grd'), os.path.join(ash_components_dir, 'ash_components_strings.grd'),
os.path.join(ash_components_dir, 'resources',
'ash_components_resources.grd'),
os.path.join(chrome_app_dir, 'chromium_strings.grd'), os.path.join(chrome_app_dir, 'chromium_strings.grd'),
os.path.join(chrome_app_dir, 'generated_resources.grd'), os.path.join(chrome_app_dir, 'generated_resources.grd'),
os.path.join(chrome_app_dir, 'google_chrome_strings.grd'), os.path.join(chrome_app_dir, 'google_chrome_strings.grd'),
......
...@@ -328,9 +328,6 @@ ...@@ -328,9 +328,6 @@
"ash/components/ash_components_strings.grd": { "ash/components/ash_components_strings.grd": {
"messages": [23740], "messages": [23740],
}, },
"ash/components/resources/ash_components_resources.grd": {
"structures": [23955],
},
"ash/keyboard/ui/keyboard_resources.grd": { "ash/keyboard/ui/keyboard_resources.grd": {
"includes": [23960], "includes": [23960],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment