| 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("//extensions/features/features.gni") | 7 import("//extensions/features/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 "net/network_state_notifier.cc", | 948 "net/network_state_notifier.cc", |
| 949 "net/network_state_notifier.h", | 949 "net/network_state_notifier.h", |
| 950 "net/network_throttling_observer.cc", | 950 "net/network_throttling_observer.cc", |
| 951 "net/network_throttling_observer.h", | 951 "net/network_throttling_observer.h", |
| 952 "net/shill_error.cc", | 952 "net/shill_error.cc", |
| 953 "net/shill_error.h", | 953 "net/shill_error.h", |
| 954 "net/wake_on_wifi_connection_observer.cc", | 954 "net/wake_on_wifi_connection_observer.cc", |
| 955 "net/wake_on_wifi_connection_observer.h", | 955 "net/wake_on_wifi_connection_observer.h", |
| 956 "net/wake_on_wifi_manager.cc", | 956 "net/wake_on_wifi_manager.cc", |
| 957 "net/wake_on_wifi_manager.h", | 957 "net/wake_on_wifi_manager.h", |
| 958 "note_taking_app_utils.cc", | 958 "note_taking_helper.cc", |
| 959 "note_taking_app_utils.h", | 959 "note_taking_helper.h", |
| 960 "options/cert_library.cc", | 960 "options/cert_library.cc", |
| 961 "options/cert_library.h", | 961 "options/cert_library.h", |
| 962 "options/network_config_view.cc", | 962 "options/network_config_view.cc", |
| 963 "options/network_config_view.h", | 963 "options/network_config_view.h", |
| 964 "options/network_property_ui_data.cc", | 964 "options/network_property_ui_data.cc", |
| 965 "options/network_property_ui_data.h", | 965 "options/network_property_ui_data.h", |
| 966 "options/passphrase_textfield.cc", | 966 "options/passphrase_textfield.cc", |
| 967 "options/passphrase_textfield.h", | 967 "options/passphrase_textfield.h", |
| 968 "options/vpn_config_view.cc", | 968 "options/vpn_config_view.cc", |
| 969 "options/vpn_config_view.h", | 969 "options/vpn_config_view.h", |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1665 "policy/proto/chrome_device_policy.proto", | 1665 "policy/proto/chrome_device_policy.proto", |
| 1666 "policy/proto/install_attributes.proto", | 1666 "policy/proto/install_attributes.proto", |
| 1667 ] | 1667 ] |
| 1668 } | 1668 } |
| 1669 | 1669 |
| 1670 proto_library("attestation_proto") { | 1670 proto_library("attestation_proto") { |
| 1671 sources = [ | 1671 sources = [ |
| 1672 "attestation/attestation_key_payload.proto", | 1672 "attestation/attestation_key_payload.proto", |
| 1673 ] | 1673 ] |
| 1674 } | 1674 } |
| OLD | NEW |