Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2526973002: Added retry policy (Closed)
Patch Set: Fixed GN problem Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/screens/mock_base_screen_delegate.cc",
1462 "login/screens/mock_base_screen_delegate.h",
1463 ]
1464
1465 deps = [
1466 "//components/policy/proto",
1467 "//testing/gmock",
1468 ]
1469 }
1470
1453 source_set("unit_tests") { 1471 source_set("unit_tests") {
1454 testonly = true 1472 testonly = true
1455 1473
1456 sources = [ 1474 sources = [
1457 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951). 1475 # TODO(lukasza): Move Drive tests outside of CrOS (crbug.com/498951).
1458 "../download/notification/download_item_notification_unittest.cc", 1476 "../download/notification/download_item_notification_unittest.cc",
1459 "../extensions/api/enterprise_platform_keys/enterprise_platform_keys_api_uni ttest.cc", 1477 "../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", 1478 "../extensions/api/enterprise_platform_keys_private/enterprise_platform_keys _private_api_unittest.cc",
1461 "../extensions/api/log_private/syslog_parser_unittest.cc", 1479 "../extensions/api/log_private/syslog_parser_unittest.cc",
1462 "../extensions/updater/local_extension_cache_unittest.cc", 1480 "../extensions/updater/local_extension_cache_unittest.cc",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 "input_method/input_method_configuration_unittest.cc", 1587 "input_method/input_method_configuration_unittest.cc",
1570 "input_method/input_method_engine_unittest.cc", 1588 "input_method/input_method_engine_unittest.cc",
1571 "input_method/input_method_manager_impl_unittest.cc", 1589 "input_method/input_method_manager_impl_unittest.cc",
1572 "input_method/input_method_persistence_unittest.cc", 1590 "input_method/input_method_persistence_unittest.cc",
1573 "input_method/input_method_util_unittest.cc", 1591 "input_method/input_method_util_unittest.cc",
1574 "libc_close_tracking_unittest.cc", 1592 "libc_close_tracking_unittest.cc",
1575 "locale_change_guard_unittest.cc", 1593 "locale_change_guard_unittest.cc",
1576 "login/auth/cryptohome_authenticator_unittest.cc", 1594 "login/auth/cryptohome_authenticator_unittest.cc",
1577 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1595 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1578 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1596 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1597 "login/enrollment/enrollment_screen_unittest.cc",
1579 "login/error_screens_histogram_helper_unittest.cc", 1598 "login/error_screens_histogram_helper_unittest.cc",
1580 "login/existing_user_controller_auto_login_unittest.cc", 1599 "login/existing_user_controller_auto_login_unittest.cc",
1581 "login/hwid_checker_unittest.cc", 1600 "login/hwid_checker_unittest.cc",
1582 "login/profile_auth_data_unittest.cc", 1601 "login/profile_auth_data_unittest.cc",
1583 "login/quick_unlock/pin_storage_unittest.cc", 1602 "login/quick_unlock/pin_storage_unittest.cc",
1584 "login/saml/saml_offline_signin_limiter_unittest.cc", 1603 "login/saml/saml_offline_signin_limiter_unittest.cc",
1585 "login/signin/merge_session_load_page_unittest.cc", 1604 "login/signin/merge_session_load_page_unittest.cc",
1586 "login/supervised/supervised_user_authentication_unittest.cc", 1605 "login/supervised/supervised_user_authentication_unittest.cc",
1587 "login/users/affiliation_unittest.cc", 1606 "login/users/affiliation_unittest.cc",
1588 "login/users/multi_profile_user_controller_unittest.cc", 1607 "login/users/multi_profile_user_controller_unittest.cc",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 "//ui/base/ime/chromeos/input_method_whitelist.h", 1731 "//ui/base/ime/chromeos/input_method_whitelist.h",
1713 ] 1732 ]
1714 1733
1715 public_deps = [ 1734 public_deps = [
1716 ":chromeos", 1735 ":chromeos",
1717 ] 1736 ]
1718 deps = [ 1737 deps = [
1719 ":arc_test_support", 1738 ":arc_test_support",
1720 ":attestation_proto", 1739 ":attestation_proto",
1721 ":device_policy_proto", 1740 ":device_policy_proto",
1741 ":test_support",
1722 "//ash/resources", 1742 "//ash/resources",
1723 "//components/drive", 1743 "//components/drive",
1724 "//components/drive:test_support_chromeos", 1744 "//components/drive:test_support_chromeos",
1725 "//components/invalidation/public", 1745 "//components/invalidation/public",
1726 "//components/policy:generated", 1746 "//components/policy:generated",
1727 "//components/resources", 1747 "//components/resources",
1728 "//components/sync", 1748 "//components/sync",
1729 "//components/variations:test_support", 1749 "//components/variations:test_support",
1730 "//crypto:platform", 1750 "//crypto:platform",
1731 "//dbus", 1751 "//dbus",
(...skipping 15 matching lines...) Expand all
1747 "policy/proto/chrome_device_policy.proto", 1767 "policy/proto/chrome_device_policy.proto",
1748 "policy/proto/install_attributes.proto", 1768 "policy/proto/install_attributes.proto",
1749 ] 1769 ]
1750 } 1770 }
1751 1771
1752 proto_library("attestation_proto") { 1772 proto_library("attestation_proto") {
1753 sources = [ 1773 sources = [
1754 "attestation/attestation_key_payload.proto", 1774 "attestation/attestation_key_payload.proto",
1755 ] 1775 ]
1756 } 1776 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698