diff options
Diffstat (limited to 'chrome/common/net')
-rw-r--r-- | chrome/common/net/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn index 143512d..0794d86 100644 --- a/chrome/common/net/BUILD.gn +++ b/chrome/common/net/BUILD.gn @@ -26,6 +26,7 @@ static_library("net") { "//net", "//net:net_resources", "//third_party/icu", + "//ui/base/", ] if (is_ios) { |