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

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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 "net/delay_network_call.cc", 908 "net/delay_network_call.cc",
909 "net/delay_network_call.h", 909 "net/delay_network_call.h",
910 "net/network_portal_detector_impl.cc", 910 "net/network_portal_detector_impl.cc",
911 "net/network_portal_detector_impl.h", 911 "net/network_portal_detector_impl.h",
912 "net/network_portal_detector_test_impl.cc", 912 "net/network_portal_detector_test_impl.cc",
913 "net/network_portal_detector_test_impl.h", 913 "net/network_portal_detector_test_impl.h",
914 "net/network_portal_notification_controller.cc", 914 "net/network_portal_notification_controller.cc",
915 "net/network_portal_notification_controller.h", 915 "net/network_portal_notification_controller.h",
916 "net/network_portal_web_dialog.cc", 916 "net/network_portal_web_dialog.cc",
917 "net/network_portal_web_dialog.h", 917 "net/network_portal_web_dialog.h",
918 "net/network_throttling_observer.cc",
919 "net/network_throttling_observer.h",
918 "net/onc_utils.cc", 920 "net/onc_utils.cc",
919 "net/onc_utils.h", 921 "net/onc_utils.h",
920 "net/proxy_config_handler.cc", 922 "net/proxy_config_handler.cc",
921 "net/proxy_config_handler.h", 923 "net/proxy_config_handler.h",
922 "net/wake_on_wifi_connection_observer.cc", 924 "net/wake_on_wifi_connection_observer.cc",
923 "net/wake_on_wifi_connection_observer.h", 925 "net/wake_on_wifi_connection_observer.h",
924 "net/wake_on_wifi_manager.cc", 926 "net/wake_on_wifi_manager.cc",
925 "net/wake_on_wifi_manager.h", 927 "net/wake_on_wifi_manager.h",
926 "note_taking_app_utils.cc", 928 "note_taking_app_utils.cc",
927 "note_taking_app_utils.h", 929 "note_taking_app_utils.h",
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "policy/proto/chrome_device_policy.proto", 1614 "policy/proto/chrome_device_policy.proto",
1613 "policy/proto/install_attributes.proto", 1615 "policy/proto/install_attributes.proto",
1614 ] 1616 ]
1615 } 1617 }
1616 1618
1617 proto_library("attestation_proto") { 1619 proto_library("attestation_proto") {
1618 sources = [ 1620 sources = [
1619 "attestation/attestation_key_payload.proto", 1621 "attestation/attestation_key_payload.proto",
1620 ] 1622 ]
1621 } 1623 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.h » ('j') | chrome/browser/chromeos/preferences.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698