Commit 82cc2d21 by Yuly Novikov Committed by Commit Bot

Really fix iOS build

Complete the fix started in http://crrev.com/c/2812698 Bug: angleproject:5811 Change-Id: I9fa50b31dda116e01203d65d47dc6420391e999d Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2818243 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent af58be7e
...@@ -467,6 +467,10 @@ template("angle_trace_fixture") { ...@@ -467,6 +467,10 @@ template("angle_trace_fixture") {
if (defined(invoker.public_configs)) { if (defined(invoker.public_configs)) {
public_configs += invoker.public_configs public_configs += invoker.public_configs
} }
if (is_ios) {
# shared libraries are hidden inside ios_framework_bundle, but we include headers from them
check_includes = false
}
} }
} }
......
...@@ -22,10 +22,6 @@ angle_trace_fixture("angle_restricted_trace_fixture") { ...@@ -22,10 +22,6 @@ angle_trace_fixture("angle_restricted_trace_fixture") {
gl_header = "angle_trace_gl.h" gl_header = "angle_trace_gl.h"
public_deps = [ ":angle_restricted_trace_loader" ] public_deps = [ ":angle_restricted_trace_loader" ]
public_configs = [ "$angle_root:no_gl_prototypes" ] public_configs = [ "$angle_root:no_gl_prototypes" ]
if (is_ios) {
# shared libraries are hidden inside ios_framework_bundle, but we include headers from them
check_includes = false
}
} }
# Imports "angle_restricted_traces" # Imports "angle_restricted_traces"
......
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