repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git]
/
tools
/
gn
/
format_test_data
/
042.golden
blob
1968d0acd94f7c846fc4e70e074c777c3762bb65
1
# Test zero, one, and multiple element for specifically named LHSs.
2
if (true) {
3
cflags = []
4
cflags_c = []
5
cflags_cc = []
6
data = []
7
datadeps = []
8
defines = []
9
deps = []
10
include_dirs = []
11
inputs = []
12
ldflags = []
13
outputs = []
14
public_deps = []
15
sources = []
16
} else if (true) {
17
cflags = [ "x" ]
18
cflags_c = [ "x" ]
19
cflags_cc = [ "x" ]
20
data = [
21
"x",
22
]
23
datadeps = [
24
"x",
25
]
26
defines = [ "x" ]
27
deps = [
28
"x",
29
]
30
include_dirs = [ "x" ]
31
inputs = [
32
"x",
33
]
34
ldflags = [ "x" ]
35
outputs = [
36
"x",
37
]
38
public_deps = [
39
"x",
40
]
41
sources = [
42
"x",
43
]
44
} else {
45
cflags = [
46
"x",
47
"y",
48
"z",
49
]
50
cflags_c = [
51
"x",
52
"y",
53
"z",
54
]
55
cflags_cc = [
56
"x",
57
"y",
58
"z",
59
]
60
data = [
61
"x",
62
"y",
63
"z",
64
]
65
datadeps = [
66
"x",
67
"y",
68
"z",
69
]
70
defines = [
71
"x",
72
"y",
73
"z",
74
]
75
deps = [
76
"x",
77
"y",
78
"z",
79
]
80
include_dirs = [
81
"x",
82
"y",
83
"z",
84
]
85
inputs = [
86
"x",
87
"y",
88
"z",
89
]
90
ldflags = [
91
"x",
92
"y",
93
"z",
94
]
95
outputs = [
96
"x",
97
"y",
98
"z",
99
]
100
public_deps = [
101
"x",
102
"y",
103
"z",
104
]
105
sources = [
106
"x",
107
"y",
108
"z",
109
]
110
}