Commit 1a7d040a authored by jamesr@chromium.org's avatar jamesr@chromium.org

GN: Remove all_blink target on android builds, it does not work yet

TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/325053002

git-svn-id: svn://svn.chromium.org/blink/trunk@175920 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 55bbe50e
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
if (!is_android) {
group("all_blink") { group("all_blink") {
deps = [ deps = [
"//third_party/WebKit/Source/core", "//third_party/WebKit/Source/core",
...@@ -10,6 +12,8 @@ group("all_blink") { ...@@ -10,6 +12,8 @@ group("all_blink") {
] ]
} }
}
config("blink_headers_config") { config("blink_headers_config") {
include_dirs = [ ".." ] include_dirs = [ ".." ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment