Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2364703002: Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add network bandwidth throttling as an enterprise policy Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "net/network_portal_detector_impl.cc", 919 "net/network_portal_detector_impl.cc",
920 "net/network_portal_detector_impl.h", 920 "net/network_portal_detector_impl.h",
921 "net/network_portal_detector_test_impl.cc", 921 "net/network_portal_detector_test_impl.cc",
922 "net/network_portal_detector_test_impl.h", 922 "net/network_portal_detector_test_impl.h",
923 "net/network_portal_notification_controller.cc", 923 "net/network_portal_notification_controller.cc",
924 "net/network_portal_notification_controller.h", 924 "net/network_portal_notification_controller.h",
925 "net/network_portal_web_dialog.cc", 925 "net/network_portal_web_dialog.cc",
926 "net/network_portal_web_dialog.h", 926 "net/network_portal_web_dialog.h",
927 "net/network_state_notifier.cc", 927 "net/network_state_notifier.cc",
928 "net/network_state_notifier.h", 928 "net/network_state_notifier.h",
929 "net/network_throttling_observer.cc",
930 "net/network_throttling_observer.h",
929 "net/onc_utils.cc", 931 "net/onc_utils.cc",
930 "net/onc_utils.h", 932 "net/onc_utils.h",
931 "net/proxy_config_handler.cc", 933 "net/proxy_config_handler.cc",
932 "net/proxy_config_handler.h", 934 "net/proxy_config_handler.h",
933 "net/shill_error.cc", 935 "net/shill_error.cc",
934 "net/shill_error.h", 936 "net/shill_error.h",
935 "net/wake_on_wifi_connection_observer.cc", 937 "net/wake_on_wifi_connection_observer.cc",
936 "net/wake_on_wifi_connection_observer.h", 938 "net/wake_on_wifi_connection_observer.h",
937 "net/wake_on_wifi_manager.cc", 939 "net/wake_on_wifi_manager.cc",
938 "net/wake_on_wifi_manager.h", 940 "net/wake_on_wifi_manager.h",
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 "login/users/multi_profile_user_controller_unittest.cc", 1477 "login/users/multi_profile_user_controller_unittest.cc",
1476 "login/users/user_manager_unittest.cc", 1478 "login/users/user_manager_unittest.cc",
1477 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1479 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1478 "mobile/mobile_activator_unittest.cc", 1480 "mobile/mobile_activator_unittest.cc",
1479 "mobile_config_unittest.cc", 1481 "mobile_config_unittest.cc",
1480 "net/cert_verify_proc_chromeos_unittest.cc", 1482 "net/cert_verify_proc_chromeos_unittest.cc",
1481 "net/client_cert_store_chromeos_unittest.cc", 1483 "net/client_cert_store_chromeos_unittest.cc",
1482 "net/network_portal_detector_impl_unittest.cc", 1484 "net/network_portal_detector_impl_unittest.cc",
1483 "net/network_portal_notification_controller_unittest.cc", 1485 "net/network_portal_notification_controller_unittest.cc",
1484 "net/network_state_notifier_unittest.cc", 1486 "net/network_state_notifier_unittest.cc",
1487 "net/network_throttling_observer_unittest.cc",
1485 "net/wake_on_wifi_manager_unittest.cc", 1488 "net/wake_on_wifi_manager_unittest.cc",
1486 "options/network_property_ui_data_unittest.cc", 1489 "options/network_property_ui_data_unittest.cc",
1487 "ownership/fake_owner_settings_service.cc", 1490 "ownership/fake_owner_settings_service.cc",
1488 "ownership/fake_owner_settings_service.h", 1491 "ownership/fake_owner_settings_service.h",
1489 "ownership/owner_settings_service_chromeos_unittest.cc", 1492 "ownership/owner_settings_service_chromeos_unittest.cc",
1490 "policy/affiliated_cloud_policy_invalidator_unittest.cc", 1493 "policy/affiliated_cloud_policy_invalidator_unittest.cc",
1491 "policy/affiliated_invalidation_service_provider_impl_unittest.cc", 1494 "policy/affiliated_invalidation_service_provider_impl_unittest.cc",
1492 "policy/android_management_client_unittest.cc", 1495 "policy/android_management_client_unittest.cc",
1493 "policy/auto_enrollment_client_unittest.cc", 1496 "policy/auto_enrollment_client_unittest.cc",
1494 "policy/bluetooth_policy_handler_unittest.cc", 1497 "policy/bluetooth_policy_handler_unittest.cc",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 "policy/proto/chrome_device_policy.proto", 1631 "policy/proto/chrome_device_policy.proto",
1629 "policy/proto/install_attributes.proto", 1632 "policy/proto/install_attributes.proto",
1630 ] 1633 ]
1631 } 1634 }
1632 1635
1633 proto_library("attestation_proto") { 1636 proto_library("attestation_proto") {
1634 sources = [ 1637 sources = [
1635 "attestation/attestation_key_payload.proto", 1638 "attestation/attestation_key_payload.proto",
1636 ] 1639 ]
1637 } 1640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698