Commit 9e2bd7af authored by rsesek's avatar rsesek Committed by Commit bot

GN: Change libpng to be a group rather than a static_library, since it has no sources.

BUG=416829
R=brettw@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#296566}
parent be6c4ccb
...@@ -74,7 +74,7 @@ if (is_win) { ...@@ -74,7 +74,7 @@ if (is_win) {
public_deps = [ ":libpng_sources" ] public_deps = [ ":libpng_sources" ]
} }
} else { } else {
static_library("libpng") { group("libpng") {
public_deps = [ ":libpng_sources" ] public_deps = [ ":libpng_sources" ]
} }
} }
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