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

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

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Fix DEPS 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/arc/intent_helper/arc_settings_service.cc » ('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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "net/network_portal_detector_impl.cc", 919 "net/network_portal_detector_impl.cc",
920 "net/network_portal_detector_impl.h", 920 "net/network_portal_detector_impl.h",
921 "net/network_portal_detector_test_impl.cc", 921 "net/network_portal_detector_test_impl.cc",
922 "net/network_portal_detector_test_impl.h", 922 "net/network_portal_detector_test_impl.h",
923 "net/network_portal_notification_controller.cc", 923 "net/network_portal_notification_controller.cc",
924 "net/network_portal_notification_controller.h", 924 "net/network_portal_notification_controller.h",
925 "net/network_portal_web_dialog.cc", 925 "net/network_portal_web_dialog.cc",
926 "net/network_portal_web_dialog.h", 926 "net/network_portal_web_dialog.h",
927 "net/network_state_notifier.cc", 927 "net/network_state_notifier.cc",
928 "net/network_state_notifier.h", 928 "net/network_state_notifier.h",
929 "net/onc_utils.cc",
930 "net/onc_utils.h",
931 "net/proxy_config_handler.cc",
932 "net/proxy_config_handler.h",
933 "net/shill_error.cc", 929 "net/shill_error.cc",
934 "net/shill_error.h", 930 "net/shill_error.h",
935 "net/wake_on_wifi_connection_observer.cc", 931 "net/wake_on_wifi_connection_observer.cc",
936 "net/wake_on_wifi_connection_observer.h", 932 "net/wake_on_wifi_connection_observer.h",
937 "net/wake_on_wifi_manager.cc", 933 "net/wake_on_wifi_manager.cc",
938 "net/wake_on_wifi_manager.h", 934 "net/wake_on_wifi_manager.h",
939 "note_taking_app_utils.cc", 935 "note_taking_app_utils.cc",
940 "note_taking_app_utils.h", 936 "note_taking_app_utils.h",
941 "options/cert_library.cc", 937 "options/cert_library.cc",
942 "options/cert_library.h", 938 "options/cert_library.h",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 "profiles/multiprofiles_intro_dialog.cc", 1121 "profiles/multiprofiles_intro_dialog.cc",
1126 "profiles/multiprofiles_intro_dialog.h", 1122 "profiles/multiprofiles_intro_dialog.h",
1127 "profiles/multiprofiles_session_aborted_dialog.cc", 1123 "profiles/multiprofiles_session_aborted_dialog.cc",
1128 "profiles/multiprofiles_session_aborted_dialog.h", 1124 "profiles/multiprofiles_session_aborted_dialog.h",
1129 "profiles/profile_helper.cc", 1125 "profiles/profile_helper.cc",
1130 "profiles/profile_helper.h", 1126 "profiles/profile_helper.h",
1131 "profiles/profile_list_chromeos.cc", 1127 "profiles/profile_list_chromeos.cc",
1132 "profiles/profile_list_chromeos.h", 1128 "profiles/profile_list_chromeos.h",
1133 "profiles/profile_util.cc", 1129 "profiles/profile_util.cc",
1134 "profiles/profile_util.h", 1130 "profiles/profile_util.h",
1135 "proxy_config_service_impl.cc",
1136 "proxy_config_service_impl.h",
1137 "proxy_cros_settings_parser.cc", 1131 "proxy_cros_settings_parser.cc",
1138 "proxy_cros_settings_parser.h", 1132 "proxy_cros_settings_parser.h",
1139 "reset/metrics.h", 1133 "reset/metrics.h",
1140 "resource_reporter/resource_reporter.cc", 1134 "resource_reporter/resource_reporter.cc",
1141 "resource_reporter/resource_reporter.h", 1135 "resource_reporter/resource_reporter.h",
1142 "session_length_limiter.cc", 1136 "session_length_limiter.cc",
1143 "session_length_limiter.h", 1137 "session_length_limiter.h",
1144 "set_time_dialog.cc", 1138 "set_time_dialog.cc",
1145 "set_time_dialog.h", 1139 "set_time_dialog.h",
1146 "settings/cros_settings.cc", 1140 "settings/cros_settings.cc",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 "ui/idle_app_name_notification_view.cc", 1233 "ui/idle_app_name_notification_view.cc",
1240 "ui/idle_app_name_notification_view.h", 1234 "ui/idle_app_name_notification_view.h",
1241 "ui/kiosk_external_update_notification.cc", 1235 "ui/kiosk_external_update_notification.cc",
1242 "ui/kiosk_external_update_notification.h", 1236 "ui/kiosk_external_update_notification.h",
1243 "ui/low_disk_notification.cc", 1237 "ui/low_disk_notification.cc",
1244 "ui/low_disk_notification.h", 1238 "ui/low_disk_notification.h",
1245 "ui/mobile_config_ui.cc", 1239 "ui/mobile_config_ui.cc",
1246 "ui/mobile_config_ui.h", 1240 "ui/mobile_config_ui.h",
1247 "ui/screen_capture_notification_ui_chromeos.cc", 1241 "ui/screen_capture_notification_ui_chromeos.cc",
1248 "ui/screen_capture_notification_ui_chromeos.h", 1242 "ui/screen_capture_notification_ui_chromeos.h",
1249 "ui_proxy_config.cc",
1250 "ui_proxy_config.h",
1251 "ui_proxy_config_service.cc",
1252 "ui_proxy_config_service.h",
1253 "upgrade_detector_chromeos.cc", 1243 "upgrade_detector_chromeos.cc",
1254 "upgrade_detector_chromeos.h", 1244 "upgrade_detector_chromeos.h",
1255 1245
1256 # Extension API implementations. 1246 # Extension API implementations.
1257 "../ui/webui/voice_search_ui.cc", 1247 "../ui/webui/voice_search_ui.cc",
1258 "../ui/webui/voice_search_ui.h", 1248 "../ui/webui/voice_search_ui.h",
1259 "extensions/echo_private_api.cc", 1249 "extensions/echo_private_api.cc",
1260 "extensions/echo_private_api.h", 1250 "extensions/echo_private_api.h",
1261 "extensions/file_manager/device_event_router.cc", 1251 "extensions/file_manager/device_event_router.cc",
1262 "extensions/file_manager/device_event_router.h", 1252 "extensions/file_manager/device_event_router.h",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 "policy/proto/chrome_device_policy.proto", 1618 "policy/proto/chrome_device_policy.proto",
1629 "policy/proto/install_attributes.proto", 1619 "policy/proto/install_attributes.proto",
1630 ] 1620 ]
1631 } 1621 }
1632 1622
1633 proto_library("attestation_proto") { 1623 proto_library("attestation_proto") {
1634 sources = [ 1624 sources = [
1635 "attestation/attestation_key_payload.proto", 1625 "attestation/attestation_key_payload.proto",
1636 ] 1626 ]
1637 } 1627 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698