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

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

Issue 2463023002: Revert of Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted by hand 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 "net/network_portal_detector_impl.cc", 914 "net/network_portal_detector_impl.cc",
915 "net/network_portal_detector_impl.h", 915 "net/network_portal_detector_impl.h",
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_state_notifier.cc", 922 "net/network_state_notifier.cc",
923 "net/network_state_notifier.h", 923 "net/network_state_notifier.h",
924 "net/network_throttling_observer.cc",
925 "net/network_throttling_observer.h",
926 "net/shill_error.cc", 924 "net/shill_error.cc",
927 "net/shill_error.h", 925 "net/shill_error.h",
928 "net/wake_on_wifi_connection_observer.cc", 926 "net/wake_on_wifi_connection_observer.cc",
929 "net/wake_on_wifi_connection_observer.h", 927 "net/wake_on_wifi_connection_observer.h",
930 "net/wake_on_wifi_manager.cc", 928 "net/wake_on_wifi_manager.cc",
931 "net/wake_on_wifi_manager.h", 929 "net/wake_on_wifi_manager.h",
932 "note_taking_app_utils.cc", 930 "note_taking_app_utils.cc",
933 "note_taking_app_utils.h", 931 "note_taking_app_utils.h",
934 "options/cert_library.cc", 932 "options/cert_library.cc",
935 "options/cert_library.h", 933 "options/cert_library.h",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 "login/users/multi_profile_user_controller_unittest.cc", 1460 "login/users/multi_profile_user_controller_unittest.cc",
1463 "login/users/user_manager_unittest.cc", 1461 "login/users/user_manager_unittest.cc",
1464 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1462 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1465 "mobile/mobile_activator_unittest.cc", 1463 "mobile/mobile_activator_unittest.cc",
1466 "mobile_config_unittest.cc", 1464 "mobile_config_unittest.cc",
1467 "net/cert_verify_proc_chromeos_unittest.cc", 1465 "net/cert_verify_proc_chromeos_unittest.cc",
1468 "net/client_cert_store_chromeos_unittest.cc", 1466 "net/client_cert_store_chromeos_unittest.cc",
1469 "net/network_portal_detector_impl_unittest.cc", 1467 "net/network_portal_detector_impl_unittest.cc",
1470 "net/network_portal_notification_controller_unittest.cc", 1468 "net/network_portal_notification_controller_unittest.cc",
1471 "net/network_state_notifier_unittest.cc", 1469 "net/network_state_notifier_unittest.cc",
1472 "net/network_throttling_observer_unittest.cc",
1473 "net/wake_on_wifi_manager_unittest.cc", 1470 "net/wake_on_wifi_manager_unittest.cc",
1474 "options/network_property_ui_data_unittest.cc", 1471 "options/network_property_ui_data_unittest.cc",
1475 "ownership/fake_owner_settings_service.cc", 1472 "ownership/fake_owner_settings_service.cc",
1476 "ownership/fake_owner_settings_service.h", 1473 "ownership/fake_owner_settings_service.h",
1477 "ownership/owner_settings_service_chromeos_unittest.cc", 1474 "ownership/owner_settings_service_chromeos_unittest.cc",
1478 "policy/affiliated_cloud_policy_invalidator_unittest.cc", 1475 "policy/affiliated_cloud_policy_invalidator_unittest.cc",
1479 "policy/affiliated_invalidation_service_provider_impl_unittest.cc", 1476 "policy/affiliated_invalidation_service_provider_impl_unittest.cc",
1480 "policy/android_management_client_unittest.cc", 1477 "policy/android_management_client_unittest.cc",
1481 "policy/auto_enrollment_client_unittest.cc", 1478 "policy/auto_enrollment_client_unittest.cc",
1482 "policy/bluetooth_policy_handler_unittest.cc", 1479 "policy/bluetooth_policy_handler_unittest.cc",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 "policy/proto/chrome_device_policy.proto", 1613 "policy/proto/chrome_device_policy.proto",
1617 "policy/proto/install_attributes.proto", 1614 "policy/proto/install_attributes.proto",
1618 ] 1615 ]
1619 } 1616 }
1620 1617
1621 proto_library("attestation_proto") { 1618 proto_library("attestation_proto") {
1622 sources = [ 1619 sources = [
1623 "attestation/attestation_key_payload.proto", 1620 "attestation/attestation_key_payload.proto",
1624 ] 1621 ]
1625 } 1622 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698