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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1443 | 1443 |
1444 static_library("arc_test_support") { | 1444 static_library("arc_test_support") { |
1445 testonly = true | 1445 testonly = true |
1446 | 1446 |
1447 sources = [ | 1447 sources = [ |
1448 "arc/test/arc_data_removed_waiter.cc", | 1448 "arc/test/arc_data_removed_waiter.cc", |
1449 "arc/test/arc_data_removed_waiter.h", | 1449 "arc/test/arc_data_removed_waiter.h", |
1450 ] | 1450 ] |
1451 } | 1451 } |
1452 | 1452 |
1453 static_library("test_support") { | |
1454 testonly = true | |
1455 | |
1456 sources = [ | |
1457 "login/enrollment/enterprise_enrollment_helper_mock.cc", | |
1458 "login/enrollment/enterprise_enrollment_helper_mock.h", | |
1459 "login/enrollment/mock_enrollment_screen.cc", | |
1460 "login/enrollment/mock_enrollment_screen.h", | |
1461 "login/enrollment/mock_enrollment_screen.h", | |
xiyuan
2017/02/03 23:34:14
We have a duplicated mock_enrollment_screen.h. Nuk
kumarniranjan
2017/02/06 21:38:24
Done.
| |
1462 "login/screens/mock_base_screen_delegate.cc", | |
1463 "login/screens/mock_base_screen_delegate.h", | |
1464 ] | |
1465 | |
1466 deps = [ | |
1467 "//components/policy/proto", | |
1468 "//testing/gmock", | |
1469 ] | |
1470 } | |
1471 | |
1453 source_set("unit_tests") { | 1472 source_set("unit_tests") { |
1454 testonly = true | 1473 testonly = true |
1455 | 1474 |
1456 sources = [ | 1475 sources = [ |
1457 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). | 1476 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). |
1458 "../download/notification/download_item_notification_unittest.cc", | 1477 "../download/notification/download_item_notification_unittest.cc", |
1459 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc", | 1478 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc", |
1460 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc", | 1479 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc", |
1461 "../extensions/api/log_private/syslog_parser_unittest.cc", | 1480 "../extensions/api/log_private/syslog_parser_unittest.cc", |
1462 "../extensions/updater/local_extension_cache_unittest.cc", | 1481 "../extensions/updater/local_extension_cache_unittest.cc", |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1569 "input_method/input_method_configuration_unittest.cc", | 1588 "input_method/input_method_configuration_unittest.cc", |
1570 "input_method/input_method_engine_unittest.cc", | 1589 "input_method/input_method_engine_unittest.cc", |
1571 "input_method/input_method_manager_impl_unittest.cc", | 1590 "input_method/input_method_manager_impl_unittest.cc", |
1572 "input_method/input_method_persistence_unittest.cc", | 1591 "input_method/input_method_persistence_unittest.cc", |
1573 "input_method/input_method_util_unittest.cc", | 1592 "input_method/input_method_util_unittest.cc", |
1574 "libc_close_tracking_unittest.cc", | 1593 "libc_close_tracking_unittest.cc", |
1575 "locale_change_guard_unittest.cc", | 1594 "locale_change_guard_unittest.cc", |
1576 "login/auth/cryptohome_authenticator_unittest.cc", | 1595 "login/auth/cryptohome_authenticator_unittest.cc", |
1577 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", | 1596 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", |
1578 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", | 1597 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", |
1598 "login/enrollment/enrollment_screen_unittest.cc", | |
1579 "login/error_screens_histogram_helper_unittest.cc", | 1599 "login/error_screens_histogram_helper_unittest.cc", |
1580 "login/existing_user_controller_auto_login_unittest.cc", | 1600 "login/existing_user_controller_auto_login_unittest.cc", |
1581 "login/hwid_checker_unittest.cc", | 1601 "login/hwid_checker_unittest.cc", |
1582 "login/profile_auth_data_unittest.cc", | 1602 "login/profile_auth_data_unittest.cc", |
1583 "login/quick_unlock/pin_storage_unittest.cc", | 1603 "login/quick_unlock/pin_storage_unittest.cc", |
1584 "login/saml/saml_offline_signin_limiter_unittest.cc", | 1604 "login/saml/saml_offline_signin_limiter_unittest.cc", |
1585 "login/signin/merge_session_load_page_unittest.cc", | 1605 "login/signin/merge_session_load_page_unittest.cc", |
1586 "login/supervised/supervised_user_authentication_unittest.cc", | 1606 "login/supervised/supervised_user_authentication_unittest.cc", |
1587 "login/users/affiliation_unittest.cc", | 1607 "login/users/affiliation_unittest.cc", |
1588 "login/users/multi_profile_user_controller_unittest.cc", | 1608 "login/users/multi_profile_user_controller_unittest.cc", |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1712 "//ui/base/ime/chromeos/input_method_whitelist.h", | 1732 "//ui/base/ime/chromeos/input_method_whitelist.h", |
1713 ] | 1733 ] |
1714 | 1734 |
1715 public_deps = [ | 1735 public_deps = [ |
1716 ":chromeos", | 1736 ":chromeos", |
1717 ] | 1737 ] |
1718 deps = [ | 1738 deps = [ |
1719 ":arc_test_support", | 1739 ":arc_test_support", |
1720 ":attestation_proto", | 1740 ":attestation_proto", |
1721 ":device_policy_proto", | 1741 ":device_policy_proto", |
1742 ":test_support", | |
1722 "//ash/resources", | 1743 "//ash/resources", |
1723 "//components/drive", | 1744 "//components/drive", |
1724 "//components/drive:test_support_chromeos", | 1745 "//components/drive:test_support_chromeos", |
1725 "//components/invalidation/public", | 1746 "//components/invalidation/public", |
1726 "//components/policy:generated", | 1747 "//components/policy:generated", |
1727 "//components/resources", | 1748 "//components/resources", |
1728 "//components/sync", | 1749 "//components/sync", |
1729 "//components/variations:test_support", | 1750 "//components/variations:test_support", |
1730 "//crypto:platform", | 1751 "//crypto:platform", |
1731 "//dbus", | 1752 "//dbus", |
(...skipping 15 matching lines...) Expand all Loading... | |
1747 "policy/proto/chrome_device_policy.proto", | 1768 "policy/proto/chrome_device_policy.proto", |
1748 "policy/proto/install_attributes.proto", | 1769 "policy/proto/install_attributes.proto", |
1749 ] | 1770 ] |
1750 } | 1771 } |
1751 | 1772 |
1752 proto_library("attestation_proto") { | 1773 proto_library("attestation_proto") { |
1753 sources = [ | 1774 sources = [ |
1754 "attestation/attestation_key_payload.proto", | 1775 "attestation/attestation_key_payload.proto", |
1755 ] | 1776 ] |
1756 } | 1777 } |
OLD | NEW |