Index: ui/web_dialogs/BUILD.gn |
diff --git a/ui/web_dialogs/BUILD.gn b/ui/web_dialogs/BUILD.gn |
index 3f8f4cd7bc111edfa02457b45d2b47e67e7bb903..8f24d8eb631f969f0905684d887c4a9043dfe1be 100644 |
--- a/ui/web_dialogs/BUILD.gn |
+++ b/ui/web_dialogs/BUILD.gn |
@@ -23,8 +23,11 @@ component("web_dialogs") { |
"//skia", |
"//ui/base", |
"//url", |
- "//third_party/WebKit/public:blink_minimal", |
] |
+ |
+ if (!is_ios) { |
+ deps += [ "//third_party/WebKit/public:blink_minimal" ] |
+ } |
} |
static_library("test_support") { |