Chromium Code Reviews| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 274 "arc/intent_helper/arc_external_protocol_dialog.h", | 274 "arc/intent_helper/arc_external_protocol_dialog.h", |
| 275 "arc/intent_helper/arc_navigation_throttle.cc", | 275 "arc/intent_helper/arc_navigation_throttle.cc", |
| 276 "arc/intent_helper/arc_navigation_throttle.h", | 276 "arc/intent_helper/arc_navigation_throttle.h", |
| 277 "arc/intent_helper/arc_settings_service.cc", | 277 "arc/intent_helper/arc_settings_service.cc", |
| 278 "arc/intent_helper/arc_settings_service.h", | 278 "arc/intent_helper/arc_settings_service.h", |
| 279 "arc/notification/arc_boot_error_notification.cc", | 279 "arc/notification/arc_boot_error_notification.cc", |
| 280 "arc/notification/arc_boot_error_notification.h", | 280 "arc/notification/arc_boot_error_notification.h", |
| 281 "arc/optin/arc_optin_preference_handler.cc", | 281 "arc/optin/arc_optin_preference_handler.cc", |
| 282 "arc/optin/arc_optin_preference_handler.h", | 282 "arc/optin/arc_optin_preference_handler.h", |
| 283 "arc/optin/arc_optin_preference_handler_delegate.h", | 283 "arc/optin/arc_optin_preference_handler_delegate.h", |
| 284 "arc/optin/arc_terms_of_service_default_negotiator.cc", | |
| 285 "arc/optin/arc_terms_of_service_default_negotiator.h", | |
| 284 "arc/optin/arc_terms_of_service_negotiator.cc", | 286 "arc/optin/arc_terms_of_service_negotiator.cc", |
| 285 "arc/optin/arc_terms_of_service_negotiator.h", | 287 "arc/optin/arc_terms_of_service_negotiator.h", |
| 288 "arc/optin/arc_terms_of_service_oobe_negotiator.cc", | |
| 289 "arc/optin/arc_terms_of_service_oobe_negotiator.h", | |
| 286 "arc/policy/arc_android_management_checker.cc", | 290 "arc/policy/arc_android_management_checker.cc", |
| 287 "arc/policy/arc_android_management_checker.h", | 291 "arc/policy/arc_android_management_checker.h", |
| 288 "arc/policy/arc_android_management_checker_delegate.h", | 292 "arc/policy/arc_android_management_checker_delegate.h", |
| 289 "arc/policy/arc_policy_bridge.cc", | 293 "arc/policy/arc_policy_bridge.cc", |
| 290 "arc/policy/arc_policy_bridge.h", | 294 "arc/policy/arc_policy_bridge.h", |
| 291 "arc/policy/arc_policy_util.cc", | 295 "arc/policy/arc_policy_util.cc", |
| 292 "arc/policy/arc_policy_util.h", | 296 "arc/policy/arc_policy_util.h", |
| 293 "arc/print/arc_print_service.cc", | 297 "arc/print/arc_print_service.cc", |
| 294 "arc/print/arc_print_service.h", | 298 "arc/print/arc_print_service.h", |
| 295 "arc/process/arc_process.cc", | 299 "arc/process/arc_process.cc", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 753 "login/reauth_stats.h", | 757 "login/reauth_stats.h", |
| 754 "login/saml/saml_offline_signin_limiter.cc", | 758 "login/saml/saml_offline_signin_limiter.cc", |
| 755 "login/saml/saml_offline_signin_limiter.h", | 759 "login/saml/saml_offline_signin_limiter.h", |
| 756 "login/saml/saml_offline_signin_limiter_factory.cc", | 760 "login/saml/saml_offline_signin_limiter_factory.cc", |
| 757 "login/saml/saml_offline_signin_limiter_factory.h", | 761 "login/saml/saml_offline_signin_limiter_factory.h", |
| 758 "login/screen_manager.cc", | 762 "login/screen_manager.cc", |
| 759 "login/screen_manager.h", | 763 "login/screen_manager.h", |
| 760 "login/screens/arc_terms_of_service_screen.cc", | 764 "login/screens/arc_terms_of_service_screen.cc", |
| 761 "login/screens/arc_terms_of_service_screen.h", | 765 "login/screens/arc_terms_of_service_screen.h", |
| 762 "login/screens/arc_terms_of_service_screen_actor.h", | 766 "login/screens/arc_terms_of_service_screen_actor.h", |
| 767 "login/screens/arc_terms_of_service_screen_actor_observer.h", | |
| 763 "login/screens/base_screen.cc", | 768 "login/screens/base_screen.cc", |
| 764 "login/screens/base_screen.h", | 769 "login/screens/base_screen.h", |
| 765 "login/screens/base_screen_delegate.h", | 770 "login/screens/base_screen_delegate.h", |
| 766 "login/screens/chrome_user_selection_screen.cc", | 771 "login/screens/chrome_user_selection_screen.cc", |
| 767 "login/screens/chrome_user_selection_screen.h", | 772 "login/screens/chrome_user_selection_screen.h", |
| 768 "login/screens/controller_pairing_screen.cc", | 773 "login/screens/controller_pairing_screen.cc", |
| 769 "login/screens/controller_pairing_screen.h", | 774 "login/screens/controller_pairing_screen.h", |
| 770 "login/screens/controller_pairing_screen_actor.cc", | 775 "login/screens/controller_pairing_screen_actor.cc", |
| 771 "login/screens/controller_pairing_screen_actor.h", | 776 "login/screens/controller_pairing_screen_actor.h", |
| 772 "login/screens/core_oobe_actor.h", | 777 "login/screens/core_oobe_actor.h", |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1450 "../metrics/chromeos_metrics_provider_unittest.cc", | 1455 "../metrics/chromeos_metrics_provider_unittest.cc", |
| 1451 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1456 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1452 "../metrics/perf/cpu_identity_unittest.cc", | 1457 "../metrics/perf/cpu_identity_unittest.cc", |
| 1453 "../metrics/perf/random_selector_unittest.cc", | 1458 "../metrics/perf/random_selector_unittest.cc", |
| 1454 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1459 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1455 "../policy/default_geolocation_policy_handler_unittest.cc", | 1460 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1456 "../ui/browser_finder_chromeos_unittest.cc", | 1461 "../ui/browser_finder_chromeos_unittest.cc", |
| 1457 "accessibility/magnification_manager_unittest.cc", | 1462 "accessibility/magnification_manager_unittest.cc", |
| 1458 "accessibility/select_to_speak_event_handler_unittest.cc", | 1463 "accessibility/select_to_speak_event_handler_unittest.cc", |
| 1459 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1464 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1465 "arc/arc_session_manager_data_removed_waiter.cc", | |
|
hidehiko
2017/01/30 10:12:35
Please make a library for testing, and link it fro
khmel
2017/01/31 02:47:08
Done.
| |
| 1466 "arc/arc_session_manager_data_removed_waiter.h", | |
| 1460 "arc/arc_session_manager_unittest.cc", | 1467 "arc/arc_session_manager_unittest.cc", |
| 1461 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1468 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1462 "arc/extensions/arc_support_message_host_unittest.cc", | 1469 "arc/extensions/arc_support_message_host_unittest.cc", |
| 1463 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", | 1470 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", |
| 1464 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", | 1471 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
| 1465 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1472 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1466 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc", | 1473 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc", |
| 1467 "arc/fileapi/arc_documents_provider_root_unittest.cc", | 1474 "arc/fileapi/arc_documents_provider_root_unittest.cc", |
| 1468 "arc/fileapi/arc_documents_provider_util_unittest.cc", | 1475 "arc/fileapi/arc_documents_provider_util_unittest.cc", |
| 1469 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", | 1476 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
| 1470 "arc/intent_helper/arc_navigation_throttle_unittest.cc", | 1477 "arc/intent_helper/arc_navigation_throttle_unittest.cc", |
| 1471 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", | 1478 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc", |
| 1472 "arc/policy/arc_policy_bridge_unittest.cc", | 1479 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1473 "attestation/attestation_ca_client_unittest.cc", | 1480 "attestation/attestation_ca_client_unittest.cc", |
| 1474 "attestation/attestation_policy_observer_unittest.cc", | 1481 "attestation/attestation_policy_observer_unittest.cc", |
| 1475 "attestation/fake_certificate.cc", | 1482 "attestation/fake_certificate.cc", |
| 1476 "attestation/fake_certificate.h", | 1483 "attestation/fake_certificate.h", |
| 1477 "attestation/platform_verification_flow_unittest.cc", | 1484 "attestation/platform_verification_flow_unittest.cc", |
| 1478 "base/file_flusher_unittest.cc", | 1485 "base/file_flusher_unittest.cc", |
| 1479 "certificate_provider/certificate_provider_service_unittest.cc", | 1486 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1480 "customization/customization_document_unittest.cc", | 1487 "customization/customization_document_unittest.cc", |
| 1481 "display/display_preferences_unittest.cc", | 1488 "display/display_preferences_unittest.cc", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1731 "policy/proto/chrome_device_policy.proto", | 1738 "policy/proto/chrome_device_policy.proto", |
| 1732 "policy/proto/install_attributes.proto", | 1739 "policy/proto/install_attributes.proto", |
| 1733 ] | 1740 ] |
| 1734 } | 1741 } |
| 1735 | 1742 |
| 1736 proto_library("attestation_proto") { | 1743 proto_library("attestation_proto") { |
| 1737 sources = [ | 1744 sources = [ |
| 1738 "attestation/attestation_key_payload.proto", | 1745 "attestation/attestation_key_payload.proto", |
| 1739 ] | 1746 ] |
| 1740 } | 1747 } |
| OLD | NEW |