 Chromium Code Reviews
 Chromium Code Reviews Issue 2537133002:
  Update brotli to v1.0.0-snapshot.  (Closed)
    
  
    Issue 2537133002:
  Update brotli to v1.0.0-snapshot.  (Closed) 
  | Index: net/BUILD.gn | 
| diff --git a/net/BUILD.gn b/net/BUILD.gn | 
| index e61d0a908a9ca0d18d79d38ffb09d87676e900b1..b2f62f9e1430abe521b62d1498222d4cc514c8a0 100644 | 
| --- a/net/BUILD.gn | 
| +++ b/net/BUILD.gn | 
| @@ -387,7 +387,7 @@ component("net") { | 
| # Brotli support. | 
| if (!disable_brotli_filter) { | 
| sources += [ "filter/brotli_source_stream.cc" ] | 
| - deps += [ "//third_party/brotli" ] | 
| + deps += [ "//third_party/brotli:dec" ] | 
| } else { | 
| sources += [ "filter/brotli_source_stream_disabled.cc" ] | 
| } |