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

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

Issue 2526973002: Added retry policy (Closed)
Patch Set: Addressed more comments 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
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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 "input_method/input_method_configuration_unittest.cc", 1569 "input_method/input_method_configuration_unittest.cc",
1570 "input_method/input_method_engine_unittest.cc", 1570 "input_method/input_method_engine_unittest.cc",
1571 "input_method/input_method_manager_impl_unittest.cc", 1571 "input_method/input_method_manager_impl_unittest.cc",
1572 "input_method/input_method_persistence_unittest.cc", 1572 "input_method/input_method_persistence_unittest.cc",
1573 "input_method/input_method_util_unittest.cc", 1573 "input_method/input_method_util_unittest.cc",
1574 "libc_close_tracking_unittest.cc", 1574 "libc_close_tracking_unittest.cc",
1575 "locale_change_guard_unittest.cc", 1575 "locale_change_guard_unittest.cc",
1576 "login/auth/cryptohome_authenticator_unittest.cc", 1576 "login/auth/cryptohome_authenticator_unittest.cc",
1577 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1577 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1578 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1578 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1579 "login/enrollment/enrollment_screen_unittest.cc",
1580 "login/enrollment/enterprise_enrollment_helper_mock.cc",
1581 "login/enrollment/enterprise_enrollment_helper_mock.h",
1582 "login/enrollment/mock_enrollment_screen.cc",
1583 "login/enrollment/mock_enrollment_screen.h",
xiyuan 2017/02/01 23:01:51 enterprise_enrollment_helper_mock.*, mock_enrollme
1579 "login/error_screens_histogram_helper_unittest.cc", 1584 "login/error_screens_histogram_helper_unittest.cc",
1580 "login/existing_user_controller_auto_login_unittest.cc", 1585 "login/existing_user_controller_auto_login_unittest.cc",
1581 "login/hwid_checker_unittest.cc", 1586 "login/hwid_checker_unittest.cc",
1582 "login/profile_auth_data_unittest.cc", 1587 "login/profile_auth_data_unittest.cc",
1583 "login/quick_unlock/pin_storage_unittest.cc", 1588 "login/quick_unlock/pin_storage_unittest.cc",
1584 "login/saml/saml_offline_signin_limiter_unittest.cc", 1589 "login/saml/saml_offline_signin_limiter_unittest.cc",
1590 "login/screens/mock_base_screen_delegate.cc",
1591 "login/screens/mock_base_screen_delegate.h",
1585 "login/signin/merge_session_load_page_unittest.cc", 1592 "login/signin/merge_session_load_page_unittest.cc",
1586 "login/supervised/supervised_user_authentication_unittest.cc", 1593 "login/supervised/supervised_user_authentication_unittest.cc",
1587 "login/users/affiliation_unittest.cc", 1594 "login/users/affiliation_unittest.cc",
1588 "login/users/multi_profile_user_controller_unittest.cc", 1595 "login/users/multi_profile_user_controller_unittest.cc",
1589 "login/users/user_manager_unittest.cc", 1596 "login/users/user_manager_unittest.cc",
1590 "login/users/wallpaper/wallpaper_manager_unittest.cc", 1597 "login/users/wallpaper/wallpaper_manager_unittest.cc",
1591 "mobile/mobile_activator_unittest.cc", 1598 "mobile/mobile_activator_unittest.cc",
1592 "mobile_config_unittest.cc", 1599 "mobile_config_unittest.cc",
1593 "net/cert_verify_proc_chromeos_unittest.cc", 1600 "net/cert_verify_proc_chromeos_unittest.cc",
1594 "net/client_cert_store_chromeos_unittest.cc", 1601 "net/client_cert_store_chromeos_unittest.cc",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 "policy/proto/chrome_device_policy.proto", 1754 "policy/proto/chrome_device_policy.proto",
1748 "policy/proto/install_attributes.proto", 1755 "policy/proto/install_attributes.proto",
1749 ] 1756 ]
1750 } 1757 }
1751 1758
1752 proto_library("attestation_proto") { 1759 proto_library("attestation_proto") {
1753 sources = [ 1760 sources = [
1754 "attestation/attestation_key_payload.proto", 1761 "attestation/attestation_key_payload.proto",
1755 ] 1762 ]
1756 } 1763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698