1 # 80 ---------------------------------------------------------------------------
2 # Because there is a difference in precedence level between || and &&
6 # Because parens are not stored in the parse tree, the formatter recreates the
7 # minimally required set to maintain meaning. However, this particular case can
8 # be confusing for human readers, so we special case these ones and add
9 # strictly-unnecessary parens.
11 supports_android = is_apk || is_android_resources ||
12 (is_java_library && defined(invoker.supports_android) &&
13 invoker.supports_android)
15 enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
16 enable_one_click_signin = (is_linux && !is_chromeos) || is_win || is_mac