Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / tools / gn / format_test_data / 040.gn
1 # Dewrapping shouldn't cause 80 col to be exceed.
2 # 80 ---------------------------------------------------------------------------
3 if (true) {
4   if (is_win) {
5     cflags = [
6       "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
7     ]
8   }
9 }