| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index f59ef266dbf77f162b662d1f1fc5646236fd284b..ac06cd975dc371807862590e6736671d41d0f127 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -220,8 +220,6 @@ split_static_library("browser") {
|
| "chrome_content_browser_client_parts.h",
|
| "chrome_device_client.cc",
|
| "chrome_device_client.h",
|
| - "chrome_net_benchmarking_message_filter.cc",
|
| - "chrome_net_benchmarking_message_filter.h",
|
| "chrome_notification_types.h",
|
| "chrome_quota_permission_context.cc",
|
| "chrome_quota_permission_context.h",
|
| @@ -696,6 +694,8 @@ split_static_library("browser") {
|
| "net/timed_cache.h",
|
| "net/url_info.cc",
|
| "net/url_info.h",
|
| + "net_benchmarking_impl.cc",
|
| + "net_benchmarking_impl.h",
|
| "notifications/alert_dispatcher_mac.h",
|
| "notifications/desktop_notification_profile_util.cc",
|
| "notifications/desktop_notification_profile_util.h",
|
|
|