| Index: tools/gn/secondary/chrome/BUILD.gn
|
| diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
|
| index 7ef82aa50209bcca46f3fbbeaf3bd3e844628dac..0bc8486f88451851a2c752d016e52a27d9857785 100644
|
| --- a/tools/gn/secondary/chrome/BUILD.gn
|
| +++ b/tools/gn/secondary/chrome/BUILD.gn
|
| @@ -152,7 +152,7 @@ source_set("debugger") {
|
| "browser/devtools/devtools_window.cc",
|
| "browser/devtools/remote_debugging_server.cc",
|
| ]
|
| - deps -= "//third_party/libusb"
|
| + deps -= [ "//third_party/libusb" ]
|
| }
|
|
|
| # TODO implement debug_devtools
|
|
|