| Index: ui/resources/BUILD.gn
|
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
|
| index 240781ae0602f53a35c0438d66a4038300c316f2..5d233ae20fa4e16a6f4af39bdfd03615cb9c5745 100644
|
| --- a/ui/resources/BUILD.gn
|
| +++ b/ui/resources/BUILD.gn
|
| @@ -107,11 +107,14 @@ repack("repack_ui_test_pak") {
|
| output = "$root_out_dir/ui_test.pak"
|
|
|
| deps = [
|
| - "//third_party/WebKit/public:resources_grit",
|
| "//ui/resources",
|
| "//ui/strings",
|
| ]
|
|
|
| + if (!is_ios) {
|
| + deps += [ "//third_party/WebKit/public:resources_grit" ]
|
| + }
|
| +
|
| if (!is_mac) {
|
| deps += [ ":copy_ui_resources_100_percent" ]
|
| }
|
|
|