exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 059.gn
blobea6fb8e3dc85ad7565f18c0f7ca6e505a17d1804
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")
10 if (type == "android_apk" || type == "java_library" || type == "android_resources" || things == stuff && stuff != 432) {}