Skip to content
Snippets Groups Projects
Commit c6472f61 authored by Thiago Farina's avatar Thiago Farina Committed by Commit Bot
Browse files

third_party/zlib: fix for "gn check"

compression_utils target include from //base and thus should depend
on it.

Checked on Linux with the following command line:

$ gn check --force gn-ninja-out/local-dbg --args='is_debug=true
is_component_build=true symbol_level=1' //third_party/zlib/*

BUG=367595

Change-Id: Ic2ebfc5ff441eae4f4b2a2c0a7eca7024e6fe33f
Reviewed-on: https://chromium-review.googlesource.com/508355


Commit-Queue: Thiago Farina <tfarina@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Reviewed-by: default avatarSatoru Takabayashi <satorux@google.com>
Reviewed-by: default avatarMatt Sarett <msarett@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#473187}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 3fe737215d4305f8766db04b2a4dfe15087b5b9a
parent bc23d3cd
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ if (build_with_chromium) {
]
deps = [
":zlib",
"//base",
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment