exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 059.golden
blob423e88882e13da453270432219e8bbea0397e873
1 assert(type == "android_apk" || type == "java_library" ||
2        type == "android_resources" || (things == stuff && stuff != 432))
4 assert(type == "android_apk" || type == "java_library" ||
5            type == "android_resources",
6        type == "android_apk" || type == "java_library" ||
7            type == "android_resources")
9 if (type == "android_apk" || type == "java_library" ||
10     type == "android_resources" || (things == stuff && stuff != 432)) {