Add Media Router Action stub implementation.
[chromium-blink-merge.git] / tools / gn / format_test_data / 040.gn
blob1f4754e2794d30286eb643bf019090925bc66260
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   }