Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: sky/engine/public/BUILD.gn

Issue 663483006: Fix sky to pass 'gn check' (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Moar redundant Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698