Commit e1fd475b by Jamie Madill Committed by Commit Bot

Apply release asserts config to all dependents.

Our test sets (e.g. angle_perftests) were not having the config applied. BUG=angleproject:747 Change-Id: Idd3a2cba214d38a923c1936787f9dec4bd016326 Reviewed-on: https://chromium-review.googlesource.com/487730Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 2aadbfc3
...@@ -167,10 +167,8 @@ static_library("angle_common") { ...@@ -167,10 +167,8 @@ static_library("angle_common") {
public_deps = [ public_deps = [
":commit_id", ":commit_id",
] ]
public_configs = [ public_configs = [ ":angle_common_config" ]
":angle_release_asserts_config", all_dependent_configs = [ ":angle_release_asserts_config" ]
":angle_common_config",
]
} }
config("angle_image_util_config") { config("angle_image_util_config") {
......
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