| OLD | NEW |
| 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 Loading... |
| 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/network_throttling_observer.cc", |
| 924 "net/network_throttling_observer.h", |
| 923 "net/onc_utils.cc", | 925 "net/onc_utils.cc", |
| 924 "net/onc_utils.h", | 926 "net/onc_utils.h", |
| 925 "net/proxy_config_handler.cc", | 927 "net/proxy_config_handler.cc", |
| 926 "net/proxy_config_handler.h", | 928 "net/proxy_config_handler.h", |
| 927 "net/shill_error.cc", | 929 "net/shill_error.cc", |
| 928 "net/shill_error.h", | 930 "net/shill_error.h", |
| 929 "net/wake_on_wifi_connection_observer.cc", | 931 "net/wake_on_wifi_connection_observer.cc", |
| 930 "net/wake_on_wifi_connection_observer.h", | 932 "net/wake_on_wifi_connection_observer.h", |
| 931 "net/wake_on_wifi_manager.cc", | 933 "net/wake_on_wifi_manager.cc", |
| 932 "net/wake_on_wifi_manager.h", | 934 "net/wake_on_wifi_manager.h", |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1621 "policy/proto/chrome_device_policy.proto", | 1623 "policy/proto/chrome_device_policy.proto", |
| 1622 "policy/proto/install_attributes.proto", | 1624 "policy/proto/install_attributes.proto", |
| 1623 ] | 1625 ] |
| 1624 } | 1626 } |
| 1625 | 1627 |
| 1626 proto_library("attestation_proto") { | 1628 proto_library("attestation_proto") { |
| 1627 sources = [ | 1629 sources = [ |
| 1628 "attestation/attestation_key_payload.proto", | 1630 "attestation/attestation_key_payload.proto", |
| 1629 ] | 1631 ] |
| 1630 } | 1632 } |
| OLD | NEW |