Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Side by Side Diff: tools/gn/format_test_data/032.gn

Issue 914873002: Rework handling of os and cpu_arch in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to #316930 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Make sure continued conditions are aligned. 1 # Make sure continued conditions are aligned.
2 if (something) { 2 if (something) {
3 if (false) { 3 if (false) {
4 } else if (is_linux && !is_android && cpu_arch == "x64" && !disable_iterator_d ebugging) { 4 } else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterato r_debugging) {
5 } 5 }
6 } 6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698