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

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

Issue 2434683003: Move NetworkStateNotifier and NetworkConnect from src/ui (Closed)
Patch Set: 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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "mobile_config.cc", 900 "mobile_config.cc",
901 "mobile_config.h", 901 "mobile_config.h",
902 "net/cert_verify_proc_chromeos.cc", 902 "net/cert_verify_proc_chromeos.cc",
903 "net/cert_verify_proc_chromeos.h", 903 "net/cert_verify_proc_chromeos.h",
904 "net/client_cert_filter_chromeos.cc", 904 "net/client_cert_filter_chromeos.cc",
905 "net/client_cert_filter_chromeos.h", 905 "net/client_cert_filter_chromeos.h",
906 "net/client_cert_store_chromeos.cc", 906 "net/client_cert_store_chromeos.cc",
907 "net/client_cert_store_chromeos.h", 907 "net/client_cert_store_chromeos.h",
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_connect_delegate_chromeos.cc",
911 "net/network_connect_delegate_chromeos.h",
910 "net/network_portal_detector_impl.cc", 912 "net/network_portal_detector_impl.cc",
911 "net/network_portal_detector_impl.h", 913 "net/network_portal_detector_impl.h",
912 "net/network_portal_detector_test_impl.cc", 914 "net/network_portal_detector_test_impl.cc",
913 "net/network_portal_detector_test_impl.h", 915 "net/network_portal_detector_test_impl.h",
914 "net/network_portal_notification_controller.cc", 916 "net/network_portal_notification_controller.cc",
915 "net/network_portal_notification_controller.h", 917 "net/network_portal_notification_controller.h",
916 "net/network_portal_web_dialog.cc", 918 "net/network_portal_web_dialog.cc",
917 "net/network_portal_web_dialog.h", 919 "net/network_portal_web_dialog.h",
920 "net/network_state_notifier.cc",
921 "net/network_state_notifier.h",
918 "net/onc_utils.cc", 922 "net/onc_utils.cc",
919 "net/onc_utils.h", 923 "net/onc_utils.h",
920 "net/proxy_config_handler.cc", 924 "net/proxy_config_handler.cc",
921 "net/proxy_config_handler.h", 925 "net/proxy_config_handler.h",
926 "net/shill_error.cc",
927 "net/shill_error.h",
922 "net/wake_on_wifi_connection_observer.cc", 928 "net/wake_on_wifi_connection_observer.cc",
923 "net/wake_on_wifi_connection_observer.h", 929 "net/wake_on_wifi_connection_observer.h",
924 "net/wake_on_wifi_manager.cc", 930 "net/wake_on_wifi_manager.cc",
925 "net/wake_on_wifi_manager.h", 931 "net/wake_on_wifi_manager.h",
926 "note_taking_app_utils.cc", 932 "note_taking_app_utils.cc",
927 "note_taking_app_utils.h", 933 "note_taking_app_utils.h",
928 "options/cert_library.cc", 934 "options/cert_library.cc",
929 "options/cert_library.h", 935 "options/cert_library.h",
930 "options/network_config_view.cc", 936 "options/network_config_view.cc",
931 "options/network_config_view.h", 937 "options/network_config_view.h",
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 "login/users/affiliation_unittest.cc", 1465 "login/users/affiliation_unittest.cc",
1460 "login/users/multi_profile_user_controller_unittest.cc", 1466 "login/users/multi_profile_user_controller_unittest.cc",
1461 "login/users/user_manager_unittest.cc", 1467 "login/users/user_manager_unittest.cc",
1462 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1468 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1463 "mobile/mobile_activator_unittest.cc", 1469 "mobile/mobile_activator_unittest.cc",
1464 "mobile_config_unittest.cc", 1470 "mobile_config_unittest.cc",
1465 "net/cert_verify_proc_chromeos_unittest.cc", 1471 "net/cert_verify_proc_chromeos_unittest.cc",
1466 "net/client_cert_store_chromeos_unittest.cc", 1472 "net/client_cert_store_chromeos_unittest.cc",
1467 "net/network_portal_detector_impl_unittest.cc", 1473 "net/network_portal_detector_impl_unittest.cc",
1468 "net/network_portal_notification_controller_unittest.cc", 1474 "net/network_portal_notification_controller_unittest.cc",
1475 "net/network_state_notifier_unittest.cc",
1469 "net/wake_on_wifi_manager_unittest.cc", 1476 "net/wake_on_wifi_manager_unittest.cc",
1470 "options/network_property_ui_data_unittest.cc", 1477 "options/network_property_ui_data_unittest.cc",
1471 "ownership/fake_owner_settings_service.cc", 1478 "ownership/fake_owner_settings_service.cc",
1472 "ownership/fake_owner_settings_service.h", 1479 "ownership/fake_owner_settings_service.h",
1473 "ownership/owner_settings_service_chromeos_unittest.cc", 1480 "ownership/owner_settings_service_chromeos_unittest.cc",
1474 "policy/affiliated_cloud_policy_invalidator_unittest.cc", 1481 "policy/affiliated_cloud_policy_invalidator_unittest.cc",
1475 "policy/affiliated_invalidation_service_provider_impl_unittest.cc", 1482 "policy/affiliated_invalidation_service_provider_impl_unittest.cc",
1476 "policy/android_management_client_unittest.cc", 1483 "policy/android_management_client_unittest.cc",
1477 "policy/auto_enrollment_client_unittest.cc", 1484 "policy/auto_enrollment_client_unittest.cc",
1478 "policy/bluetooth_policy_handler_unittest.cc", 1485 "policy/bluetooth_policy_handler_unittest.cc",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "policy/proto/chrome_device_policy.proto", 1619 "policy/proto/chrome_device_policy.proto",
1613 "policy/proto/install_attributes.proto", 1620 "policy/proto/install_attributes.proto",
1614 ] 1621 ]
1615 } 1622 }
1616 1623
1617 proto_library("attestation_proto") { 1624 proto_library("attestation_proto") {
1618 sources = [ 1625 sources = [
1619 "attestation/attestation_key_payload.proto", 1626 "attestation/attestation_key_payload.proto",
1620 ] 1627 ]
1621 } 1628 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698