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

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, 2 months 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 "net/delay_network_call.cc", 907 "net/delay_network_call.cc",
908 "net/delay_network_call.h", 908 "net/delay_network_call.h",
909 "net/network_portal_detector_impl.cc", 909 "net/network_portal_detector_impl.cc",
910 "net/network_portal_detector_impl.h", 910 "net/network_portal_detector_impl.h",
911 "net/network_portal_detector_test_impl.cc", 911 "net/network_portal_detector_test_impl.cc",
912 "net/network_portal_detector_test_impl.h", 912 "net/network_portal_detector_test_impl.h",
913 "net/network_portal_notification_controller.cc", 913 "net/network_portal_notification_controller.cc",
914 "net/network_portal_notification_controller.h", 914 "net/network_portal_notification_controller.h",
915 "net/network_portal_web_dialog.cc", 915 "net/network_portal_web_dialog.cc",
916 "net/network_portal_web_dialog.h", 916 "net/network_portal_web_dialog.h",
917 "net/network_throttling_observer.cc",
918 "net/network_throttling_observer.h",
917 "net/onc_utils.cc", 919 "net/onc_utils.cc",
918 "net/onc_utils.h", 920 "net/onc_utils.h",
919 "net/proxy_config_handler.cc", 921 "net/proxy_config_handler.cc",
920 "net/proxy_config_handler.h", 922 "net/proxy_config_handler.h",
921 "net/wake_on_wifi_connection_observer.cc", 923 "net/wake_on_wifi_connection_observer.cc",
922 "net/wake_on_wifi_connection_observer.h", 924 "net/wake_on_wifi_connection_observer.h",
923 "net/wake_on_wifi_manager.cc", 925 "net/wake_on_wifi_manager.cc",
924 "net/wake_on_wifi_manager.h", 926 "net/wake_on_wifi_manager.h",
925 "note_taking_app_utils.cc", 927 "note_taking_app_utils.cc",
926 "note_taking_app_utils.h", 928 "note_taking_app_utils.h",
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 "policy/proto/chrome_device_policy.proto", 1613 "policy/proto/chrome_device_policy.proto",
1612 "policy/proto/install_attributes.proto", 1614 "policy/proto/install_attributes.proto",
1613 ] 1615 ]
1614 } 1616 }
1615 1617
1616 proto_library("attestation_proto") { 1618 proto_library("attestation_proto") {
1617 sources = [ 1619 sources = [
1618 "attestation/attestation_key_payload.proto", 1620 "attestation/attestation_key_payload.proto",
1619 ] 1621 ]
1620 } 1622 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698