| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 88edcb168c49044eb5438ffd47e6a5a4659f62f4..131f7ba273be794ba081eea231e51c7bfa5c7ba4 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -748,6 +748,8 @@ split_static_library("browser") {
|
| "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h",
|
| "net/sth_distributor_provider.cc",
|
| "net/sth_distributor_provider.h",
|
| + "net/system_network_context_manager.cc",
|
| + "net/system_network_context_manager.h",
|
| "net/timed_cache.cc",
|
| "net/timed_cache.h",
|
| "net/url_info.cc",
|
| @@ -1620,6 +1622,7 @@ split_static_library("browser") {
|
| "//content/public/common:feature_h264_with_openh264_ffmpeg",
|
| "//content/public/common:features",
|
| "//content/public/common:service_names",
|
| + "//content/public/network",
|
| "//courgette:courgette_lib",
|
| "//crypto",
|
| "//crypto:platform",
|
|
|