| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index c6255f343bd0c746fe2eae5fe8449a76f107fab5..c9d20a91aaef5e53744f9821f15637642821f790 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -485,10 +485,6 @@ template("chrome_repack_percent") {
|
| [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
|
| deps += [ "//ash/resources" ]
|
| }
|
| - if (use_athena) {
|
| - sources += [ "$root_gen_dir/athena/resources/athena_resources_${percent}_percent.pak" ]
|
| - deps += [ "//athena/resources" ]
|
| - }
|
| if (is_chromeos) {
|
| sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak" ]
|
| deps += [ "//ui/chromeos/resources" ]
|
|
|