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

Unified Diff: tools/gn/format_test_data/008.golden

Issue 731923003: gn format: Make defines, deps, and sources lists always multline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/format_test_data/007.golden ('k') | tools/gn/format_test_data/009.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/008.golden
diff --git a/tools/gn/format_test_data/008.golden b/tools/gn/format_test_data/008.golden
index 8e4c5f1bbf26fc8e408b6bc23cac777f64384de8..aec281ab95276c12a3f4f6117a8a3e5ff4d43684 100644
--- a/tools/gn/format_test_data/008.golden
+++ b/tools/gn/format_test_data/008.golden
@@ -1,3 +1,5 @@
if (is_win) {
- sources = [ "win.cc" ]
+ sources = [
+ "win.cc",
+ ]
}
« no previous file with comments | « tools/gn/format_test_data/007.golden ('k') | tools/gn/format_test_data/009.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698