naiveproxy/tools/gn/format_test_data/059.gn
2018-08-11 05:35:24 +00:00

11 lines
446 B
Plaintext

assert(type == "android_apk" || type == "java_library" ||
type == "android_resources" || things == stuff && stuff != 432)
assert(type == "android_apk" || type == "java_library" ||
type == "android_resources",
type == "android_apk" || type == "java_library" ||
type == "android_resources")
if (type == "android_apk" || type == "java_library" || type == "android_resources" || things == stuff && stuff != 432) {}