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

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

Issue 678533002: Fix sky build on android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/BUILD.gn
diff --git a/sky/engine/public/BUILD.gn b/sky/engine/public/BUILD.gn
index 4b82ed1020611cb1b1e8b5a05be7baa98727dda2..8013fda08fc7278bfde3fad175dc1762b748fb16 100644
--- a/sky/engine/public/BUILD.gn
+++ b/sky/engine/public/BUILD.gn
@@ -4,8 +4,6 @@
import("//tools/grit/grit_rule.gni")
-if (!is_android) {
-
group("blink") {
deps = [
":sky_headers",
@@ -31,8 +29,6 @@ group("test_support") {
]
}
-} # !is_android
-
config("sky_headers_config") {
include_dirs = [ ".." ]
}
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698