exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 011.golden
blob4ce009ea1dc9a7262bff32a48066e7e3c1ff5285
1 if (is_win) {
2   sources = [
3     "win.cc",
4   ]
5 } else if (is_linux) {
6   sources = [
7     "linux.cc",
8   ]
9 } else {
10   sources = [
11     "wha.cc",
12   ]