exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 042.gn
blobb827f29e0704b8ec793955fd7690982593557a22
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 = [ "x" ]
21   datadeps = [ "x" ]
22   defines = [ "x" ]
23   deps = [ "x" ]
24   include_dirs = [ "x" ]
25   inputs = [ "x" ]
26   ldflags = [ "x" ]
27   outputs = [ "x" ]
28   public_deps = [ "x" ]
29   sources = [ "x" ]
30 } else {
31   cflags = [ "x", "y", "z"]
32   cflags_c = [ "x", "y", "z"]
33   cflags_cc = [ "x", "y", "z"]
34   data = [ "x", "y", "z"]
35   datadeps = [ "x", "y", "z"]
36   defines = [ "x", "y", "z"]
37   deps = [ "x", "y", "z"]
38   include_dirs = [ "x", "y", "z"]
39   inputs = [ "x", "y", "z"]
40   ldflags = [ "x", "y", "z"]
41   outputs = [ "x", "y", "z"]
42   public_deps = [ "x", "y", "z"]
43   sources = [ "x", "y", "z"]