| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "arc/intent_helper/arc_external_protocol_dialog.h", | 276 "arc/intent_helper/arc_external_protocol_dialog.h", |
| 277 "arc/intent_helper/arc_navigation_throttle.cc", | 277 "arc/intent_helper/arc_navigation_throttle.cc", |
| 278 "arc/intent_helper/arc_navigation_throttle.h", | 278 "arc/intent_helper/arc_navigation_throttle.h", |
| 279 "arc/intent_helper/arc_settings_service.cc", | 279 "arc/intent_helper/arc_settings_service.cc", |
| 280 "arc/intent_helper/arc_settings_service.h", | 280 "arc/intent_helper/arc_settings_service.h", |
| 281 "arc/notification/arc_boot_error_notification.cc", | 281 "arc/notification/arc_boot_error_notification.cc", |
| 282 "arc/notification/arc_boot_error_notification.h", | 282 "arc/notification/arc_boot_error_notification.h", |
| 283 "arc/optin/arc_optin_preference_handler.cc", | 283 "arc/optin/arc_optin_preference_handler.cc", |
| 284 "arc/optin/arc_optin_preference_handler.h", | 284 "arc/optin/arc_optin_preference_handler.h", |
| 285 "arc/optin/arc_optin_preference_handler_delegate.h", | 285 "arc/optin/arc_optin_preference_handler_delegate.h", |
| 286 "arc/optin/arc_terms_of_service_default_negotiator.cc", |
| 287 "arc/optin/arc_terms_of_service_default_negotiator.h", |
| 286 "arc/optin/arc_terms_of_service_negotiator.cc", | 288 "arc/optin/arc_terms_of_service_negotiator.cc", |
| 287 "arc/optin/arc_terms_of_service_negotiator.h", | 289 "arc/optin/arc_terms_of_service_negotiator.h", |
| 290 "arc/optin/arc_terms_of_service_oobe_negotiator.cc", |
| 291 "arc/optin/arc_terms_of_service_oobe_negotiator.h", |
| 288 "arc/policy/arc_android_management_checker.cc", | 292 "arc/policy/arc_android_management_checker.cc", |
| 289 "arc/policy/arc_android_management_checker.h", | 293 "arc/policy/arc_android_management_checker.h", |
| 290 "arc/policy/arc_android_management_checker_delegate.h", | 294 "arc/policy/arc_android_management_checker_delegate.h", |
| 291 "arc/policy/arc_policy_bridge.cc", | 295 "arc/policy/arc_policy_bridge.cc", |
| 292 "arc/policy/arc_policy_bridge.h", | 296 "arc/policy/arc_policy_bridge.h", |
| 293 "arc/policy/arc_policy_util.cc", | 297 "arc/policy/arc_policy_util.cc", |
| 294 "arc/policy/arc_policy_util.h", | 298 "arc/policy/arc_policy_util.h", |
| 295 "arc/print/arc_print_service.cc", | 299 "arc/print/arc_print_service.cc", |
| 296 "arc/print/arc_print_service.h", | 300 "arc/print/arc_print_service.h", |
| 297 "arc/process/arc_process.cc", | 301 "arc/process/arc_process.cc", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 "login/reauth_stats.h", | 759 "login/reauth_stats.h", |
| 756 "login/saml/saml_offline_signin_limiter.cc", | 760 "login/saml/saml_offline_signin_limiter.cc", |
| 757 "login/saml/saml_offline_signin_limiter.h", | 761 "login/saml/saml_offline_signin_limiter.h", |
| 758 "login/saml/saml_offline_signin_limiter_factory.cc", | 762 "login/saml/saml_offline_signin_limiter_factory.cc", |
| 759 "login/saml/saml_offline_signin_limiter_factory.h", | 763 "login/saml/saml_offline_signin_limiter_factory.h", |
| 760 "login/screen_manager.cc", | 764 "login/screen_manager.cc", |
| 761 "login/screen_manager.h", | 765 "login/screen_manager.h", |
| 762 "login/screens/arc_terms_of_service_screen.cc", | 766 "login/screens/arc_terms_of_service_screen.cc", |
| 763 "login/screens/arc_terms_of_service_screen.h", | 767 "login/screens/arc_terms_of_service_screen.h", |
| 764 "login/screens/arc_terms_of_service_screen_actor.h", | 768 "login/screens/arc_terms_of_service_screen_actor.h", |
| 769 "login/screens/arc_terms_of_service_screen_actor_observer.h", |
| 765 "login/screens/base_screen.cc", | 770 "login/screens/base_screen.cc", |
| 766 "login/screens/base_screen.h", | 771 "login/screens/base_screen.h", |
| 767 "login/screens/base_screen_delegate.h", | 772 "login/screens/base_screen_delegate.h", |
| 768 "login/screens/chrome_user_selection_screen.cc", | 773 "login/screens/chrome_user_selection_screen.cc", |
| 769 "login/screens/chrome_user_selection_screen.h", | 774 "login/screens/chrome_user_selection_screen.h", |
| 770 "login/screens/controller_pairing_screen.cc", | 775 "login/screens/controller_pairing_screen.cc", |
| 771 "login/screens/controller_pairing_screen.h", | 776 "login/screens/controller_pairing_screen.h", |
| 772 "login/screens/controller_pairing_screen_actor.cc", | 777 "login/screens/controller_pairing_screen_actor.cc", |
| 773 "login/screens/controller_pairing_screen_actor.h", | 778 "login/screens/controller_pairing_screen_actor.h", |
| 774 "login/screens/core_oobe_actor.h", | 779 "login/screens/core_oobe_actor.h", |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1429 | 1434 |
| 1430 if (use_cras) { | 1435 if (use_cras) { |
| 1431 defines = [ "USE_CRAS" ] | 1436 defines = [ "USE_CRAS" ] |
| 1432 } | 1437 } |
| 1433 | 1438 |
| 1434 if (ui_compositor_image_transport) { | 1439 if (ui_compositor_image_transport) { |
| 1435 deps += [ "//ui/gl" ] | 1440 deps += [ "//ui/gl" ] |
| 1436 } | 1441 } |
| 1437 } | 1442 } |
| 1438 | 1443 |
| 1444 static_library("arc_test_support") { |
| 1445 testonly = true |
| 1446 |
| 1447 sources = [ |
| 1448 "arc/test/arc_data_removed_waiter.cc", |
| 1449 "arc/test/arc_data_removed_waiter.h", |
| 1450 ] |
| 1451 } |
| 1452 |
| 1439 source_set("unit_tests") { | 1453 source_set("unit_tests") { |
| 1440 testonly = true | 1454 testonly = true |
| 1441 | 1455 |
| 1442 sources = [ | 1456 sources = [ |
| 1443 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). | 1457 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). |
| 1444 "../download/notification/download_item_notification_unittest.cc", | 1458 "../download/notification/download_item_notification_unittest.cc", |
| 1445 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni
ttest.cc", | 1459 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni
ttest.cc", |
| 1446 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys
_private_api_unittest.cc", | 1460 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys
_private_api_unittest.cc", |
| 1447 "../extensions/api/log_private/syslog_parser_unittest.cc", | 1461 "../extensions/api/log_private/syslog_parser_unittest.cc", |
| 1448 "../extensions/updater/local_extension_cache_unittest.cc", | 1462 "../extensions/updater/local_extension_cache_unittest.cc", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1462 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1476 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1463 "arc/extensions/arc_support_message_host_unittest.cc", | 1477 "arc/extensions/arc_support_message_host_unittest.cc", |
| 1464 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", | 1478 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", |
| 1465 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", | 1479 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
| 1466 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1480 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1467 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc", | 1481 "arc/fileapi/arc_deferred_file_system_operation_runner_unittest.cc", |
| 1468 "arc/fileapi/arc_documents_provider_root_unittest.cc", | 1482 "arc/fileapi/arc_documents_provider_root_unittest.cc", |
| 1469 "arc/fileapi/arc_documents_provider_util_unittest.cc", | 1483 "arc/fileapi/arc_documents_provider_util_unittest.cc", |
| 1470 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", | 1484 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
| 1471 "arc/intent_helper/arc_navigation_throttle_unittest.cc", | 1485 "arc/intent_helper/arc_navigation_throttle_unittest.cc", |
| 1472 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", | 1486 "arc/optin/arc_terms_of_service_default_negotiator_unittest.cc", |
| 1473 "arc/policy/arc_policy_bridge_unittest.cc", | 1487 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1474 "attestation/attestation_ca_client_unittest.cc", | 1488 "attestation/attestation_ca_client_unittest.cc", |
| 1475 "attestation/attestation_policy_observer_unittest.cc", | 1489 "attestation/attestation_policy_observer_unittest.cc", |
| 1476 "attestation/fake_certificate.cc", | 1490 "attestation/fake_certificate.cc", |
| 1477 "attestation/fake_certificate.h", | 1491 "attestation/fake_certificate.h", |
| 1478 "attestation/platform_verification_flow_unittest.cc", | 1492 "attestation/platform_verification_flow_unittest.cc", |
| 1479 "base/file_flusher_unittest.cc", | 1493 "base/file_flusher_unittest.cc", |
| 1480 "certificate_provider/certificate_provider_service_unittest.cc", | 1494 "certificate_provider/certificate_provider_service_unittest.cc", |
| 1481 "customization/customization_document_unittest.cc", | 1495 "customization/customization_document_unittest.cc", |
| 1482 "display/display_preferences_unittest.cc", | 1496 "display/display_preferences_unittest.cc", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1695 "//components/drive/sync/remove_performer_unittest.cc", | 1709 "//components/drive/sync/remove_performer_unittest.cc", |
| 1696 "//components/drive/sync_client_unittest.cc", | 1710 "//components/drive/sync_client_unittest.cc", |
| 1697 "//ui/base/ime/chromeos/input_method_whitelist.cc", | 1711 "//ui/base/ime/chromeos/input_method_whitelist.cc", |
| 1698 "//ui/base/ime/chromeos/input_method_whitelist.h", | 1712 "//ui/base/ime/chromeos/input_method_whitelist.h", |
| 1699 ] | 1713 ] |
| 1700 | 1714 |
| 1701 public_deps = [ | 1715 public_deps = [ |
| 1702 ":chromeos", | 1716 ":chromeos", |
| 1703 ] | 1717 ] |
| 1704 deps = [ | 1718 deps = [ |
| 1719 ":arc_test_support", |
| 1705 ":attestation_proto", | 1720 ":attestation_proto", |
| 1706 ":device_policy_proto", | 1721 ":device_policy_proto", |
| 1707 "//ash/resources", | 1722 "//ash/resources", |
| 1708 "//components/drive", | 1723 "//components/drive", |
| 1709 "//components/drive:test_support_chromeos", | 1724 "//components/drive:test_support_chromeos", |
| 1710 "//components/invalidation/public", | 1725 "//components/invalidation/public", |
| 1711 "//components/policy:generated", | 1726 "//components/policy:generated", |
| 1712 "//components/resources", | 1727 "//components/resources", |
| 1713 "//components/sync", | 1728 "//components/sync", |
| 1714 "//components/variations:test_support", | 1729 "//components/variations:test_support", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1732 "policy/proto/chrome_device_policy.proto", | 1747 "policy/proto/chrome_device_policy.proto", |
| 1733 "policy/proto/install_attributes.proto", | 1748 "policy/proto/install_attributes.proto", |
| 1734 ] | 1749 ] |
| 1735 } | 1750 } |
| 1736 | 1751 |
| 1737 proto_library("attestation_proto") { | 1752 proto_library("attestation_proto") { |
| 1738 sources = [ | 1753 sources = [ |
| 1739 "attestation/attestation_key_payload.proto", | 1754 "attestation/attestation_key_payload.proto", |
| 1740 ] | 1755 ] |
| 1741 } | 1756 } |
| OLD | NEW |