Index: sky/engine/public/BUILD.gn |
diff --git a/sky/engine/public/BUILD.gn b/sky/engine/public/BUILD.gn |
index 8013fda08fc7278bfde3fad175dc1762b748fb16..51b6d169f1ce07a8daaad7afaa5c82065353fb95 100644 |
--- a/sky/engine/public/BUILD.gn |
+++ b/sky/engine/public/BUILD.gn |
@@ -7,22 +7,11 @@ import("//tools/grit/grit_rule.gni") |
group("blink") { |
deps = [ |
":sky_headers", |
- ":sky_minimal", |
"//sky/engine/web", |
"//sky/engine/platform", |
] |
} |
-# This target provides a minimal set of Blink APIs such as WebString to use in |
-# places that cannot link against the full Blink library. FIXME: We really |
-# shouldn't have this at all and should instead remove all uses of Blink's API |
-# types from places that can't link against Blink. crbug.com/248653 |
-group("sky_minimal") { |
- deps = [ |
- "//sky/engine/platform:sky_common", |
- ] |
-} |
- |
group("test_support") { |
deps = [ |
"//sky/engine/web:test_support", |