naiveproxy/tools/gn/format_test_data/033.golden

9 lines
202 B
Plaintext
Raw Permalink Normal View History

2018-02-02 13:49:39 +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