Fixed build with disable_brotli_filter=True

I have been working on the issue with
https://ci.chromium.org/p/chrome/builders/ci/ios-web-view-canary-debug-device/7

ERROR at //net/socket/ssl_client_socket_impl.cc:64:11: Include not allowed.
#include "third_party/brotli/include/brotli/decode.h"
          ^-----------------------------------------
It is not in any dependency of
  //net:net
The include file is in the target(s):
  //third_party/brotli:headers
which should somehow be reachable.

Bug: 942672
Change-Id: If92f904984223eef0d431f990228092ebbadf594
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526630
Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org>
Reviewed-by: Adam Langley <agl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#641723}
1 file changed