| 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 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1344 "../metrics/chromeos_metrics_provider_unittest.cc", | 1344 "../metrics/chromeos_metrics_provider_unittest.cc", |
| 1345 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1345 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1346 "../metrics/perf/cpu_identity_unittest.cc", | 1346 "../metrics/perf/cpu_identity_unittest.cc", |
| 1347 "../metrics/perf/random_selector_unittest.cc", | 1347 "../metrics/perf/random_selector_unittest.cc", |
| 1348 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1348 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1349 "../policy/default_geolocation_policy_handler_unittest.cc", | 1349 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1350 "../ui/browser_finder_chromeos_unittest.cc", | 1350 "../ui/browser_finder_chromeos_unittest.cc", |
| 1351 "accessibility/magnification_manager_unittest.cc", | 1351 "accessibility/magnification_manager_unittest.cc", |
| 1352 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1352 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1353 "arc/arc_auth_service_unittest.cc", | 1353 "arc/arc_auth_service_unittest.cc", |
| 1354 "arc/arc_navigation_throttle_unittest.cc", |
| 1354 "arc/arc_policy_bridge_unittest.cc", | 1355 "arc/arc_policy_bridge_unittest.cc", |
| 1355 "attestation/attestation_ca_client_unittest.cc", | 1356 "attestation/attestation_ca_client_unittest.cc", |
| 1356 "attestation/attestation_policy_observer_unittest.cc", | 1357 "attestation/attestation_policy_observer_unittest.cc", |
| 1357 "attestation/fake_certificate.cc", | 1358 "attestation/fake_certificate.cc", |
| 1358 "attestation/fake_certificate.h", | 1359 "attestation/fake_certificate.h", |
| 1359 "attestation/platform_verification_flow_unittest.cc", | 1360 "attestation/platform_verification_flow_unittest.cc", |
| 1360 "base/file_flusher_unittest.cc", | 1361 "base/file_flusher_unittest.cc", |
| 1361 "certificate_provider/certificate_provider_service_unittest.cc", | 1362 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1362 "customization/customization_document_unittest.cc", | 1363 "customization/customization_document_unittest.cc", |
| 1363 "display/display_preferences_unittest.cc", | 1364 "display/display_preferences_unittest.cc", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1603 "policy/proto/chrome_device_policy.proto", | 1604 "policy/proto/chrome_device_policy.proto", |
| 1604 "policy/proto/install_attributes.proto", | 1605 "policy/proto/install_attributes.proto", |
| 1605 ] | 1606 ] |
| 1606 } | 1607 } |
| 1607 | 1608 |
| 1608 proto_library("attestation_proto") { | 1609 proto_library("attestation_proto") { |
| 1609 sources = [ | 1610 sources = [ |
| 1610 "attestation/attestation_key_payload.proto", | 1611 "attestation/attestation_key_payload.proto", |
| 1611 ] | 1612 ] |
| 1612 } | 1613 } |
| OLD | NEW |