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

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

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Rebase 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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 "net/network_portal_detector_impl.cc", 913 "net/network_portal_detector_impl.cc",
914 "net/network_portal_detector_impl.h", 914 "net/network_portal_detector_impl.h",
915 "net/network_portal_detector_test_impl.cc", 915 "net/network_portal_detector_test_impl.cc",
916 "net/network_portal_detector_test_impl.h", 916 "net/network_portal_detector_test_impl.h",
917 "net/network_portal_notification_controller.cc", 917 "net/network_portal_notification_controller.cc",
918 "net/network_portal_notification_controller.h", 918 "net/network_portal_notification_controller.h",
919 "net/network_portal_web_dialog.cc", 919 "net/network_portal_web_dialog.cc",
920 "net/network_portal_web_dialog.h", 920 "net/network_portal_web_dialog.h",
921 "net/network_state_notifier.cc", 921 "net/network_state_notifier.cc",
922 "net/network_state_notifier.h", 922 "net/network_state_notifier.h",
923 "net/onc_utils.cc",
924 "net/onc_utils.h",
925 "net/proxy_config_handler.cc",
926 "net/proxy_config_handler.h",
927 "net/shill_error.cc", 923 "net/shill_error.cc",
928 "net/shill_error.h", 924 "net/shill_error.h",
929 "net/wake_on_wifi_connection_observer.cc", 925 "net/wake_on_wifi_connection_observer.cc",
930 "net/wake_on_wifi_connection_observer.h", 926 "net/wake_on_wifi_connection_observer.h",
931 "net/wake_on_wifi_manager.cc", 927 "net/wake_on_wifi_manager.cc",
932 "net/wake_on_wifi_manager.h", 928 "net/wake_on_wifi_manager.h",
933 "note_taking_app_utils.cc", 929 "note_taking_app_utils.cc",
934 "note_taking_app_utils.h", 930 "note_taking_app_utils.h",
935 "options/cert_library.cc", 931 "options/cert_library.cc",
936 "options/cert_library.h", 932 "options/cert_library.h",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 "profiles/multiprofiles_intro_dialog.cc", 1115 "profiles/multiprofiles_intro_dialog.cc",
1120 "profiles/multiprofiles_intro_dialog.h", 1116 "profiles/multiprofiles_intro_dialog.h",
1121 "profiles/multiprofiles_session_aborted_dialog.cc", 1117 "profiles/multiprofiles_session_aborted_dialog.cc",
1122 "profiles/multiprofiles_session_aborted_dialog.h", 1118 "profiles/multiprofiles_session_aborted_dialog.h",
1123 "profiles/profile_helper.cc", 1119 "profiles/profile_helper.cc",
1124 "profiles/profile_helper.h", 1120 "profiles/profile_helper.h",
1125 "profiles/profile_list_chromeos.cc", 1121 "profiles/profile_list_chromeos.cc",
1126 "profiles/profile_list_chromeos.h", 1122 "profiles/profile_list_chromeos.h",
1127 "profiles/profile_util.cc", 1123 "profiles/profile_util.cc",
1128 "profiles/profile_util.h", 1124 "profiles/profile_util.h",
1129 "proxy_config_service_impl.cc",
1130 "proxy_config_service_impl.h",
1131 "proxy_cros_settings_parser.cc", 1125 "proxy_cros_settings_parser.cc",
1132 "proxy_cros_settings_parser.h", 1126 "proxy_cros_settings_parser.h",
1133 "reset/metrics.h", 1127 "reset/metrics.h",
1134 "resource_reporter/resource_reporter.cc", 1128 "resource_reporter/resource_reporter.cc",
1135 "resource_reporter/resource_reporter.h", 1129 "resource_reporter/resource_reporter.h",
1136 "session_length_limiter.cc", 1130 "session_length_limiter.cc",
1137 "session_length_limiter.h", 1131 "session_length_limiter.h",
1138 "set_time_dialog.cc", 1132 "set_time_dialog.cc",
1139 "set_time_dialog.h", 1133 "set_time_dialog.h",
1140 "settings/cros_settings.cc", 1134 "settings/cros_settings.cc",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 "ui/idle_app_name_notification_view.cc", 1227 "ui/idle_app_name_notification_view.cc",
1234 "ui/idle_app_name_notification_view.h", 1228 "ui/idle_app_name_notification_view.h",
1235 "ui/kiosk_external_update_notification.cc", 1229 "ui/kiosk_external_update_notification.cc",
1236 "ui/kiosk_external_update_notification.h", 1230 "ui/kiosk_external_update_notification.h",
1237 "ui/low_disk_notification.cc", 1231 "ui/low_disk_notification.cc",
1238 "ui/low_disk_notification.h", 1232 "ui/low_disk_notification.h",
1239 "ui/mobile_config_ui.cc", 1233 "ui/mobile_config_ui.cc",
1240 "ui/mobile_config_ui.h", 1234 "ui/mobile_config_ui.h",
1241 "ui/screen_capture_notification_ui_chromeos.cc", 1235 "ui/screen_capture_notification_ui_chromeos.cc",
1242 "ui/screen_capture_notification_ui_chromeos.h", 1236 "ui/screen_capture_notification_ui_chromeos.h",
1243 "ui_proxy_config.cc",
1244 "ui_proxy_config.h",
1245 "ui_proxy_config_service.cc",
1246 "ui_proxy_config_service.h",
1247 "upgrade_detector_chromeos.cc", 1237 "upgrade_detector_chromeos.cc",
1248 "upgrade_detector_chromeos.h", 1238 "upgrade_detector_chromeos.h",
1249 1239
1250 # Extension API implementations. 1240 # Extension API implementations.
1251 "../ui/webui/voice_search_ui.cc", 1241 "../ui/webui/voice_search_ui.cc",
1252 "../ui/webui/voice_search_ui.h", 1242 "../ui/webui/voice_search_ui.h",
1253 "extensions/echo_private_api.cc", 1243 "extensions/echo_private_api.cc",
1254 "extensions/echo_private_api.h", 1244 "extensions/echo_private_api.h",
1255 "extensions/file_manager/device_event_router.cc", 1245 "extensions/file_manager/device_event_router.cc",
1256 "extensions/file_manager/device_event_router.h", 1246 "extensions/file_manager/device_event_router.h",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 "policy/proto/chrome_device_policy.proto", 1611 "policy/proto/chrome_device_policy.proto",
1622 "policy/proto/install_attributes.proto", 1612 "policy/proto/install_attributes.proto",
1623 ] 1613 ]
1624 } 1614 }
1625 1615
1626 proto_library("attestation_proto") { 1616 proto_library("attestation_proto") {
1627 sources = [ 1617 sources = [
1628 "attestation/attestation_key_payload.proto", 1618 "attestation/attestation_key_payload.proto",
1629 ] 1619 ]
1630 } 1620 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698