naiveproxy/tools/gn/format_test_data/033.gn

9 lines
202 B
Plaintext
Raw Permalink Normal View History

2018-08-11 08:35:24 +03:00
# Don't attach trailing comments too far back.
if (!is_android) {
source_set("tcmalloc") {
if (is_win) {
ldflags = [ "/ignore:4006:4221" ]
} # is_win
} # source_set
} # !is_android