Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / tools / gn / format_test_data / 032.gn
blobfceaa74a1cb55142f765a28ccc3fda9b666f7963
1 # Make sure continued conditions are aligned.
2 if (something) {
3   if (false) {
4   } else if (is_linux && !is_android && cpu_arch == "x64" && !disable_iterator_debugging) {