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

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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 "net/network_portal_detector_test_impl.cc", 917 "net/network_portal_detector_test_impl.cc",
918 "net/network_portal_detector_test_impl.h", 918 "net/network_portal_detector_test_impl.h",
919 "net/network_portal_notification_controller.cc", 919 "net/network_portal_notification_controller.cc",
920 "net/network_portal_notification_controller.h", 920 "net/network_portal_notification_controller.h",
921 "net/network_portal_web_dialog.cc", 921 "net/network_portal_web_dialog.cc",
922 "net/network_portal_web_dialog.h", 922 "net/network_portal_web_dialog.h",
923 "net/network_pref_state_observer.cc", 923 "net/network_pref_state_observer.cc",
924 "net/network_pref_state_observer.h", 924 "net/network_pref_state_observer.h",
925 "net/network_state_notifier.cc", 925 "net/network_state_notifier.cc",
926 "net/network_state_notifier.h", 926 "net/network_state_notifier.h",
927 "net/network_throttling_observer.cc",
928 "net/network_throttling_observer.h",
927 "net/shill_error.cc", 929 "net/shill_error.cc",
928 "net/shill_error.h", 930 "net/shill_error.h",
929 "net/wake_on_wifi_connection_observer.cc", 931 "net/wake_on_wifi_connection_observer.cc",
930 "net/wake_on_wifi_connection_observer.h", 932 "net/wake_on_wifi_connection_observer.h",
931 "net/wake_on_wifi_manager.cc", 933 "net/wake_on_wifi_manager.cc",
932 "net/wake_on_wifi_manager.h", 934 "net/wake_on_wifi_manager.h",
933 "note_taking_app_utils.cc", 935 "note_taking_app_utils.cc",
934 "note_taking_app_utils.h", 936 "note_taking_app_utils.h",
935 "options/cert_library.cc", 937 "options/cert_library.cc",
936 "options/cert_library.h", 938 "options/cert_library.h",
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_pref_state_observer_unittest.cc", 1486 "net/network_pref_state_observer_unittest.cc",
1485 "net/network_state_notifier_unittest.cc", 1487 "net/network_state_notifier_unittest.cc",
1488 "net/network_throttling_observer_unittest.cc",
1486 "net/wake_on_wifi_manager_unittest.cc", 1489 "net/wake_on_wifi_manager_unittest.cc",
1487 "options/network_property_ui_data_unittest.cc", 1490 "options/network_property_ui_data_unittest.cc",
1488 "ownership/fake_owner_settings_service.cc", 1491 "ownership/fake_owner_settings_service.cc",
1489 "ownership/fake_owner_settings_service.h", 1492 "ownership/fake_owner_settings_service.h",
1490 "ownership/owner_settings_service_chromeos_unittest.cc", 1493 "ownership/owner_settings_service_chromeos_unittest.cc",
1491 "policy/affiliated_cloud_policy_invalidator_unittest.cc", 1494 "policy/affiliated_cloud_policy_invalidator_unittest.cc",
1492 "policy/affiliated_invalidation_service_provider_impl_unittest.cc", 1495 "policy/affiliated_invalidation_service_provider_impl_unittest.cc",
1493 "policy/android_management_client_unittest.cc", 1496 "policy/android_management_client_unittest.cc",
1494 "policy/auto_enrollment_client_unittest.cc", 1497 "policy/auto_enrollment_client_unittest.cc",
1495 "policy/bluetooth_policy_handler_unittest.cc", 1498 "policy/bluetooth_policy_handler_unittest.cc",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 "policy/proto/chrome_device_policy.proto", 1632 "policy/proto/chrome_device_policy.proto",
1630 "policy/proto/install_attributes.proto", 1633 "policy/proto/install_attributes.proto",
1631 ] 1634 ]
1632 } 1635 }
1633 1636
1634 proto_library("attestation_proto") { 1637 proto_library("attestation_proto") {
1635 sources = [ 1638 sources = [
1636 "attestation/attestation_key_payload.proto", 1639 "attestation/attestation_key_payload.proto",
1637 ] 1640 ]
1638 } 1641 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | chrome/common/pref_names.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698