| Index: chrome/browser/chromeos/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
|
| index aeef112eb43f40fc2082fffca64a99ec475604dc..9d9bf0d98e7de9c786b04ae272cf4a0dd46a9267 100644
|
| --- a/chrome/browser/chromeos/BUILD.gn
|
| +++ b/chrome/browser/chromeos/BUILD.gn
|
| @@ -918,6 +918,8 @@ source_set("chromeos") {
|
| "net/network_portal_web_dialog.h",
|
| "net/network_state_notifier.cc",
|
| "net/network_state_notifier.h",
|
| + "net/network_throttling_observer.cc",
|
| + "net/network_throttling_observer.h",
|
| "net/shill_error.cc",
|
| "net/shill_error.h",
|
| "net/wake_on_wifi_connection_observer.cc",
|
| @@ -1464,6 +1466,7 @@ source_set("unit_tests") {
|
| "net/network_portal_detector_impl_unittest.cc",
|
| "net/network_portal_notification_controller_unittest.cc",
|
| "net/network_state_notifier_unittest.cc",
|
| + "net/network_throttling_observer_unittest.cc",
|
| "net/wake_on_wifi_manager_unittest.cc",
|
| "options/network_property_ui_data_unittest.cc",
|
| "ownership/fake_owner_settings_service.cc",
|
|
|