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

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: update w/ review comments 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
« no previous file with comments | « tools/gn/example/build/BUILD.gn ('k') | tools/gn/format_test_data/032.golden » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/gn/example/build/BUILD.gn ('k') | tools/gn/format_test_data/032.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698