| Index: third_party/brotli/BUILD.gn
|
| diff --git a/third_party/brotli/BUILD.gn b/third_party/brotli/BUILD.gn
|
| index 73fb5b9212b10f931ad23a3e55e43826c7f6ebee..fa856ee5026f0d24e7067c99d0ead6886a07cbc3 100644
|
| --- a/third_party/brotli/BUILD.gn
|
| +++ b/third_party/brotli/BUILD.gn
|
| @@ -42,7 +42,9 @@ source_set("woff2_dec") {
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| - deps = [ ":brotli" ]
|
| + deps = [
|
| + ":brotli",
|
| + ]
|
|
|
| include_dirs = [
|
| "src/brotli/dec",
|
|
|