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

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

Issue 2466693002: [Re-land] Add network throttling as enterprise policy (Closed)
Patch Set: [Re-land] Add network throttling as 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 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 "net/network_portal_detector_test_impl.cc", 916 "net/network_portal_detector_test_impl.cc",
917 "net/network_portal_detector_test_impl.h", 917 "net/network_portal_detector_test_impl.h",
918 "net/network_portal_notification_controller.cc", 918 "net/network_portal_notification_controller.cc",
919 "net/network_portal_notification_controller.h", 919 "net/network_portal_notification_controller.h",
920 "net/network_portal_web_dialog.cc", 920 "net/network_portal_web_dialog.cc",
921 "net/network_portal_web_dialog.h", 921 "net/network_portal_web_dialog.h",
922 "net/network_pref_state_observer.cc", 922 "net/network_pref_state_observer.cc",
923 "net/network_pref_state_observer.h", 923 "net/network_pref_state_observer.h",
924 "net/network_state_notifier.cc", 924 "net/network_state_notifier.cc",
925 "net/network_state_notifier.h", 925 "net/network_state_notifier.h",
926 "net/network_throttling_observer.cc",
927 "net/network_throttling_observer.h",
926 "net/shill_error.cc", 928 "net/shill_error.cc",
927 "net/shill_error.h", 929 "net/shill_error.h",
928 "net/wake_on_wifi_connection_observer.cc", 930 "net/wake_on_wifi_connection_observer.cc",
929 "net/wake_on_wifi_connection_observer.h", 931 "net/wake_on_wifi_connection_observer.h",
930 "net/wake_on_wifi_manager.cc", 932 "net/wake_on_wifi_manager.cc",
931 "net/wake_on_wifi_manager.h", 933 "net/wake_on_wifi_manager.h",
932 "note_taking_app_utils.cc", 934 "note_taking_app_utils.cc",
933 "note_taking_app_utils.h", 935 "note_taking_app_utils.h",
934 "options/cert_library.cc", 936 "options/cert_library.cc",
935 "options/cert_library.h", 937 "options/cert_library.h",
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 "login/users/user_manager_unittest.cc", 1477 "login/users/user_manager_unittest.cc",
1476 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1478 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1477 "mobile/mobile_activator_unittest.cc", 1479 "mobile/mobile_activator_unittest.cc",
1478 "mobile_config_unittest.cc", 1480 "mobile_config_unittest.cc",
1479 "net/cert_verify_proc_chromeos_unittest.cc", 1481 "net/cert_verify_proc_chromeos_unittest.cc",
1480 "net/client_cert_store_chromeos_unittest.cc", 1482 "net/client_cert_store_chromeos_unittest.cc",
1481 "net/network_portal_detector_impl_unittest.cc", 1483 "net/network_portal_detector_impl_unittest.cc",
1482 "net/network_portal_notification_controller_unittest.cc", 1484 "net/network_portal_notification_controller_unittest.cc",
1483 "net/network_pref_state_observer_unittest.cc", 1485 "net/network_pref_state_observer_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
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | chrome/common/pref_names.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698