Commit fc01b28a authored by mukai's avatar mukai Committed by Commit bot

Changes the location of the component resources in GN.

BUG=401588
R=brettw@chromium.org, thestig@chromium.org, blundell@chromium.org
TEST=manually

Review URL: https://codereview.chromium.org/637163002

Cr-Commit-Position: refs/heads/master@{#299067}
parent 873c328d
......@@ -334,7 +334,7 @@ repack("packed_extra_resources") {
"$root_gen_dir/chrome/signin_internals_resources.pak",
"$root_gen_dir/chrome/sync_internals_resources.pak",
"$root_gen_dir/chrome/translate_internals_resources.pak",
"$root_gen_dir/components/resources/components_resources.pak",
"$root_gen_dir/components/components_resources.pak",
"$root_gen_dir/net/net_resources.pak",
"$root_gen_dir/ui/resources/webui_resources.pak",
]
......@@ -451,7 +451,7 @@ template("chrome_repack_percent") {
visibility = [ ":$copy_name" ]
# All sources should also have deps for completeness.
sources = [
"$root_gen_dir/components/resources/components_resources_${percent}_percent.pak",
"$root_gen_dir/components/components_resources_${percent}_percent.pak",
"$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
"$root_gen_dir/chrome/renderer_resources_${percent}_percent.pak",
"$root_gen_dir/chrome/theme_resources_${percent}_percent.pak",
......
......@@ -22,6 +22,7 @@ grit("components_resources") {
"grit/components_resources.h",
"components_resources.pak",
]
output_dir = "$root_gen_dir/components"
}
# GYP version: components/components_resources.gyp
......@@ -35,4 +36,5 @@ grit("components_scaled_resources") {
"components_resources_100_percent.pak",
"components_resources_200_percent.pak",
]
output_dir = "$root_gen_dir/components"
}
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