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

Unified Diff: public/BUILD.gn

Issue 325053002: GN: Remove all_blink target on android builds, it does not work yet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | 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 41d2bac558fed94c40d62420423b2309f2a38a81..fb92488439eeb6c39cb7c008f5b0b2a703b33e6c 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+if (!is_android) {
+
group("all_blink") {
deps = [
"//third_party/WebKit/Source/core",
@@ -10,6 +12,8 @@ group("all_blink") {
]
}
+}
+
config("blink_headers_config") {
include_dirs = [ ".." ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698