# Dewrapping shouldn't cause 80 col to be exceeded.
# 80 ---------------------------------------------------------------------------
if (true) {
  if (is_win) {
    cflags = [
      "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
    ]
  }
}