| Index: tools/gn/format_test_data/019.gn
|
| diff --git a/tools/gn/format_test_data/019.gn b/tools/gn/format_test_data/019.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..48772b9ded852d912b331e8368039127949e72d5
|
| --- /dev/null
|
| +++ b/tools/gn/format_test_data/019.gn
|
| @@ -0,0 +1,23 @@
|
| +# Make sure blank lines are maintained before comments in lists.
|
| +
|
| +deps = [
|
| + "//pdf", # Not compiled on Android in GYP yet, either.
|
| + "//ppapi:ppapi_c",
|
| + "//third_party/libusb",
|
| + "//ui/keyboard", # Blocked on content.
|
| +
|
| + # Seems to not be compiled on Android. Otherwise it will need a config.h.
|
| + "//third_party/libxslt",
|
| +
|
| + # Not relevant to Android.
|
| + "//ash",
|
| + "//tools/gn",
|
| +
|
| + # Multiple line
|
| + # comment
|
| + # here.
|
| + "//ui/aura",
|
| + "//ui/display",
|
| + "//ui/views",
|
| + "//ui/views/controls/webview",
|
| +]
|
|
|