| 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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |