| Index: tools/xdisplaycheck/BUILD.gn
|
| diff --git a/tools/xdisplaycheck/BUILD.gn b/tools/xdisplaycheck/BUILD.gn
|
| index 23a52ae960f74103a2f3d08b1a979e75f228f6e4..779e16365195d35191a60e2d1abd42812344d1b2 100644
|
| --- a/tools/xdisplaycheck/BUILD.gn
|
| +++ b/tools/xdisplaycheck/BUILD.gn
|
| @@ -7,9 +7,9 @@ executable("xdisplaycheck") {
|
| "xdisplaycheck.cc",
|
| ]
|
|
|
| - configs += [
|
| - "//build/config/linux:x11"
|
| - ]
|
| + configs += [ "//build/config/linux:x11" ]
|
|
|
| - deps = [ "//build/config/sanitizers:deps" ]
|
| + deps = [
|
| + "//build/config/sanitizers:deps",
|
| + ]
|
| }
|
|
|