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

Unified Diff: public/BUILD.gn

Issue 541933003: GN: Update heap stubs for android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix paths Created 6 years, 3 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 | « Source/platform/heap/asm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 7ad9a1858dd62d4dcff200207987b55eb2f37d67..867254dd00bc65a083edc5fb596f174e45206dc9 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -4,8 +4,6 @@
import("//tools/grit/grit_rule.gni")
-if (!is_android) {
-
# GYP version: WebKit/public/blink.gyp:blink
group("blink") {
deps = [
@@ -50,8 +48,6 @@ group("all_blink") {
]
}
-} # !is_android
-
config("blink_headers_config") {
include_dirs = [ ".." ]
}
« no previous file with comments | « Source/platform/heap/asm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698