exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 062.golden
blobe939e449a057b69234cfb447328eb898c8c8bca5
1 # Sorting, making sure we don't detach comments.
3 sources = []
5 sources = [
6   "x.cc",
9 sources = [
10   "/a",
11   "/b",
12   "/c",
14   # End of block.
17 sources += [
18   # Start of block, separate.
20   "a",
21   "b",
22   "c",
25 sources += [
26   "a",
27   "y.cc",
29   # Attached comment.
30   "y.h",
31   "y.mm",
32   "y.rc",
33   "z",
34   "z2",
37 sources += [
38   "z",
39   "z2",
41   # Block comment.
43   "a",
44   "y.cc",
45   "y.h",
46   "y.mm",
47   "y.rc",
50 sources += [
51   "z",
52   "z2",
54   #
55   # Multiline block comment.
56   #
58   "a",
59   "y.cc",
60   "y.h",
61   "y.mm",
62   "y.rc",
65 # With identifiers.
66 sources += [
67   "a",
68   "b",
69   "c",
70   abcd,
71   some_other_thing,
74 # With accessors.
75 sources += [
76   "a",
77   "b",
78   "c",
79   invoker.stuff,
80   wee[0],
83 # Various separated blocks.
84 sources -= [
85   # Fix this test to build on Windows.
86   "focus_cycler_unittest.cc",
88   # All tests for multiple displays: not supported on Windows Ash.
89   "wm/drag_window_resizer_unittest.cc",
91   # Accelerometer is only available on Chrome OS.
92   "wm/maximize_mode/maximize_mode_controller_unittest.cc",
94   # Can't resize on Windows Ash. http://crbug.com/165962
95   "autoclick/autoclick_unittest.cc",
96   "magnifier/magnification_controller_unittest.cc",
97   "sticky_keys/sticky_keys_overlay_unittest.cc",
98   "system/tray/media_security/multi_profile_media_tray_item_unittest.cc",
99   "virtual_keyboard_controller_unittest.cc",
101   # Attached 1.
102   # Attached 2.
103   "wm/workspace/workspace_window_resizer_unittest.cc",
105   # Separated at end.
106   "zzzzzzzzzzzzzz.cc",
109 sources += [
110   "srtp/crypto/include/xfm.h",
112   # sources
113   "srtp/crypto/rng/prng.c",
114   "srtp/crypto/rng/rand_source.c",
115   "srtp/srtp/ekt.c",
116   "srtp/srtp/srtp.c",