Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: net/BUILD.gn

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ui/webui/about_ui.cc ('k') | net/filter/brotli_source_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 49e2d42f52e99c356566ec188c1dcdee9aacb969..02b77e24c9a4672499e36bebbe7f74e83fc2b920 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -399,7 +399,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" ]
}
« no previous file with comments | « ios/chrome/browser/ui/webui/about_ui.cc ('k') | net/filter/brotli_source_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698