| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 35a9209b3e590ab43cc7ad638d7f787f2bf21bd4..46c660b39c03178048fba41d528fb198fd6fe173 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -224,8 +224,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.cc",
|
| + "net_benchmarking.h",
|
| "notifications/alert_dispatcher_mac.h",
|
| "notifications/desktop_notification_profile_util.cc",
|
| "notifications/desktop_notification_profile_util.h",
|
|
|