| 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 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 "../metrics/perf/cpu_identity_unittest.cc", | 1361 "../metrics/perf/cpu_identity_unittest.cc", |
| 1362 "../metrics/perf/random_selector_unittest.cc", | 1362 "../metrics/perf/random_selector_unittest.cc", |
| 1363 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1363 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1364 "../policy/default_geolocation_policy_handler_unittest.cc", | 1364 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1365 "../ui/browser_finder_chromeos_unittest.cc", | 1365 "../ui/browser_finder_chromeos_unittest.cc", |
| 1366 "accessibility/magnification_manager_unittest.cc", | 1366 "accessibility/magnification_manager_unittest.cc", |
| 1367 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1367 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1368 "arc/arc_auth_service_unittest.cc", | 1368 "arc/arc_auth_service_unittest.cc", |
| 1369 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1369 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1370 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1370 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1371 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
| 1371 "arc/intent_helper/arc_navigation_throttle_unittest.cc", | 1372 "arc/intent_helper/arc_navigation_throttle_unittest.cc", |
| 1372 "arc/policy/arc_policy_bridge_unittest.cc", | 1373 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1373 "attestation/attestation_ca_client_unittest.cc", | 1374 "attestation/attestation_ca_client_unittest.cc", |
| 1374 "attestation/attestation_policy_observer_unittest.cc", | 1375 "attestation/attestation_policy_observer_unittest.cc", |
| 1375 "attestation/fake_certificate.cc", | 1376 "attestation/fake_certificate.cc", |
| 1376 "attestation/fake_certificate.h", | 1377 "attestation/fake_certificate.h", |
| 1377 "attestation/platform_verification_flow_unittest.cc", | 1378 "attestation/platform_verification_flow_unittest.cc", |
| 1378 "base/file_flusher_unittest.cc", | 1379 "base/file_flusher_unittest.cc", |
| 1379 "certificate_provider/certificate_provider_service_unittest.cc", | 1380 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1380 "customization/customization_document_unittest.cc", | 1381 "customization/customization_document_unittest.cc", |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 "policy/proto/chrome_device_policy.proto", | 1624 "policy/proto/chrome_device_policy.proto", |
| 1624 "policy/proto/install_attributes.proto", | 1625 "policy/proto/install_attributes.proto", |
| 1625 ] | 1626 ] |
| 1626 } | 1627 } |
| 1627 | 1628 |
| 1628 proto_library("attestation_proto") { | 1629 proto_library("attestation_proto") { |
| 1629 sources = [ | 1630 sources = [ |
| 1630 "attestation/attestation_key_payload.proto", | 1631 "attestation/attestation_key_payload.proto", |
| 1631 ] | 1632 ] |
| 1632 } | 1633 } |
| OLD | NEW |