| Index: components/bookmarks/test/BUILD.gn
|
| diff --git a/components/bookmarks/test/BUILD.gn b/components/bookmarks/test/BUILD.gn
|
| index fbc6e593133900e1a7d6e88e1fbd4858318300d9..3a2c6a98ee2ca66d22183f02770326b96db91eb6 100644
|
| --- a/components/bookmarks/test/BUILD.gn
|
| +++ b/components/bookmarks/test/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import ("//build/config/ui.gni")
|
| +import("//build/config/ui.gni")
|
|
|
| source_set("test") {
|
| testonly = true
|
| @@ -24,8 +24,6 @@ source_set("test") {
|
| ]
|
|
|
| if (use_x11) {
|
| - deps += [
|
| - "//ui/events/platform/x11",
|
| - ]
|
| + deps += [ "//ui/events/platform/x11" ]
|
| }
|
| }
|
|
|