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

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

Issue 780543003: gn format: Add 'outputs' to preferred-multiline lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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
« tools/gn/command_format.cc ('K') | « tools/gn/format_test_data/042.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/042.golden
diff --git a/tools/gn/format_test_data/042.golden b/tools/gn/format_test_data/042.golden
index 983cec2bc3936f98dc5de4236d80cc42009f65f5..1968d0acd94f7c846fc4e70e074c777c3762bb65 100644
--- a/tools/gn/format_test_data/042.golden
+++ b/tools/gn/format_test_data/042.golden
@@ -10,6 +10,7 @@ if (true) {
include_dirs = []
inputs = []
ldflags = []
+ outputs = []
public_deps = []
sources = []
} else if (true) {
@@ -31,6 +32,9 @@ if (true) {
"x",
]
ldflags = [ "x" ]
+ outputs = [
+ "x",
+ ]
public_deps = [
"x",
]
@@ -88,6 +92,11 @@ if (true) {
"y",
"z",
]
+ outputs = [
+ "x",
+ "y",
+ "z",
+ ]
public_deps = [
"x",
"y",
« tools/gn/command_format.cc ('K') | « tools/gn/format_test_data/042.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698